| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix spelling. | hselasky | 2012-08-10 | 1 | -1/+1 |
* | This patch adds automatic detection of USB mass storage devices | hselasky | 2011-09-02 | 1 | -0/+1 |
* | Use synchronous device destruction instead of asynchronous, so that a new | hselasky | 2011-08-11 | 1 | -1/+7 |
* | Improve enumeration of Low- and Full-speed devices connected through a | hselasky | 2011-06-06 | 1 | -0/+2 |
* | This commit adds full support for USB 3.0 devices in host and device | hselasky | 2010-10-04 | 1 | -5/+8 |
* | Serialise USB re-enumeration with the USB explore thread. | hselasky | 2010-10-04 | 1 | -0/+1 |
* | If a USB device is suspended and a USB set config request is issued when the | thompsa | 2010-05-12 | 1 | -0/+3 |
* | Use a more obvious prefix for the USB control (endpoint 0) transfers rather | thompsa | 2010-04-22 | 1 | -5/+5 |
* | Properly name the sxlocks, mutexes and condvars. | thompsa | 2010-04-22 | 1 | -3/+5 |
* | Implement USB kernel driver detach from userland. | thompsa | 2010-03-11 | 1 | -0/+1 |
* | MFp4 @ 168387 | thompsa | 2009-09-28 | 1 | -1/+0 |
* | - Patch to allow USB controller to resume operation after | alfred | 2009-08-24 | 1 | -0/+3 |
* | - Make struct usb_xfer opaque so that drivers can not access the internals | thompsa | 2009-06-23 | 1 | -45/+1 |
* | Fix usb2_find_descriptor function name. | thompsa | 2009-06-15 | 1 | -1/+1 |
* | 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 | -18/+18 |
* | Rename usb pipes to endpoints as it better represents what they are, and struct | thompsa | 2009-06-07 | 1 | -14/+14 |
* | Revert the size_t part of the last commit for the moment, this blows up the | thompsa | 2009-05-30 | 1 | -3/+3 |
* | s/usb2_/usb_/ on all typedefs for the USB stack. | thompsa | 2009-05-29 | 1 | -12/+12 |
* | s/usb2_/usb_/ on all C structs for the USB stack. | thompsa | 2009-05-28 | 1 | -53/+96 |
* | Allocate the usb serial, manufacturer and product strings rather than use char | thompsa | 2009-05-27 | 1 | -5/+3 |
* | Use enums for speed and rev data types. | thompsa | 2009-05-21 | 1 | -5/+5 |
* | - rename usb2_mode to usb_mode [1] | thompsa | 2009-05-21 | 1 | -2/+2 |
* | Revert part of r191494 which used the udev state to mark suspending, this needs | thompsa | 2009-05-05 | 1 | -2/+10 |
* | Track the usb device state as its powered on, addressed and configured. This ... | thompsa | 2009-04-25 | 1 | -2/+3 |
* | MFp4 //depot/projects/usb@160413 | thompsa | 2009-04-22 | 1 | -0/+1 |
* | MFp4 //depot/projects/usb@160056 | thompsa | 2009-04-05 | 1 | -1/+0 |
* | MFp4 //depot/projects/usb@159909 | thompsa | 2009-04-05 | 1 | -1/+0 |
* | MFp4 //depot/projects/usb@159866 | thompsa | 2009-04-05 | 1 | -6/+18 |
* | MFp4 //depot/projects/usb@159797 | thompsa | 2009-04-05 | 1 | -1/+0 |
* | Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS. | thompsa | 2009-03-20 | 1 | -5/+6 |
* | MFp4 //depot/projects/usb @159431,159437,159438 | thompsa | 2009-03-20 | 1 | -5/+5 |
* | MFp4 //depot/projects/usb@159392 | thompsa | 2009-03-20 | 1 | -0/+3 |
* | MFp4 //depot/projects/usb 159225,159241,159292 | thompsa | 2009-03-17 | 1 | -2/+0 |
* | - Remove the usb interface number from the device nodes as it is not needed. | thompsa | 2009-02-28 | 1 | -2/+0 |
* | Change USB over to make_dev() for all device nodes, previously it hooked into | thompsa | 2009-02-27 | 1 | -2/+9 |
* | MFp4 //depot/projects/usb@157974 | thompsa | 2009-02-24 | 1 | -0/+4 |
* | MFp4 //depot/projects/usb@157909 | thompsa | 2009-02-24 | 1 | -0/+1 |
* | Move the new USB stack into its new home. | thompsa | 2009-02-23 | 1 | -0/+187 |