summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_device.h
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling.hselasky2012-08-101-1/+1
* This patch adds automatic detection of USB mass storage deviceshselasky2011-09-021-0/+1
* Use synchronous device destruction instead of asynchronous, so that a newhselasky2011-08-111-1/+7
* Improve enumeration of Low- and Full-speed devices connected through ahselasky2011-06-061-0/+2
* This commit adds full support for USB 3.0 devices in host and devicehselasky2010-10-041-5/+8
* Serialise USB re-enumeration with the USB explore thread.hselasky2010-10-041-0/+1
* If a USB device is suspended and a USB set config request is issued when thethompsa2010-05-121-0/+3
* Use a more obvious prefix for the USB control (endpoint 0) transfers ratherthompsa2010-04-221-5/+5
* Properly name the sxlocks, mutexes and condvars.thompsa2010-04-221-3/+5
* Implement USB kernel driver detach from userland.thompsa2010-03-111-0/+1
* MFp4 @ 168387thompsa2009-09-281-1/+0
* - Patch to allow USB controller to resume operation afteralfred2009-08-241-0/+3
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-45/+1
* Fix usb2_find_descriptor function name.thompsa2009-06-151-1/+1
* 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-18/+18
* 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