Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a more obvious prefix for the USB control (endpoint 0) transfers rather | thompsa | 2010-04-22 | 1 | -1/+1 |
| | | | | than default_*. | ||||
* | - Make struct usb_xfer opaque so that drivers can not access the internals | thompsa | 2009-06-23 | 1 | -1/+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 | -17/+17 |
| | |||||
* | Rename usb pipes to endpoints as it better represents what they are, and struct | thompsa | 2009-06-07 | 1 | -1/+1 |
| | | | | usb_pipe may be used for a different purpose later on. | ||||
* | Revert the size_t part of the last commit for the moment, this blows up the | thompsa | 2009-05-30 | 1 | -5/+5 |
| | | | | USB_ADD_BYTES macro. | ||||
* | s/usb2_/usb_/ on all typedefs for the USB stack. | thompsa | 2009-05-29 | 1 | -18/+18 |
| | |||||
* | s/usb2_/usb_/ on all C structs for the USB stack. | thompsa | 2009-05-28 | 1 | -44/+44 |
| | |||||
* | Use enums for speed and rev data types. | thompsa | 2009-05-21 | 1 | -1/+1 |
| | |||||
* | MFp4 //depot/projects/usb@159909 | thompsa | 2009-04-05 | 1 | -1/+0 |
| | | | | | | | | | | | | | - make usb2_power_mask_t 16-bit - remove "usb2_config_sub" structure from "usb2_config". To compensate for this "usb2_config" has a new field called "usb_mode" which select for which mode the current xfer entry is active. Options are: a) Device mode only b) Host mode only (default-by-zero) c) Both modes. This change was scripted using the following sed script: "s/\.mh\././g". - the standard packet size table in "usb_transfer.c" is now a function, hence the code for the function uses less memory than the table itself. Submitted by: Hans Petter Selasky | ||||
* | MFp4 //depot/projects/usb @159431,159437,159438 | thompsa | 2009-03-20 | 1 | -17/+17 |
| | | | | | | | - 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 | -1/+11 |
| | | | | | | 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/+129 |