summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2016-06-02usb/uhso: Don't bail out on first USB error.Pedro F. Giffuni
2016-06-02urtw: fix unused variable assignments.Andriy Voskoboinyk
2016-05-26urtwn, rtwn, rsu: switch to ieee80211_add_channel_list_2ghz().Andriy Voskoboinyk
2016-05-26urtw: switch to ieee80211_add_channel_list_2ghz().Andriy Voskoboinyk
2016-05-26zyd: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk
2016-05-26ural: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk
2016-05-26run: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk
2016-05-26Enable USB PHY regulators when requested by the host controller driver.Jared McNeill
2016-05-25Check for signals when locking the USB enumeration thread fromHans Petter Selasky
2016-05-19Fix bad sizeof().Hans Petter Selasky
2016-05-17Add driver for "generic-ohci" as defined by FDT.Emmanuel Vadot
2016-05-14Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko
2016-05-06dev/usb: unsigned some loop indexes.Pedro F. Giffuni
2016-05-04Extend the UQ_NO_STRINGS quirk to also cover the USB language stringHans Petter Selasky
2016-05-03Add some device IDs from Intel Sunrise Point chipsets.Alexander Motin
2016-05-02dev/usb: minor spelling fixes in comments.Pedro F. Giffuni
2016-05-02s/struct device */device_t/Adrian Chadd
2016-05-01rum: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk
2016-04-29net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk
2016-04-26sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni
2016-04-21sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni
2016-04-21Add new USB quirk.Hans Petter Selasky
2016-04-19dev/usb: use our nitems() macro when param.h is available.Pedro F. Giffuni
2016-04-10Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni
2016-04-09USB: replace 0 with NULL for pointers.Pedro F. Giffuni
2016-04-08Add new USB quirk.Hans Petter Selasky
2016-04-06[rsu] We don't do A-MPDU transmit right now, so don't bother registeringAdrian Chadd
2016-04-05Remove misleading comment. musb supports host mode for more than two years nowOleksandr Tymoshenko
2016-04-05Add more DPRINTF() to the ftdi driver. Now everything that can change theIan Lepore
2016-04-05ehci_interrupt is MPSAFE code. Most drivers in tree calls bus_setup_intrMichal Meloun
2016-03-30Add new USB ID to UDL driver.Hans Petter Selasky
2016-03-29Add some device IDs found on AMD FCH shipsets.Alexander Motin
2016-03-29Verify that all segments in the loaded segment list are back to backHans Petter Selasky
2016-03-24Add more UHCI PCI IDs.Hans Petter Selasky
2016-03-21rum: add legacy power saving support (STA mode).Andriy Voskoboinyk
2016-03-21rum: simplify error handling in rum_newstate().Andriy Voskoboinyk
2016-03-21rum: do not try to restore bssid/TSF synchronization when deviceAndriy Voskoboinyk
2016-03-21rum: separate some microcontroller vendor-specific requests intoAndriy Voskoboinyk
2016-03-20[urtwn] migrate urtwn out into sys/dev/urtwn/ .Adrian Chadd
2016-03-19Add IDs for Intel Wellsburg USB controllers.Alexander Motin
2016-03-14Add xhci_mv.cWojciech Macek
2016-03-03zyd, run, ural: do not corrupt MAC addressAndriy Voskoboinyk
2016-03-03Allow for overlapping quirk device ranges. Prior to this patch onlyHans Petter Selasky
2016-03-02Use m_catpkt(9) to ensure that pkthdr fields are updated properly.Mark Johnston
2016-02-29urtwn: do not filter beacon frames in HOSTAP mode while scanningAndriy Voskoboinyk
2016-02-23Configure the correct bMaxPacketSize for control endpoints beforeHans Petter Selasky
2016-02-23Be more verbose when truncating number of HID items.Hans Petter Selasky
2016-02-23Add device ID for 'AboCom 802.11n' usb.Kevin Lo
2016-02-22urtwn: shutdown the device properlyAndriy Voskoboinyk
2016-02-22urtwn: add an option to compile the driver without firmware specific codeAndriy Voskoboinyk