summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* usb/uhso: Don't bail out on first USB error.pfg2016-06-021-1/+3
* urtw: fix unused variable assignments.avos2016-06-021-2/+2
* urtwn, rtwn, rsu: switch to ieee80211_add_channel_list_2ghz().avos2016-05-261-8/+25
* urtw: switch to ieee80211_add_channel_list_2ghz().avos2016-05-262-5/+24
* zyd: switch to ieee80211_add_channel_list_*()avos2016-05-262-5/+22
* ural: switch to ieee80211_add_channel_list_*()avos2016-05-261-7/+33
* run: switch to ieee80211_add_channel_list_*()avos2016-05-262-9/+39
* Enable USB PHY regulators when requested by the host controller driver.jmcneill2016-05-261-0/+19
* Check for signals when locking the USB enumeration thread fromhselasky2016-05-253-2/+32
* Fix bad sizeof().hselasky2016-05-191-1/+1
* Add driver for "generic-ohci" as defined by FDT.manu2016-05-172-0/+368
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-141-1/+1
* dev/usb: unsigned some loop indexes.pfg2016-05-062-9/+9
* Extend the UQ_NO_STRINGS quirk to also cover the USB language stringhselasky2016-05-041-1/+3
* Add some device IDs from Intel Sunrise Point chipsets.mav2016-05-031-0/+2
* dev/usb: minor spelling fixes in comments.pfg2016-05-0228-52/+52
* s/struct device */device_t/adrian2016-05-021-1/+1
* rum: switch to ieee80211_add_channel_list_*()avos2016-05-011-7/+33
* net80211 + drivers: hide size of 'bands' array behind a macro.avos2016-04-298-8/+8
* sys/dev: extend use of the howmany() macro when available.pfg2016-04-266-11/+9
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-2/+2
* Add new USB quirk.hselasky2016-04-212-0/+3
* dev/usb: use our nitems() macro when param.h is available.pfg2016-04-195-5/+5
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-102-2/+2
* USB: replace 0 with NULL for pointers.pfg2016-04-092-2/+2
* Add new USB quirk.hselasky2016-04-082-0/+6
* [rsu] We don't do A-MPDU transmit right now, so don't bother registeringadrian2016-04-061-0/+2
* Remove misleading comment. musb supports host mode for more than two years nowgonzo2016-04-051-1/+0
* Add more DPRINTF() to the ftdi driver. Now everything that can change theian2016-04-051-8/+35
* ehci_interrupt is MPSAFE code. Most drivers in tree calls bus_setup_intrmmel2016-04-052-3/+3
* Add new USB ID to UDL driver.hselasky2016-03-302-1/+3
* Add some device IDs found on AMD FCH shipsets.mav2016-03-293-1/+7
* Verify that all segments in the loaded segment list are back to backhselasky2016-03-291-11/+16
* Add more UHCI PCI IDs.hselasky2016-03-241-0/+6
* rum: add legacy power saving support (STA mode).avos2016-03-213-3/+241
* rum: simplify error handling in rum_newstate().avos2016-03-211-8/+3
* rum: do not try to restore bssid/TSF synchronization when deviceavos2016-03-211-8/+9
* rum: separate some microcontroller vendor-specific requests intoavos2016-03-211-9/+17
* [urtwn] migrate urtwn out into sys/dev/urtwn/ .adrian2016-03-203-7693/+0
* Add IDs for Intel Wellsburg USB controllers.mav2016-03-192-0/+6
* Add xhci_mv.cwma2016-03-141-0/+232
* zyd, run, ural: do not corrupt MAC addressavos2016-03-036-11/+15
* Allow for overlapping quirk device ranges. Prior to this patch onlyhselasky2016-03-031-2/+0
* Use m_catpkt(9) to ensure that pkthdr fields are updated properly.markj2016-03-021-7/+2
* urtwn: do not filter beacon frames in HOSTAP mode while scanningavos2016-02-291-2/+1
* Configure the correct bMaxPacketSize for control endpoints beforehselasky2016-02-232-0/+14
* Be more verbose when truncating number of HID items.hselasky2016-02-231-1/+2
* Add device ID for 'AboCom 802.11n' usb.kevlo2016-02-232-0/+2
* urtwn: shutdown the device properlyavos2016-02-223-2/+296
* urtwn: add an option to compile the driver without firmware specific codeavos2016-02-222-9/+22
OpenPOWER on IntegriCloud