| Age | Commit message (Expand) | Author |
| 2022-04-17 | usbdi(9): Make usb_desc_iter_next_interface reject truncated descs. | riastradh |
| 2022-04-17 | usbdi(9): Minor KNF and tidying in descriptor iteration. | riastradh |
| 2022-03-13 | usb: Parse descriptors a little more robustly. | riastradh |
| 2020-06-16 | remove unused | maxv |
| 2020-05-15 | It should be allowed to have exactly a usb_descriptor_t. | maxv |
| 2020-03-13 | PR/55068: sc.dying: Fix printf formats: | christos |
| 2020-02-16 | Improve the check, to prevent more surprises. | maxv |
| 2020-02-16 | Move usb_desc_* into usbdi_util.c, no functional change. | maxv |
| 2020-02-10 | Fix USB_DEBUG build | skrll |
| 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-08-21 | convert pairs of USBHIST_CALLED()+USBHIST_LOG*() into | mrg |
| 2019-07-31 | 1) Make sure we have a complete endpoint descriptor header, otherwise | maxv |
| 2019-02-07 | Remove (mostly useless) usb_detach_{broadcast,wait} and replace with | skrll |
| 2018-11-08 | Workaround PN533 USB descriptor corruption | manu |
| 2018-07-24 | On detach, print error message with aprint_error_dev() instead of printf(). | msaitoh |
| 2017-10-28 | Update the kernhist(9) kernel history code to address issues identified | pgoyette |
| 2017-10-22 | KNF | skrll |
| 2017-10-10 | Reorder to test for null before null deref in debug code | maya |
| 2017-10-10 | Reorder to test for null before null deref in debug code | maya |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2016-04-23 | Merge nick-nhusb | skrll |
| 2015-03-27 | Add usbd_get_bos_desc{,_full} from Takahiro HAYASHI | skrll |
| 2014-09-12 | Improve USB debugging with USBHIST based on KERNHIST. | skrll |
| 2013-09-26 | Remove usbd_do_request_async. It's callback was calling usbd_free_xfer | skrll |
| 2013-08-30 | Remove race introduced by using usbd_sync_transfer_sig with a callback | skrll |
| 2013-08-24 | Fix typo in DPRINTF | skrll |
| 2013-01-05 | fix debug variables. | christos |
| 2013-01-05 | - need opt_usb.h if depending on USB_DEBUG | christos |
| 2012-06-10 | merge the jmcneill-usbmp branch. many thanks to jared for the | mrg |
| 2012-03-06 | pull down from usbmp branch: | mrg |
| 2010-11-03 | Stop using the compatibility macros USB_ATTACH(), USB_DETACH(), | dyoung |
| 2010-10-01 | From Anon Ymous: | christos |
| 2009-11-12 | usbd_do_request_flags(..., 0, 0, USBD_CONFIG_TIMEOUT) is equivalent to | uebayasi |
| 2009-08-16 | Use a separately defined USBD_CONFIG_TIMEOUT when requesting a device | martin |
| 2008-05-26 | some cleanup: | drochner |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-26 | Define a usb_cdc_descriptor_t which contains the class specific | drochner |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-30 | make the definitions consistent with the declarations. | christos |
| 2005-04-12 | Add usb_find_desc_if(), which is similar to usb_find_desc(), | itohy |
| 2004-12-03 | Allow interrupt output devices. From FreeBSD. | augustss |
| 2004-10-23 | Make an iterator abstraction for looping through all descriptors. | augustss |
| 2002-07-11 | Get rid of trailing white space. | augustss |
| 2001-12-27 | Add usbd_get_protocol(). | augustss |
| 2001-12-18 | Move utility routine from uirda.c to usbdi_util.c. | augustss |