| Age | Commit message (Expand) | Author |
| 2020-06-16 | remove unused | maxv |
| 2020-02-16 | Move usb_desc_* into usbdi_util.c, no functional change. | maxv |
| 2020-02-08 | Move three functions into usbdi_util.c, where they belong. No functional | maxv |
| 2020-02-08 | Reorder usbdi_util.{c,h}, for clarity. No functional change. | maxv |
| 2020-02-08 | Introduce usbd_clear_endpoint_feature(), and dedup. | maxv |
| 2019-02-07 | Remove (mostly useless) usb_detach_{broadcast,wait} and replace with | skrll |
| 2018-11-08 | Workaround PN533 USB descriptor corruption | manu |
| 2016-04-23 | Merge nick-nhusb | skrll |
| 2015-03-27 | Add usbd_get_bos_desc{,_full} from Takahiro HAYASHI | skrll |
| 2013-09-26 | Remove usbd_do_request_async. It's callback was calling usbd_free_xfer | skrll |
| 2012-06-10 | merge the jmcneill-usbmp branch. many thanks to jared for the | mrg |
| 2012-03-11 | minor cleanups from usbmp: | mrg |
| 2012-03-06 | pull down from usbmp branch: | mrg |
| 2009-11-12 | Whitespace & style. | uebayasi |
| 2009-09-04 | Expand <dev/usb/usb_port.h> definitions, and lightly unifdef(1). | dyoung |
| 2009-02-02 | Include the right header to get usb_hid_descriptor_t. | joerg |
| 2009-02-02 | Include guards and match usbd_get_hid_descriptor prototype and | joerg |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-02-26 | Define a usb_cdc_descriptor_t which contains the class specific | drochner |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-30 | - const poisoning | christos |
| 2005-04-12 | Add usb_find_desc_if(), which is similar to usb_find_desc(), | itohy |
| 2005-03-02 | Copyright maintenance. | mycroft |
| 2004-12-03 | Allow interrupt output devices. From FreeBSD. | augustss |
| 2004-10-23 | Make an iterator abstraction for looping through all descriptors. | augustss |
| 2004-06-23 | Yes, some devices return incorrect lengths in their string descriptors. Rather | mycroft |
| 2002-07-11 | Get rid of trailing white space. | augustss |
| 2002-03-17 | Whitespace fixes. | augustss |
| 2001-12-27 | Add usbd_get_protocol(). | augustss |
| 2001-12-18 | Move utility routine from uirda.c to usbdi_util.c. | augustss |
| 2001-12-03 | Handle vendor/product lookup with a common routine. | augustss |
| 2001-10-26 | s/usbd_alloc_report_desc/usbd_read_report_desc/ | augustss |
| 2000-06-01 | Improve some portability items. | 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 |
| 1999-11-18 | Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma. | augustss |
| 1999-11-12 | A number of stylistic changes to increase readability (many suggested | augustss |
| 1999-09-05 | Change the way the `struct device' base part of all driver softc are | augustss |
| 1999-08-22 | Move more of the transfer completion processing to HC independent code. | augustss |
| 1999-08-17 | Make some small changes to make it compile on OpenBSD. | augustss |
| 1999-08-07 | Add usbd_set_hub_feature() and usbd_clear_hub_feature(). | augustss |
| 1999-06-30 | Totally redo the way device detach is done. It now uses a kernel event | augustss |
| 1999-01-01 | Add usbd_bulk_transfer(), a function to do interruptible transfer that | augustss |
| 1998-12-30 | Split usbd_delay_ms() into two functions, one can be used in | augustss |
| 1998-12-26 | Merge changes to make the USB stack work with FreeBSD. The original | augustss |
| 1998-12-10 | Take care of some lines > 80 chars. | augustss |
| 1998-12-09 | Improvement to the ugen driver. | augustss |
| 1998-12-08 | Some minor API changes and additions. | augustss |
| 1998-12-02 | Handle compound devices in usbd_get_report_descriptor(). | augustss |
| 1998-11-25 | Make the copyright header conform to the NetBSD template. | augustss |