Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | USB core: | alfred | 2009-07-30 | 1 | -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 internals | thompsa | 2009-06-23 | 1 | -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. | thompsa | 2009-06-15 | 1 | -14/+14 |
| | |||||
* | s/usb2_/usb_/ on all C structs for the USB stack. | thompsa | 2009-05-28 | 1 | -25/+25 |
| | |||||
* | MFp4 //depot/projects/usb@159866 | thompsa | 2009-04-05 | 1 | -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. | thompsa | 2009-02-23 | 1 | -0/+225 |