summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_device.h
Commit message (Expand)AuthorAgeFilesLines
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-071-14/+14
* Revert the size_t part of the last commit for the moment, this blows up thethompsa2009-05-301-3/+3
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-12/+12
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-53/+96
* Allocate the usb serial, manufacturer and product strings rather than use charthompsa2009-05-271-5/+3
* Use enums for speed and rev data types.thompsa2009-05-211-5/+5
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-2/+2
* Revert part of r191494 which used the udev state to mark suspending, this needsthompsa2009-05-051-2/+10
* Track the usb device state as its powered on, addressed and configured. This ...thompsa2009-04-251-2/+3
* MFp4 //depot/projects/usb@160413thompsa2009-04-221-0/+1
* MFp4 //depot/projects/usb@160056thompsa2009-04-051-1/+0
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-1/+0
* MFp4 //depot/projects/usb@159866thompsa2009-04-051-6/+18
* MFp4 //depot/projects/usb@159797thompsa2009-04-051-1/+0
* Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.thompsa2009-03-201-5/+6
* MFp4 //depot/projects/usb @159431,159437,159438thompsa2009-03-201-5/+5
* MFp4 //depot/projects/usb@159392thompsa2009-03-201-0/+3
* MFp4 //depot/projects/usb 159225,159241,159292thompsa2009-03-171-2/+0
* - Remove the usb interface number from the device nodes as it is not needed.thompsa2009-02-281-2/+0
* Change USB over to make_dev() for all device nodes, previously it hooked intothompsa2009-02-271-2/+9
* MFp4 //depot/projects/usb@157974thompsa2009-02-241-0/+4
* MFp4 //depot/projects/usb@157909thompsa2009-02-241-0/+1
* Move the new USB stack into its new home.thompsa2009-02-231-0/+187
OpenPOWER on IntegriCloud