summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_parse.c
Commit message (Collapse)AuthorAgeFilesLines
* USB core:alfred2009-07-301-5/+13
| | | | | | | | | | | | | | | - add support for defragging of written device data. - improve handling of alternate settings in device side mode. - correct return value from usbd_get_no_alts() function. - reported by: HPS - P4 ID: 166156, 166168 - report USB device release information to devd and pnpinfo. - reported by: MIHIRA Sanpei Yoshiro - P4 ID: 166221 Submitted by: hps Approved by: re
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-3/+22
| | | | - Reduce the number of headers needed for a usb driver, the common case is just usb.h and usbdi.h
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-14/+14
|
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-25/+25
|
* MFp4 //depot/projects/usb@159866thompsa2009-04-051-73/+74
| | | | | | | | - 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/+225
OpenPOWER on IntegriCloud