| Age | Commit message (Expand) | Author |
| 2019-05-05 | remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.h | mrg |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-01-21 | PR kern/52931 Kernel panics with Atheros usb wireless interface | skrll |
| 2017-10-25 | Use C99 initializer for filterops | maya |
| 2016-12-04 | Whitespace | skrll |
| 2016-11-25 | +#include "opt_usb.h" | skrll |
| 2016-07-11 | KNF. No functional change. | msaitoh |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2016-04-23 | Merge nick-nhusb | skrll |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2012-12-27 | Consistent/Correct error message from failing usbd_set_config. | skrll |
| 2012-03-06 | pull down from usbmp branch: | mrg |
| 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 |
| 2009-12-06 | Simplify device-activation hooks. | dyoung |
| 2009-09-23 | fix up USB drivers printing of autoconf information | plunky |
| 2009-03-09 | These don't need <sys/tty.h>. | uebayasi |
| 2009-01-22 | buildfix: re-adapt to major()/minor() returning a 32bit value again. | cegger |
| 2009-01-11 | make this compile | cegger |
| 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 |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2007-12-05 | Do not "return 1" from kqfilter for errors. That value is passed | pooka |
| 2007-11-16 | Set sc_dying on attach failure so that a subsequent open won't cause a | gson |
| 2007-09-09 | Fix typo in comment | gson |
| 2007-03-13 | Introduce different autoconf interface attributes for USB drivers | drochner |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-03 | add missing initializer. | christos |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-21 | PR-30566: Poll must not return <sys/errno.h> values. | ws |
| 2005-05-11 | Don't keep the devinfo string on the stack, instead use malloc/free. | augustss |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-04-23 | use bounded string ops (snprintf, strl*) | itojun |
| 2004-03-15 | Add Epson Perfection 1670 scanner | augustss |
| 2004-01-05 | Add more scanners. | augustss |
| 2003-11-23 | Add more scanners. From FreeBSD. | augustss |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-01-27 | Undo last (not supposed to be committed). | wiz |
| 2003-01-27 | regen (CANOSCAN N670U). | wiz |
| 2003-01-15 | Add Epson Perfection 2400. From kern/19856, Rob Quinn. | augustss |
| 2003-01-13 | Add support for Epson Perfection 1260. | tron |
| 2003-01-10 | Add Epson 1660. From kerm/19767, Neil Short. | augustss |
| 2002-11-26 | si_ -> sel_ | christos |