summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_parse.h
AgeCommit message (Collapse)Author
2009-06-23- Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson
- Reduce the number of headers needed for a usb driver, the common case is just usb.h and usbdi.h Notes: svn path=/head/; revision=194677
2009-06-15Fix _USB2_* refernces in the header protection defines.Andrew Thompson
Notes: svn path=/head/; revision=194230
2009-06-15s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson
Notes: svn path=/head/; revision=194228
2009-05-28s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson
Notes: svn path=/head/; revision=192984
2009-04-05MFp4 //depot/projects/usb@159866Andrew Thompson
- 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 Notes: svn path=/head/; revision=190730
2009-02-23Move the new USB stack into its new home.Andrew Thompson
Notes: svn path=/head/; revision=188942