aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_debug.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
* usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned"...Hans Petter Selasky2022-10-071-11/+11
* usb(4): Make the enumeration thread nice time a variable.Hans Petter Selasky2022-10-071-1/+6
* Update usb_timings_sysctl_handler() to accept any value for timings betweenHans Petter Selasky2021-05-181-44/+13
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-30/+44
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-22/+11
* Revert r267961, r267973:Glen Barber2014-06-271-11/+22
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-22/+11
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-0/+4
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.Hans Petter Selasky2012-10-261-12/+11
* Make several timing parameters of the USB enumeration sequence tuneable.Hans Petter Selasky2012-10-241-0/+133
* Add support for the so-called streams feature of BULK endpointsHans Petter Selasky2012-08-121-2/+4
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* Provide tunables for some of the usb sysctls that affect boot behaviour.Andrew Thompson2009-11-221-0/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-0/+24
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-19/+19
* Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson2009-06-071-20/+20
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-7/+7
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-211-2/+2
* MFp4 //depot/projects/usb @159430Andrew Thompson2009-03-201-1/+0
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+152