summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_debug.h
Commit message (Collapse)AuthorAgeFilesLines
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-1/+1
| | | | | | the illusion of a tunable setting but was always turned on regardless. MFC after: 1 week
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-261-5/+5
| | | | | | message has been printed is enough to get someones attention. Also remove the line number for DPRINTF/DPRINTFN, it already prints the funtion name and a unique message.
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-3/+0
| | | | - Reduce the number of headers needed for a usb driver, the common case is just usb.h and usbdi.h
* Fix _USB2_* refernces in the header protection defines.thompsa2009-06-151-3/+3
|
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-6/+6
|
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-071-3/+3
| | | | usb_pipe may be used for a different purpose later on.
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-9/+9
|
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-1/+1
| | | | Submitted by: Hans Petter Selasky
* MFp4 //depot/projects/usb@159392thompsa2009-03-201-5/+0
| | | | | | Add ifdefs for making parts of usb conditional. Submitted by: Hans Petter Selasky
* Move the new USB stack into its new home.thompsa2009-02-231-0/+70
OpenPOWER on IntegriCloud