| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo. | hselasky | 2012-09-20 | 1 | -1/+1 |
* | Add support for the so-called streams feature of BULK endpoints | hselasky | 2012-08-12 | 1 | -3/+6 |
* | Fix compiler warnings, mostly signed issues, | hselasky | 2012-04-02 | 1 | -1/+1 |
* | Add definitions and structures for USB 2.0 Link Power Management, LPM. | hselasky | 2012-04-02 | 1 | -0/+54 |
* | Improve support for USB 3.0 HUBs. In certain states we | hselasky | 2012-01-13 | 1 | -18/+56 |
* | - Try to fix support for USB 3.0 HUBs. | hselasky | 2012-01-12 | 1 | -0/+24 |
* | Style change. | hselasky | 2011-11-12 | 1 | -1/+1 |
* | Add sysctl to not reset the device on clear stall failures, to | hselasky | 2011-08-19 | 1 | -1/+13 |
* | Do not block zero report ID. It is correct value for devices with single | mav | 2011-08-09 | 1 | -1/+1 |
* | Fix for VirtualBox 4.x and other virtual machines that fail | hselasky | 2011-07-16 | 1 | -7/+28 |
* | Improve enumeration of Low- and Full-speed devices connected through a | hselasky | 2011-06-06 | 1 | -1/+99 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 1 | -1/+0 |
* | Re-add a status check which sneaked out during r214804. | hselasky | 2010-12-07 | 1 | -0/+4 |
* | Add code to warm reset a USB 3.0 port. | hselasky | 2010-11-04 | 1 | -4/+97 |
* | This commit adds full support for USB 3.0 devices in host and device | hselasky | 2010-10-04 | 1 | -24/+187 |
* | Add more strict USB string filtering. | hselasky | 2010-10-04 | 1 | -6/+13 |
* | Reduce diffs to p4. | thompsa | 2010-05-12 | 1 | -24/+163 |
* | If a USB device is suspended and a USB set config request is issued when the | thompsa | 2010-05-12 | 1 | -6/+18 |
* | Use a more obvious prefix for the USB control (endpoint 0) transfers rather | thompsa | 2010-04-22 | 1 | -2/+2 |
* | Properly name the sxlocks, mutexes and condvars. | thompsa | 2010-04-22 | 1 | -4/+4 |
* | Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had | thompsa | 2010-04-22 | 1 | -6/+6 |
* | Remove overuse of exclamation marks in kernel printfs, there mere fact a | thompsa | 2009-11-26 | 1 | -2/+2 |
* | USB core: | alfred | 2009-07-30 | 1 | -4/+4 |
* | - Make struct usb_xfer opaque so that drivers can not access the internals | thompsa | 2009-06-23 | 1 | -9/+29 |
* | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | thompsa | 2009-06-15 | 1 | -152/+152 |
* | Remove usb2_cv_* and just use the kernel condvar implementation, it was needed | thompsa | 2009-06-15 | 1 | -2/+2 |
* | Rename usb pipes to endpoints as it better represents what they are, and struct | thompsa | 2009-06-07 | 1 | -25/+25 |
* | Reorgansise the logic for tranversing the pipe list. | thompsa | 2009-06-02 | 1 | -9/+9 |
* | s/usb2_/usb_/ on all typedefs for the USB stack. | thompsa | 2009-05-29 | 1 | -48/+48 |
* | s/usb2_/usb_/ on all C structs for the USB stack. | thompsa | 2009-05-28 | 1 | -86/+86 |
* | Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*. | thompsa | 2009-05-21 | 1 | -3/+3 |
* | - rename usb2_mode to usb_mode [1] | thompsa | 2009-05-21 | 1 | -2/+2 |
* | Track the usb device state as its powered on, addressed and configured. This ... | thompsa | 2009-04-25 | 1 | -0/+6 |
* | MFp4 //depot/projects/usb@160930 | thompsa | 2009-04-22 | 1 | -56/+59 |
* | Provide a better commit log for r190735, forced by making a whitespace change. | thompsa | 2009-04-06 | 1 | -1/+1 |
* | MFp4 //depot/projects/usb@159948 | thompsa | 2009-04-05 | 1 | -5/+8 |
* | MFp4 //depot/projects/usb@159922 | thompsa | 2009-04-05 | 1 | -6/+58 |
* | MFp4 //depot/projects/usb@159909 | thompsa | 2009-04-05 | 1 | -6/+7 |
* | MFp4 //depot/projects/usb@159871 | thompsa | 2009-04-05 | 1 | -3/+4 |
* | MFp4 //depot/projects/usb@159811 | thompsa | 2009-04-05 | 1 | -0/+34 |
* | MFp4 //depot/projects/usb @159431,159437,159438 | thompsa | 2009-03-20 | 1 | -7/+7 |
* | MFp4 //depot/projects/usb@159392 | thompsa | 2009-03-20 | 1 | -7/+15 |
* | MFp4 //depot/projects/usb @159430 | thompsa | 2009-03-20 | 1 | -1/+0 |
* | MFp4 //depot/projects/usb@157909 | thompsa | 2009-02-24 | 1 | -14/+27 |
* | MFp4 //depot/projects/usb@157853 | thompsa | 2009-02-24 | 1 | -10/+2 |
* | Move the new USB stack into its new home. | thompsa | 2009-02-23 | 1 | -0/+1486 |