summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Refine r237102 a bit:marius2012-06-182-4/+16
* - Add support for the FT2232 based egnite Turtelizer 2 JTAG/RS232 Adapter.marius2012-06-143-83/+77
* Add more quirks for USB MIDI adapters.hselasky2012-06-142-0/+29
* Add appropriate checks for ic_bsschan being set to IEEE80211_CHAN_ANYC inhselasky2012-06-023-7/+32
* Improve support for detaching kernel drivers on a per interface basis.hselasky2012-06-012-4/+19
* Import EHCI attachment driver for Freescale integrated controller.raj2012-05-261-0/+423
* Make the VIA workaround application somewhat more consistent with themarius2012-05-261-1/+2
* Consistently use USB_PAGE_SIZE. Currently, this is cosmetic.marius2012-05-261-2/+2
* Make the VIA workaround actually do its intended job.marius2012-05-261-1/+1
* Fix for the r235558: interrupt output pipe is optional, so fix the drivermav2012-05-171-2/+3
* Add support for writing to HID devices through the interrupt output pipe.mav2012-05-171-4/+49
* HID Report ID is unsigned value, so clear the rest of bits from possiblemav2012-05-161-1/+1
* Move reset of USB mouse parameters from the USB mouse attach tohselasky2012-05-141-28/+46
* - Change the module order of these MAC drivers to be last so they aremarius2012-05-111-2/+3
* Make sure the EHCI bandwidth allocation algorithmhselasky2012-05-032-8/+30
* Add support for Multi-TT mode of modern USB HUBs.hselasky2012-04-295-173/+161
* Add support for the SIMCom SIM5218, tested by me.kevlo2012-04-212-0/+2
* Fix typo in commentthomas2012-04-181-1/+1
* Fix compiler warnings, mostly signed issues,hselasky2012-04-0259-255/+242
* Add definitions and structures for USB 2.0 Link Power Management, LPM.hselasky2012-04-023-3/+69
* 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
OpenPOWER on IntegriCloud