| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r226803: | Hans Petter Selasky | 2011-10-29 | 1 | -0/+1 |
| * | - Add additional information to the PnP info of USB HUBs children which | Hans Petter Selasky | 2011-06-24 | 1 | -1/+5 |
| * | Improve enumeration of Low- and Full-speed devices connected through a | Hans Petter Selasky | 2011-06-06 | 1 | -3/+24 |
| * | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin | 2011-01-11 | 1 | -1/+0 |
| * | Add support for setting per-interface PnP information. | Hans Petter Selasky | 2010-10-27 | 1 | -2/+4 |
| * | This commit adds full support for USB 3.0 devices in host and device | Hans Petter Selasky | 2010-10-04 | 1 | -76/+354 |
| * | Serialise USB re-enumeration with the USB explore thread. | Hans Petter Selasky | 2010-10-04 | 1 | -0/+22 |
| * | Reduce the need to accesss struct usb_device by providing functions to access | Andrew Thompson | 2010-09-02 | 1 | -1/+2 |
| * | Add support for power mode filtering as some USB hardware does not support | Andrew Thompson | 2010-09-02 | 1 | -2/+29 |
| * | Change argument for usbd_get_dma_delay() from USB bus to USB device, some | Andrew Thompson | 2010-09-02 | 1 | -2/+3 |
| * | Add missing MODULE_VERSION() definitions, this resolves problems around | Andrew Thompson | 2010-09-01 | 1 | -0/+1 |
| * | Provide more information about the device location in the USB system. | Andrew Thompson | 2010-05-12 | 1 | -2/+4 |
| * | If a USB device is suspended and a USB set config request is issued when the | Andrew Thompson | 2010-05-12 | 1 | -40/+82 |
| * | Use a more obvious prefix for the USB control (endpoint 0) transfers rather | Andrew Thompson | 2010-04-22 | 1 | -1/+1 |
| * | Remove overuse of exclamation marks in kernel printfs, there mere fact a | Andrew Thompson | 2009-11-26 | 1 | -10/+10 |
| * | Provide tunables for some of the usb sysctls that affect boot behaviour. | Andrew Thompson | 2009-11-22 | 1 | -0/+2 |
| * | Improve High Speed slot allocation mechanism by moving the computation to the | Andrew Thompson | 2009-11-22 | 1 | -14/+167 |
| * | MFp4 @ 168387 | Andrew Thompson | 2009-09-28 | 1 | -22/+41 |
| * | - Patch to allow USB controller to resume operation after | Alfred Perlstein | 2009-08-24 | 1 | -8/+21 |
| * | Temporarily revert the new-bus locking for 8.0 release. It will be | John Baldwin | 2009-08-20 | 1 | -14/+5 |
| * | Make the newbus subsystem Giant free by adding the new newbus sxlock. | Attilio Rao | 2009-08-02 | 1 | -5/+14 |
| * | USB core: | Alfred Perlstein | 2009-07-30 | 1 | -0/+2 |
| * | - Make struct usb_xfer opaque so that drivers can not access the internals | Andrew Thompson | 2009-06-23 | 1 | -8/+27 |
| * | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | Andrew Thompson | 2009-06-15 | 1 | -118/+118 |
| * | Rename usb pipes to endpoints as it better represents what they are, and struct | Andrew Thompson | 2009-06-07 | 1 | -1/+1 |
| * | Revert the size_t part of the last commit for the moment, this blows up the | Andrew Thompson | 2009-05-30 | 1 | -3/+3 |
| * | s/usb2_/usb_/ on all typedefs for the USB stack. | Andrew Thompson | 2009-05-29 | 1 | -20/+20 |
| * | s/usb2_/usb_/ on all C structs for the USB stack. | Andrew Thompson | 2009-05-28 | 1 | -65/+65 |
| * | Allocate the usb serial, manufacturer and product strings rather than use char | Andrew Thompson | 2009-05-27 | 1 | -4/+0 |
| * | Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*. | Andrew Thompson | 2009-05-21 | 1 | -3/+3 |
| * | Use enums for speed and rev data types. | Andrew Thompson | 2009-05-21 | 1 | -3/+3 |
| * | - rename usb2_mode to usb_mode [1] | Andrew Thompson | 2009-05-21 | 1 | -9/+9 |
| * | Remove USB shutdown methods from device drivers as its the host controllers | Andrew Thompson | 2009-05-05 | 1 | -1/+0 |
| * | Revert part of r191494 which used the udev state to mark suspending, this needs | Andrew Thompson | 2009-05-05 | 1 | -10/+11 |
| * | Track the usb device state as its powered on, addressed and configured. This ... | Andrew Thompson | 2009-04-25 | 1 | -10/+10 |
| * | MFp4 //depot/projects/usb@160485 | Andrew Thompson | 2009-04-22 | 1 | -23/+11 |
| * | MFp4 //depot/projects/usb@160413 | Andrew Thompson | 2009-04-22 | 1 | -2/+2 |
| * | Provide a better commit log for r190735, forced by making a whitespace change. | Andrew Thompson | 2009-04-06 | 1 | -1/+1 |
| * | MFp4 //depot/projects/usb@159922 | Andrew Thompson | 2009-04-05 | 1 | -23/+63 |
| * | MFp4 //depot/projects/usb@159909 | Andrew Thompson | 2009-04-05 | 1 | -9/+25 |
| * | MFp4 //depot/projects/usb@159866 | Andrew Thompson | 2009-04-05 | 1 | -7/+8 |
| * | Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS. | Andrew Thompson | 2009-03-20 | 1 | -0/+4 |
| * | MFp4 //depot/projects/usb @159431,159437,159438 | Andrew Thompson | 2009-03-20 | 1 | -8/+8 |
| * | MFp4 //depot/projects/usb @159430 | Andrew Thompson | 2009-03-20 | 1 | -1/+0 |
| * | MFp4 //depot/projects/usb 158942,158948 | Andrew Thompson | 2009-03-09 | 1 | -0/+4 |
| * | Rename the ushub device class back to uhub as it was in the old usb stack, | Andrew Thompson | 2009-03-02 | 1 | -3/+3 |
| * | MFp4 //depot/projects/usb@157958 | Andrew Thompson | 2009-02-24 | 1 | -20/+20 |
| * | Move the new USB stack into its new home. | Andrew Thompson | 2009-02-23 | 1 | -0/+1842 |