aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_core.c
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
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Improve USB polling mode by not locking any mutexes, asserting anyHans Petter Selasky2016-09-141-0/+14
* Remove no longer used allocation type.Hans Petter Selasky2015-03-171-1/+0
* Provide one global language string descriptor forHans Petter Selasky2013-01-301-0/+5
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-0/+4
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-2/+22
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+40