summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Load the firmware during init not attach, as a root filesystem mightbschmidt2012-03-211-8/+8
* Add new USB device IDs.hselasky2012-03-082-0/+2
* Fix for DWC OTG interrupt register programming.hselasky2012-03-053-22/+44
* Make sure that the USB system suspend event is executed synchronouslyhselasky2012-03-031-2/+21
* Style change: Expand redundant #if's. Remove a couple of empty lines.hselasky2012-03-011-101/+12
* Close a detach race. Make sure all pendinghselasky2012-03-011-2/+6
* Add support for the MCS7832kevlo2012-02-283-1/+6
* Add new USB device ID.hselasky2012-02-142-0/+2
* Remove direct access to si_name.ed2012-02-101-1/+1
* Avoid to check the same cache line/variable from all the lockingattilio2012-01-281-0/+1
* Add support for the DesignWare USB 2.0 OTG controller chipset.hselasky2012-01-213-0/+3248
* Add support for new USB device.hselasky2012-01-192-2/+2
* - Add ID for the BeagleBone FTDI serial over usb port.stas2012-01-162-0/+2
* Add support for more USB devices.hselasky2012-01-163-0/+7
* Export ttyname instead of ttyunit via the sysctl interface.hselasky2012-01-162-11/+18
* Export information about USB serial port unit and port numbershselasky2012-01-162-12/+42
* BeagleBone uses an FTDI chip withkientzle2012-01-152-0/+2
* Convert files to UTF-8uqs2012-01-151-1/+1
* Improve support for USB 3.0 HUBs. In certain states wehselasky2012-01-132-24/+64
* Bugfix: Make sure the XHCI driver doesn't clearhselasky2012-01-131-1/+1
* Correct use of USB 3.0 POWER bit in the port status register,hselasky2012-01-132-10/+18
* - Try to fix support for USB 3.0 HUBs.hselasky2012-01-125-20/+79
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* Make sure we probe and attach the root HUB afterhselasky2012-01-021-0/+8
* Add missing change to XHCI driver similar to changes in r228483.hselasky2011-12-312-19/+20
* - Enable usbus on octusbgonzo2011-12-241-0/+1
* ukbd: adjust for SCHEDULER_STOPPED() and overhaul locking codeavg2011-12-211-227/+153
* adapt usb transfer code for SCHEDULER_STOPPEDavg2011-12-211-3/+3
* Fix for race against user-space applications trying to change thehselasky2011-12-211-0/+9
* Make the recently added "no_shutdown_wait" sysctl writeable.hselasky2011-12-191-1/+1
* Add code to wait for USB shutdown to be executed at system shutdown.hselasky2011-12-191-1/+15
* Add missing unlock of USB controller's lock, whenhselasky2011-12-191-0/+12
* Another axe(4), found in ASUS zenbook.kevlo2011-12-172-0/+2
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+12
* Fix some net80211 enum nits:bschmidt2011-12-177-47/+47
* Improve fix for random USB transfer time out.hselasky2011-12-141-12/+13
* Fix for random USB transfer time out.hselasky2011-12-141-7/+11
* Fix definition of XHCI port power bit.hselasky2011-12-141-1/+1
* Implement better support for USB controller suspend and resume.hselasky2011-12-1432-727/+674
* Correct some bInterval USB template descriptor values.hselasky2011-12-064-10/+10
* Fix compile warning when using clang to compile the code.hselasky2011-12-061-1/+1
* Add quirk for Micron RealSSD eUSB failing on unsupported SCSI commandemaste2011-12-032-0/+5
* Fix a compile warning with clang.hselasky2011-12-031-1/+1
* Fix checks for error return from urtw_alloc_rx_data_list() andkevlo2011-12-021-2/+2
* This commit marks the beginning of a new internal USBhselasky2011-11-281-0/+114
* Use DEVMETHOD_END.marius2011-11-231-1/+1
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-2212-12/+12
* - There's no need to overwrite the default device method with the defaultmarius2011-11-2217-66/+20
* Add new USB IDs to RUN driver.hselasky2011-11-212-0/+4
* - Add support for Add LOGITECH Webcam C100miwi2011-11-201-2/+3
OpenPOWER on IntegriCloud