Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Make struct usb_xfer opaque so that drivers can not access the internals | thompsa | 2009-06-23 | 1 | -14/+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. | thompsa | 2009-06-15 | 1 | -3/+3 |
| | |||||
* | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | thompsa | 2009-06-15 | 1 | -22/+22 |
| | |||||
* | Revert the size_t part of the last commit for the moment, this blows up the | thompsa | 2009-05-30 | 1 | -10/+10 |
| | | | | USB_ADD_BYTES macro. | ||||
* | s/usb2_/usb_/ on all typedefs for the USB stack. | thompsa | 2009-05-29 | 1 | -26/+26 |
| | |||||
* | s/usb2_/usb_/ on all C structs for the USB stack. | thompsa | 2009-05-28 | 1 | -39/+39 |
| | |||||
* | Unifdef __NetBSD__ here, the usb stack as a whole doesnt support NetBSD and it | thompsa | 2009-05-26 | 1 | -22/+1 |
| | | | | obsfucates the code. | ||||
* | Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS. | thompsa | 2009-03-20 | 1 | -7/+12 |
| | | | | Submitted by: Hans Petter Selasky | ||||
* | MFp4 //depot/projects/usb @159431,159437,159438 | thompsa | 2009-03-20 | 1 | -24/+24 |
| | | | | | | | - 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@159392 | thompsa | 2009-03-20 | 1 | -11/+19 |
| | | | | | | Add ifdefs for making parts of usb conditional. Submitted by: Hans Petter Selasky | ||||
* | Move the new USB stack into its new home. | thompsa | 2009-02-23 | 1 | -0/+183 |