summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_debug.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-10-07usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned"...Hans Petter Selasky
2022-10-07usb(4): Make the enumeration thread nice time a variable.Hans Petter Selasky
2022-04-13usb: Add a __usbdebug_used for variables only used under #ifdef USB_DEBUG.John Baldwin
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2013-05-03Always put space before the comma before ##__VA_ARGS__ due to subtle compilerHans Petter Selasky
2012-10-24Make several timing parameters of the USB enumeration sequence tuneable.Hans Petter Selasky
2010-04-22Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson
2009-11-26Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson
2009-06-23- Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson
2009-06-15Fix _USB2_* refernces in the header protection defines.Andrew Thompson
2009-06-15s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson
2009-06-07Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson
2009-05-28s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson
2009-05-21Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson
2009-03-20MFp4 //depot/projects/usb@159392Andrew Thompson
2009-02-23Move the new USB stack into its new home.Andrew Thompson