| Age | Commit message (Expand) | Author |
| 2020-04-12 | Add uxrcom driver for Exar XR21V141x USB serial adapters. Based in part | simonb |
| 2020-01-07 | Localify, constify. | maxv |
| 2019-05-09 | clean up ucom parents some more: | mrg |
| 2019-05-05 | remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.h | mrg |
| 2019-05-04 | clean up ucom / ucom-parent interface slightly: | mrg |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2016-04-23 | Merge nick-nhusb | skrll |
| 2015-07-05 | Revert patch from PR/48715 as it is incorrect. | skrll |
| 2014-04-06 | PR/48715: Ryo ONODERA: Please support more USB modems | christos |
| 2012-10-03 | Attach to PMF. | mlelstv |
| 2012-06-14 | Add the CDC protocol identifier "no class specific protocol required" | blymn |
| 2012-02-24 | remove any remnants of freebsd/openbsd code. | mrg |
| 2011-12-23 | Revert previous due to active usbmp branch(es). | jakllsch |
| 2011-12-22 | Adjust-away inconsistent and trailing whitespace. | jakllsch |
| 2010-11-03 | Stop using the compatibility macros USB_ATTACH(), USB_DETACH(), | dyoung |
| 2008-06-27 | kill some abuse of __strong_alias which is not compatible with | drochner |
| 2008-05-24 | Split device_t and softc for all USB device drivers, and related cosmetic | cube |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-03-13 | Introduce different autoconf interface attributes for USB drivers | drochner |
| 2007-01-29 | Remove more duplicate headers. | hubertf |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-04-18 | remove debugging stuff which caused conflicts with USB_DEBUG kernels | drochner |
| 2005-04-15 | If CM descriptor is found, use the data interface in it; | itohy |
| 2005-04-15 | Split common modem part of umodem.c to umodem_common.c and umodemvar.h, | itohy |
| 2005-04-12 | Allow multiple modem interfaces per configuration. | itohy |
| 2004-10-23 | Use new functions for getting descriptors. | augustss |
| 2004-09-13 | a round of autoconf cleanup: | drochner |
| 2004-04-23 | use bounded string ops (snprintf, strl*) | itojun |
| 2003-11-07 | URL updates, from Jared Yanovich and jmc@openbsd, forwarded by the latter. | wiz |
| 2002-09-23 | Remove breaks after returns, unreachable returns and returns after | simonb |
| 2002-07-11 | Get rid of trailing white space. | augustss |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2001-12-31 | Make a typedef for struct proc to make portingeasier. | augustss |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-03-25 | Small code rearrangement. | augustss |
| 2001-02-16 | Connect to the interrupt endpoint on the control interface to receive | kenh |
| 2001-01-23 | Ad support for an extra message in the ucom attach code. | augustss |
| 2001-01-23 | Make sure driver attach/detach events are generated in a consistent manner. | augustss |
| 2001-01-11 | Put the UQ_ASSUME_CM_OVER_DATA quirk back in. Without it, the Ricochet GS mo... | explorer |
| 2000-12-29 | Update many URLs. | augustss |
| 2000-12-11 | Get rid of UQ_ASSUME_CM_OVER_DATA quirk; it's handled differently now. | augustss |
| 2000-11-10 | Don't try to set CM_OVER_DATA feature if features cannot be set. | augustss |
| 2000-11-10 | Update documentation link. From OpenBSD. | augustss |
| 2000-10-22 | Add a new quirk: ASSUME_CM_OVER_DATA. | explorer |
| 2000-09-03 | Handle output packet headers in a cleaner way. From IWAMOTO Toshihiro | augustss |
| 2000-06-01 | Bring the coding style into the 80s, i.e., get rid of __P and use | augustss |
| 2000-04-27 | Change my email address. | augustss |
| 2000-04-14 | Add a capability for pre/post processing on write/read. | augustss |
| 2000-04-06 | Let the parent device of a ucom decide what size the read and write | augustss |
| 2000-03-27 | Change (almost) all static to Static. The symbol `Static' can then be defined | augustss |