summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Fix a possible memory use after free and leak situation associatedhselasky2014-01-172-26/+24
* Close a minor deadlock.hselasky2014-01-171-0/+7
* Don't output any modifier keys before we see a validhselasky2014-01-141-0/+36
* Implement better error recovery for Transaction Translators, TTs,hselasky2014-01-136-25/+301
* Separate I/O errors from reception of STALL PID.hselasky2014-01-132-5/+17
* Make sure reserved fields of the EHCI DMA descriptors are not dirtyhselasky2014-01-121-3/+26
* Don't do synchronous USB requests inside USB transfer callbacks. It ishselasky2014-01-121-22/+13
* Fix a logic error when checking if Tx power entries are greater than 31.kevlo2014-01-111-3/+3
* Optimise interrupt logic. Technically writing a zero to the XHCI USBhselasky2014-01-111-5/+5
* Force clearing of event ring interrupts. The "Intel Lynx Point" XHCIhselasky2014-01-111-0/+7
* Move USB ID from u3g driver to uhso driver.hselasky2014-01-112-1/+2
* Use m_get2() instead of m_getcl().kevlo2014-01-101-2/+2
* Use m_getcl() instead of MGETHDR/MCLGET macros.kevlo2014-01-101-17/+2
* Replace deprecated M_DONTWAIT with M_NOWAIT.kevlo2014-01-092-5/+5
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.kevlo2014-01-089-12/+12
* Check the XHCI event ring regardless of the XHCI status registerhselasky2014-01-071-7/+2
* Add support for the MediaTek/Ralink RT3593 chipset.kevlo2014-01-034-142/+665
* Minor correction for the XHCI reset logic.hselasky2014-01-021-2/+2
* In sys/dev/usb/wlan/if_urtw.c, #if 0 a static const variable, which hasdim2013-12-291-0/+2
* Add D-Link DWA-140 rev D1, another RT5372/run(4).kevlo2013-12-272-0/+2
* Some devices have a dual mode such as Tenda W326U and ZyXEL NWD2705,kevlo2013-12-242-1/+53
* Add quirks to make my old SanDisk Cruzer Mini 128MB happy.truckman2013-12-212-0/+4
* Use 'val' instead of 'val & 0xff' since the last argument of run_bbp_write()kevlo2013-12-181-6/+6
* Fix style: add tab after #define.kevlo2013-12-183-687/+685
* Fix typo in comment.kevlo2013-12-181-1/+1
* Add support to IQ calibration.kevlo2013-12-182-25/+168
* Fix regression issue after r259248:hselasky2013-12-161-0/+2
* Set chain bit correctly. This will fix some problems sending andhselasky2013-12-121-2/+11
* USB method structures for USB controllers and USB pipes should behselasky2013-12-1117-102/+102
* Fix typos.hselasky2013-12-081-4/+4
* Fix compilation when the "USB_DEBUG" option is set.hselasky2013-12-061-1/+1
* Add support for the MediaTek/Ralink RT5572 chipset.kevlo2013-12-064-78/+620
* Replace the magic numbers with something more readable.kevlo2013-12-062-5/+15
* Cosmetic changes.kevlo2013-12-061-29/+29
* Remove daft KASSERT.kevlo2013-12-061-3/+0
* Improve the XHCI command timeout recovery handling code.hselasky2013-12-064-18/+134
* Fix external compiler warning about write-only assigned variable.hselasky2013-12-051-3/+1
* Fix what looks like a typo after r258732.hselasky2013-12-041-1/+1
* Fix external compiler warning(s). Avoid pointer dereferencing.hselasky2013-12-045-8/+8
* The RUN_MAX_TXSZ constat is defined as Tx desc + Tx wireless info + MCLBYTES +kevlo2013-12-022-4/+5
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-306-15/+15
* Change run_rt2870_rf_write() prototype (no functional change)kevlo2013-11-292-19/+14
* On the RT2870, rf registers are now 64-bit, not 32-bit after r257955.kevlo2013-11-291-20/+33
* Style changes.hselasky2013-11-261-2/+3
* Add missing static keyword.hselasky2013-11-261-2/+2
* Comply to the XHCI specification. Certain input context fields shouldhselasky2013-11-251-1/+5
* Add alternate ID for Novatel MiFi 2200 CDMA, which is used by mytruckman2013-11-202-0/+2
* Import the axge(4) driver for the ASIX AX88178A and AX88179 USB Ethernetmarkj2013-11-192-0/+1235
* Add some more IDs for Intel ATA, AHCI and USB controllers.mav2013-11-151-0/+2
* Remove a couple of unused macros.kevlo2013-11-131-25/+0
OpenPOWER on IntegriCloud