aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_util.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* usb(4): Factor out the usb_check_request() function.Hans Petter Selasky2022-03-031-0/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Move the device_delete_all_children() function from usb_util.cHans Petter Selasky2011-11-191-1/+0
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-2/+0
* Fix _USB2_* refernces in the header protection defines.Andrew Thompson2009-06-151-3/+3
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-5/+5
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededAndrew Thompson2009-06-151-19/+0
* MFp4 //depot/projects/usb@159446Andrew Thompson2009-03-201-1/+0
* MFp4 //depot/projects/usb@159392Andrew Thompson2009-03-201-1/+1
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+57