summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_transfer.h
Commit message (Collapse)AuthorAgeFilesLines
* Use a more obvious prefix for the USB control (endpoint 0) transfers ratherthompsa2010-04-221-1/+1
| | | | than default_*.
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-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.thompsa2009-06-151-3/+3
|
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-17/+17
|
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-071-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 thethompsa2009-05-301-5/+5
| | | | USB_ADD_BYTES macro.
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-18/+18
|
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-44/+44
|
* Use enums for speed and rev data types.thompsa2009-05-211-1/+1
|
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-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,159438thompsa2009-03-201-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@159392thompsa2009-03-201-1/+11
| | | | | | Add ifdefs for making parts of usb conditional. Submitted by: Hans Petter Selasky
* Move the new USB stack into its new home.thompsa2009-02-231-0/+129
OpenPOWER on IntegriCloud