summaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Fix regression issue with XHCI on 32-bit ARMv7 Armada-38x. Make sureHans Petter Selasky2016-07-061-1/+1
* Fix interrupt loop when switching from USB device to USB host mode byHans Petter Selasky2016-07-041-16/+18
* Fix detection of USB device disconnects in USB host mode when the USBHans Petter Selasky2016-07-011-1/+4
* USB: Add Garmin FR230 device quirk (broken INQUIRY)Conrad Meyer2016-06-292-0/+2
* Update the definition for number of scratch pages to match the latestHans Petter Selasky2016-06-223-7/+8
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-211-1/+5
* [run] fix TSF locking in RX radiotap.Adrian Chadd2016-06-041-0/+2
* usb/uhso: Don't bail out on first USB error.Pedro F. Giffuni2016-06-021-1/+3
* urtw: fix unused variable assignments.Andriy Voskoboinyk2016-06-021-2/+2
* urtwn, rtwn, rsu: switch to ieee80211_add_channel_list_2ghz().Andriy Voskoboinyk2016-05-261-8/+25
* urtw: switch to ieee80211_add_channel_list_2ghz().Andriy Voskoboinyk2016-05-262-5/+24
* zyd: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk2016-05-262-5/+22
* ural: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk2016-05-261-7/+33
* run: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk2016-05-262-9/+39
* Enable USB PHY regulators when requested by the host controller driver.Jared McNeill2016-05-261-0/+19
* Check for signals when locking the USB enumeration thread fromHans Petter Selasky2016-05-253-2/+32
* Fix bad sizeof().Hans Petter Selasky2016-05-191-1/+1
* Add driver for "generic-ohci" as defined by FDT.Emmanuel Vadot2016-05-172-0/+368
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-141-1/+1
* dev/usb: unsigned some loop indexes.Pedro F. Giffuni2016-05-062-9/+9
* Extend the UQ_NO_STRINGS quirk to also cover the USB language stringHans Petter Selasky2016-05-041-1/+3
* Add some device IDs from Intel Sunrise Point chipsets.Alexander Motin2016-05-031-0/+2
* dev/usb: minor spelling fixes in comments.Pedro F. Giffuni2016-05-0228-52/+52
* s/struct device */device_t/Adrian Chadd2016-05-021-1/+1
* rum: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk2016-05-011-7/+33
* net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk2016-04-298-8/+8
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-266-11/+9
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-2/+2
* Add new USB quirk.Hans Petter Selasky2016-04-212-0/+3
* dev/usb: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-195-5/+5
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-102-2/+2
* USB: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-092-2/+2
* Add new USB quirk.Hans Petter Selasky2016-04-082-0/+6
* [rsu] We don't do A-MPDU transmit right now, so don't bother registeringAdrian Chadd2016-04-061-0/+2
* Remove misleading comment. musb supports host mode for more than two years nowOleksandr Tymoshenko2016-04-051-1/+0
* Add more DPRINTF() to the ftdi driver. Now everything that can change theIan Lepore2016-04-051-8/+35
* ehci_interrupt is MPSAFE code. Most drivers in tree calls bus_setup_intrMichal Meloun2016-04-052-3/+3
* Add new USB ID to UDL driver.Hans Petter Selasky2016-03-302-1/+3
* Add some device IDs found on AMD FCH shipsets.Alexander Motin2016-03-293-1/+7
* Verify that all segments in the loaded segment list are back to backHans Petter Selasky2016-03-291-11/+16
* Add more UHCI PCI IDs.Hans Petter Selasky2016-03-241-0/+6
* rum: add legacy power saving support (STA mode).Andriy Voskoboinyk2016-03-213-3/+241
* rum: simplify error handling in rum_newstate().Andriy Voskoboinyk2016-03-211-8/+3
* rum: do not try to restore bssid/TSF synchronization when deviceAndriy Voskoboinyk2016-03-211-8/+9
* rum: separate some microcontroller vendor-specific requests intoAndriy Voskoboinyk2016-03-211-9/+17
* [urtwn] migrate urtwn out into sys/dev/urtwn/ .Adrian Chadd2016-03-203-7693/+0
* Add IDs for Intel Wellsburg USB controllers.Alexander Motin2016-03-192-0/+6
* Add xhci_mv.cWojciech Macek2016-03-141-0/+232
* zyd, run, ural: do not corrupt MAC addressAndriy Voskoboinyk2016-03-036-11/+15
* Allow for overlapping quirk device ranges. Prior to this patch onlyHans Petter Selasky2016-03-031-2/+0