| Age | Commit message (Expand) | Author |
| 2016-12-04 | Whitespace | skrll |
| 2016-11-25 | +#include "opt_usb.h" | skrll |
| 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-01-20 | Change major()/minor() to return 32-bit types again, called | drochner |
| 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 |
| 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 |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-11 | Don't keep the devinfo string on the stack, instead use malloc/free. | augustss |
| 2004-04-23 | use bounded string ops (snprintf, strl*) | itojun |
| 2003-11-24 | Add a device. From OpenBSD. | 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 |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-11 | use nopoll() instead of empty uriopoll() for NetBSD | jdolecek |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-07-11 | Get rid of trailing white space. | augustss |
| 2002-02-11 | Give usbd_do_request_flags() an extra argument for the timeout. | augustss |
| 2001-12-31 | Make a typedef for struct proc to make portingeasier. | augustss |
| 2001-12-16 | handle vendor and product lookup with common routine | ichiro |
| 2001-12-12 | Use USBD_NO_COPY in for some transfers where it was missing. | augustss |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-09-25 | Match the Diamon Rio800. Reported working by Chris Lloyd in kern/14064. | jdolecek |
| 2000-10-24 | Tell usbd_set_config_no() to be verbose. It's nice to know whyit fails. | augustss |
| 2000-09-14 | Recognize Rio 600. | 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 driver for the Rio 500 MP3 player. | augustss |