aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_device.h
Commit message (Expand)AuthorAgeFilesLines
* Resolve a deadlock setting the USB configuration index from userspaceHans Petter Selasky2014-06-081-0/+2
* Implement better error recovery for Transaction Translators, TTs,Hans Petter Selasky2014-01-131-3/+9
* USB method structures for USB controllers and USB pipes should beHans Petter Selasky2013-12-111-1/+1
* Fix a deadlock when trying to power off a USB device. The deadlockHans Petter Selasky2013-10-271-0/+3
* - Add more defines to limit USB memory usage and number of allocationsHans Petter Selasky2013-05-031-0/+4
* Add some defines to limit USB memory usage in reduced memory systems.Hans Petter Selasky2013-05-031-0/+8
* Resolve a LOR after r246616. Protect control requests using the USB deviceHans Petter Selasky2013-02-131-1/+0
* - Move scratch data from the USB bus structure to the USB device structureHans Petter Selasky2013-02-101-2/+71
* Fix spelling.Hans Petter Selasky2012-08-101-1/+1
* This patch adds automatic detection of USB mass storage devicesHans Petter Selasky2011-09-021-0/+1
* Use synchronous device destruction instead of asynchronous, so that a newHans Petter Selasky2011-08-111-1/+7
* Improve enumeration of Low- and Full-speed devices connected through aHans Petter Selasky2011-06-061-0/+2
* This commit adds full support for USB 3.0 devices in host and deviceHans Petter Selasky2010-10-041-5/+8
* Serialise USB re-enumeration with the USB explore thread.Hans Petter Selasky2010-10-041-0/+1
* If a USB device is suspended and a USB set config request is issued when theAndrew Thompson2010-05-121-0/+3
* Use a more obvious prefix for the USB control (endpoint 0) transfers ratherAndrew Thompson2010-04-221-5/+5
* Properly name the sxlocks, mutexes and condvars.Andrew Thompson2010-04-221-3/+5
* Implement USB kernel driver detach from userland.Andrew Thompson2010-03-111-0/+1
* MFp4 @ 168387Andrew Thompson2009-09-281-1/+0
* - Patch to allow USB controller to resume operation afterAlfred Perlstein2009-08-241-0/+3
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-45/+1
* Fix usb2_find_descriptor function name.Andrew Thompson2009-06-151-1/+1
* Fix _USB2_* refernces in the header protection defines.Andrew Thompson2009-06-151-3/+3
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-18/+18
* Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson2009-06-071-14/+14
* Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson2009-05-301-3/+3
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-12/+12
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-53/+96
* Allocate the usb serial, manufacturer and product strings rather than use charAndrew Thompson2009-05-271-5/+3
* Use enums for speed and rev data types.Andrew Thompson2009-05-211-5/+5
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-2/+2
* Revert part of r191494 which used the udev state to mark suspending, this needsAndrew Thompson2009-05-051-2/+10
* Track the usb device state as its powered on, addressed and configured. This ...Andrew Thompson2009-04-251-2/+3
* MFp4 //depot/projects/usb@160413Andrew Thompson2009-04-221-0/+1
* MFp4 //depot/projects/usb@160056Andrew Thompson2009-04-051-1/+0
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-1/+0
* MFp4 //depot/projects/usb@159866Andrew Thompson2009-04-051-6/+18
* MFp4 //depot/projects/usb@159797Andrew Thompson2009-04-051-1/+0
* Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.Andrew Thompson2009-03-201-5/+6
* MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson2009-03-201-5/+5
* MFp4 //depot/projects/usb@159392Andrew Thompson2009-03-201-0/+3
* MFp4 //depot/projects/usb 159225,159241,159292Andrew Thompson2009-03-171-2/+0
* - Remove the usb interface number from the device nodes as it is not needed.Andrew Thompson2009-02-281-2/+0
* Change USB over to make_dev() for all device nodes, previously it hooked intoAndrew Thompson2009-02-271-2/+9
* MFp4 //depot/projects/usb@157974Andrew Thompson2009-02-241-0/+4
* MFp4 //depot/projects/usb@157909Andrew Thompson2009-02-241-0/+1
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+187