summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_parse.h
Commit message (Collapse)AuthorAgeFilesLines
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-54/+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-5/+5
|
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-13/+13
|
* MFp4 //depot/projects/usb@159866thompsa2009-04-051-8/+21
| | | | | | | | - memory usage reduction by only allocating the required USB pipes and USB interfaces. - cleanup some USB parsing functions to be more flexible. Submitted by: Hans Petter Selasky
* Move the new USB stack into its new home.thompsa2009-02-231-0/+41
OpenPOWER on IntegriCloud