summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_sw_transfer.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove usb_sw_transfer.[ch] which are now empty after r190735.thompsa2009-04-061-26/+0
|
* MFp4 //depot/projects/usb@159922thompsa2009-04-051-143/+0
| | | | | | | Refactor how we interface with the root HUB. This cuts around 1200 lines of code totally and saves one thread per USB bus. Submitted by: Hans Petter Selasky
* MFp4 //depot/projects/usb @159431,159437,159438thompsa2009-03-201-1/+1
| | | | | | | - start using the new USB typedefs in the USB core - Remove usage of USB_ADD_BYTES() Submitted by: Hans Petter Selasky
* MFp4 //depot/projects/usb @159430thompsa2009-03-201-1/+0
| | | | | | | | | | - Move tunable defines into usb_core.h and dependancy towards usb_defs.h - Leave hardcoded defines in "usb_defs.h". - Allow overriding all tunable defines. - Add more customisable typedefs. - Correct maximum device number. Submitted by: Hans Petter Selasky
* Move the new USB stack into its new home.thompsa2009-02-231-0/+170
OpenPOWER on IntegriCloud