aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_debug.h
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Always put space before the comma before ##__VA_ARGS__ due to subtle compilerHans Petter Selasky2013-05-031-1/+1
* Make several timing parameters of the USB enumeration sequence tuneable.Hans Petter Selasky2012-10-241-0/+24
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-221-1/+1
* Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson2009-11-261-5/+5
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-3/+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-6/+6
* Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson2009-06-071-3/+3
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-9/+9
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-211-1/+1
* MFp4 //depot/projects/usb@159392Andrew Thompson2009-03-201-5/+0
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+70