aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Fix for the r235558: interrupt output pipe is optional, so fix the driverAlexander Motin2012-05-171-2/+3
* Add support for writing to HID devices through the interrupt output pipe.Alexander Motin2012-05-171-4/+49
* HID Report ID is unsigned value, so clear the rest of bits from possibleAlexander Motin2012-05-161-1/+1
* Move reset of USB mouse parameters from the USB mouse attach toHans Petter Selasky2012-05-141-28/+46
* - Change the module order of these MAC drivers to be last so they areMarius Strobl2012-05-111-2/+3
* Make sure the EHCI bandwidth allocation algorithmHans Petter Selasky2012-05-032-8/+30
* Add support for Multi-TT mode of modern USB HUBs.Hans Petter Selasky2012-04-295-173/+161
* Add support for the SIMCom SIM5218, tested by me.Kevin Lo2012-04-212-0/+2
* Fix typo in commentThomas Quinot2012-04-181-1/+1
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-0259-255/+242
* Add definitions and structures for USB 2.0 Link Power Management, LPM.Hans Petter Selasky2012-04-023-3/+69
* Load the firmware during init not attach, as a root filesystem mightBernhard Schmidt2012-03-211-8/+8
* Add new USB device IDs.Hans Petter Selasky2012-03-082-0/+2
* Fix for DWC OTG interrupt register programming.Hans Petter Selasky2012-03-053-22/+44
* Make sure that the USB system suspend event is executed synchronouslyHans Petter Selasky2012-03-031-2/+21
* Style change: Expand redundant #if's. Remove a couple of empty lines.Hans Petter Selasky2012-03-011-101/+12
* Close a detach race. Make sure all pendingHans Petter Selasky2012-03-011-2/+6
* Add support for the MCS7832Kevin Lo2012-02-283-1/+6
* Add new USB device ID.Hans Petter Selasky2012-02-142-0/+2
* Remove direct access to si_name.Ed Schouten2012-02-101-1/+1
* Avoid to check the same cache line/variable from all the lockingAttilio Rao2012-01-281-0/+1
* Add support for the DesignWare USB 2.0 OTG controller chipset.Hans Petter Selasky2012-01-213-0/+3248
* Add support for new USB device.Hans Petter Selasky2012-01-192-2/+2
* - Add ID for the BeagleBone FTDI serial over usb port.Stanislav Sedov2012-01-162-0/+2
* Add support for more USB devices.Hans Petter Selasky2012-01-163-0/+7
* Export ttyname instead of ttyunit via the sysctl interface.Hans Petter Selasky2012-01-162-11/+18
* Export information about USB serial port unit and port numbersHans Petter Selasky2012-01-162-12/+42
* BeagleBone uses an FTDI chip withTim Kientzle2012-01-152-0/+2
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Improve support for USB 3.0 HUBs. In certain states weHans Petter Selasky2012-01-132-24/+64
* Bugfix: Make sure the XHCI driver doesn't clearHans Petter Selasky2012-01-131-1/+1
* Correct use of USB 3.0 POWER bit in the port status register,Hans Petter Selasky2012-01-132-10/+18
* - Try to fix support for USB 3.0 HUBs.Hans Petter Selasky2012-01-125-20/+79
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* Make sure we probe and attach the root HUB afterHans Petter Selasky2012-01-021-0/+8
* Add missing change to XHCI driver similar to changes in r228483.Hans Petter Selasky2011-12-312-19/+20
* - Enable usbus on octusbOleksandr Tymoshenko2011-12-241-0/+1
* ukbd: adjust for SCHEDULER_STOPPED() and overhaul locking codeAndriy Gapon2011-12-211-227/+153
* adapt usb transfer code for SCHEDULER_STOPPEDAndriy Gapon2011-12-211-3/+3
* Fix for race against user-space applications trying to change theHans Petter Selasky2011-12-211-0/+9
* Make the recently added "no_shutdown_wait" sysctl writeable.Hans Petter Selasky2011-12-191-1/+1
* Add code to wait for USB shutdown to be executed at system shutdown.Hans Petter Selasky2011-12-191-1/+15
* Add missing unlock of USB controller's lock, whenHans Petter Selasky2011-12-191-0/+12
* Another axe(4), found in ASUS zenbook.Kevin Lo2011-12-172-0/+2
* kern cons: introduce infrastructure for console grabbing by kernelAndriy Gapon2011-12-171-0/+12
* Fix some net80211 enum nits:Bernhard Schmidt2011-12-177-47/+47
* Improve fix for random USB transfer time out.Hans Petter Selasky2011-12-141-12/+13
* Fix for random USB transfer time out.Hans Petter Selasky2011-12-141-7/+11
* Fix definition of XHCI port power bit.Hans Petter Selasky2011-12-141-1/+1
* Implement better support for USB controller suspend and resume.Hans Petter Selasky2011-12-1432-726/+673