| Age | Commit message (Expand) | Author |
| 2009-12-06 | Simplify device-activation hooks. | dyoung |
| 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-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2008-02-12 | add NULL power handler, so that this device doesn't block suspension | drochner |
| 2007-12-05 | Do not "return 1" from kqfilter for errors. That value is passed | pooka |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-26 | The manpage promises not to touch the device on USB_GET_DEVICEINFO. | drochner |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-12-03 | Restore compatibility of USB_DEVICEINFO ioctl and reads from /dev/usb with | pavel |
| 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-11-28 | Add a new match level, UMATCH_HIGHEST. | augustss |
| 2005-11-23 | Make this compile if UHID_DEBUG is not defined. | tron |
| 2005-11-23 | Normally a ugen device only attaches if no other driver wants the device. | augustss |
| 2005-06-21 | PR-30566: Poll must not return <sys/errno.h> values. | ws |
| 2005-03-02 | Copyright maintenance. | mycroft |
| 2004-06-23 | Yes, some devices return incorrect lengths in their string descriptors. Rather | mycroft |
| 2004-05-08 | add support for USB_GET_DEVICEINFO and USB_GET_STRING_DESC ioctls, | jdolecek |
| 2003-09-21 | cleanup & uniform descriptor owner handling: | jdolecek |
| 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-03-11 | Update URLs for the HID spec. | augustss |
| 2002-11-26 | si_ -> sel_ | christos |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-23 | Remove breaks after returns, unreachable returns and returns after | simonb |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-07-11 | Get rid of trailing white space. | augustss |
| 2002-03-17 | Whitespace fixes. | augustss |
| 2002-02-20 | Prefix structure members to protect them against clashes with eg. c++ keywords. | christos |
| 2002-01-02 | Some more usb_proc_ptr changes. | augustss |
| 2001-12-31 | Make a typedef for struct proc to make portingeasier. | augustss |
| 2001-12-28 | Introduce an extra driver level for HID devices, uhidev. This uhidev driver | augustss |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-26 | s/usbd_alloc_report_desc/usbd_read_report_desc/ | augustss |
| 2001-09-15 | correct debug messages. | yamt |
| 2001-08-15 | If there was a vendor+product locator match return a higher match value. | augustss |
| 2000-12-29 | Supply our own report descriptor (from Nick Hibma) for the Wacom Graphire. | augustss |
| 2000-12-29 | Update many URLs. | augustss |
| 2000-10-10 | Don't free unallocated pointer in detach (can happen if detach happens | 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 | Support for SIGIO. | augustss |
| 2000-03-27 | Change (almost) all static to Static. The symbol `Static' can then be defined | augustss |
| 2000-03-19 | Add ioctl USB_SET_REPORT for uhid. This will allow manipulating the | augustss |
| 2000-02-29 | Distinguish between device and interface classes. | augustss |