aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_parse.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add some defines to limit USB memory usage in reduced memory systems.Hans Petter Selasky2013-05-031-1/+14
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-1/+4
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* This commit adds full support for USB 3.0 devices in host and deviceHans Petter Selasky2010-10-041-1/+37
* USB core:Alfred Perlstein2009-07-301-5/+13
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-3/+22
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-14/+14
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-25/+25
* MFp4 //depot/projects/usb@159866Andrew Thompson2009-04-051-73/+74
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+225