| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r262125: | dim | 2014-02-24 | 1 | -0/+7 |
* | Use string literals in string descriptors for marginally | hselasky | 2013-01-30 | 1 | -4/+2 |
* | Provide one global language string descriptor for | hselasky | 2013-01-30 | 1 | -6/+2 |
* | Modify the FreeBSD USB kernel code so that it can be compiled directly | hselasky | 2013-01-30 | 1 | -0/+5 |
* | Inherit USB mode from RootHUB port where the USB device is connected. | hselasky | 2012-10-01 | 1 | -4/+0 |
* | Add support for the so-called streams feature of BULK endpoints | hselasky | 2012-08-12 | 1 | -5/+8 |
* | Fix compiler warnings, mostly signed issues, | hselasky | 2012-04-02 | 1 | -4/+3 |
* | Implement better support for USB controller suspend and resume. | hselasky | 2011-12-14 | 1 | -4/+25 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+2 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 1 | -1/+0 |
* | Correct some root HUB descriptor fields in multiple controller drivers. | hselasky | 2010-10-13 | 1 | -2/+2 |
* | Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had | thompsa | 2010-04-22 | 1 | -1/+1 |
* | For USS820 driver we need to manually reset TX FIFO at each SETUP transaction | thompsa | 2010-03-11 | 1 | -0/+8 |
* | Initialise variable before use. | thompsa | 2009-11-22 | 1 | -0/+1 |
* | USB CORE: | alfred | 2009-07-30 | 1 | -0/+1 |
* | Sync to p4 | thompsa | 2009-06-27 | 1 | -1/+1 |
* | - Make struct usb_xfer opaque so that drivers can not access the internals | thompsa | 2009-06-23 | 1 | -3/+21 |
* | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | thompsa | 2009-06-15 | 1 | -11/+11 |
* | Rename usb pipes to endpoints as it better represents what they are, and struct | thompsa | 2009-06-07 | 1 | -37/+37 |
* | s/usb2_/usb_/ on all typedefs for the USB stack. | thompsa | 2009-05-29 | 1 | -7/+7 |
* | s/usb2_/usb_/ on all C structs for the USB stack. | thompsa | 2009-05-28 | 1 | -67/+67 |
* | Improve device mode (gadget) stall handling. | thompsa | 2009-05-21 | 1 | -5/+7 |
* | Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*. | thompsa | 2009-05-21 | 1 | -2/+2 |
* | - rename usb2_mode to usb_mode [1] | thompsa | 2009-05-21 | 1 | -4/+4 |
* | Use defines for register offsets that do not change. | thompsa | 2009-05-20 | 1 | -41/+27 |
* | MFp4 //depot/projects/usb@160930 | thompsa | 2009-04-22 | 1 | -42/+48 |
* | Remove usb_sw_transfer.[ch] which are now empty after r190735. | thompsa | 2009-04-06 | 1 | -1/+0 |
* | Provide a better commit log for r190735, forced by making a whitespace change. | thompsa | 2009-04-06 | 1 | -1/+1 |
* | MFp4 //depot/projects/usb@159946 | thompsa | 2009-04-05 | 1 | -8/+0 |
* | MFp4 //depot/projects/usb@159922 | thompsa | 2009-04-05 | 1 | -162/+11 |
* | MFp4 //depot/projects/usb@159674 | thompsa | 2009-04-05 | 1 | -4/+13 |
* | MFp4 //depot/projects/usb@159673 | thompsa | 2009-04-05 | 1 | -11/+15 |
* | MFp4 //depot/projects/usb @159479,159502,159516,159522,159529 | thompsa | 2009-03-20 | 1 | -24/+38 |
* | MFp4 //depot/projects/usb @159431,159437,159438 | thompsa | 2009-03-20 | 1 | -1/+1 |
* | MFp4 //depot/projects/usb@159392 | thompsa | 2009-03-20 | 1 | -1/+1 |
* | MFp4 //depot/projects/usb @159430 | thompsa | 2009-03-20 | 1 | -1/+0 |
* | Also use proper capitalisation of FreeBSD in other source files. | ed | 2009-02-24 | 1 | -1/+1 |
* | MFp4 //depot/projects/usb@157853 | thompsa | 2009-02-24 | 1 | -4/+0 |
* | Move the new USB stack into its new home. | thompsa | 2009-02-23 | 1 | -0/+2489 |