| Commit message (Expand) | Author | Age | Files | Lines |
* | dev/usb: minor spelling fixes in comments. | pfg | 2016-05-02 | 1 | -1/+1 |
* | Create a USB_PNP_INFO and use it to export the existing PNP | imp | 2015-12-11 | 1 | -9/+10 |
* | In order to reduce use of M_EXT outside of the mbuf allocator and | rwatson | 2015-01-06 | 1 | -2/+1 |
* | Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can | hselasky | 2015-01-05 | 1 | -1/+1 |
* | Add new USB ID. | hselasky | 2013-04-03 | 1 | -0/+1 |
* | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | sbz | 2013-01-30 | 1 | -1/+2 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -2/+2 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | - Export more USB device ID's. | hselasky | 2011-06-24 | 1 | -27/+14 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 1 | -1/+0 |
* | Add missing MODULE_VERSION() definitions, this resolves problems around | thompsa | 2010-09-01 | 1 | -0/+1 |
* | Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had | thompsa | 2010-04-22 | 1 | -1/+1 |
* | - Make struct usb_xfer opaque so that drivers can not access the internals | thompsa | 2009-06-23 | 1 | -29/+48 |
* | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | thompsa | 2009-06-15 | 1 | -24/+24 |
* | s/usb2_/usb_/ on all typedefs for the USB stack. | thompsa | 2009-05-29 | 1 | -4/+4 |
* | s/usb2_/usb_/ on all C structs for the USB stack. | thompsa | 2009-05-28 | 1 | -12/+12 |
* | 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 | -1/+1 |
* | MFp4 //depot/projects/usb@159909 | thompsa | 2009-04-05 | 1 | -15/+15 |
* | MFp4 //depot/projects/usb@159517 | thompsa | 2009-03-20 | 1 | -2/+0 |
* | Rename the ushub device class back to uhub as it was in the old usb stack, | thompsa | 2009-03-02 | 1 | -1/+1 |
* | Move the new USB stack into its new home. | thompsa | 2009-02-23 | 1 | -0/+853 |