summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restore maximum number of host keys to 64.hselasky2016-02-141-1/+1
* Fix variable assignment inside if-clause in the smsc driver.hselasky2016-02-141-1/+1
* Reduce the number of supported WLAN keys in the rum driver, else wehselasky2016-02-142-4/+4
* Correct PCI device description.hselasky2016-02-101-1/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-011-0/+1
* EHCI: Correct address of EHCI_USBMODE_LPM register is 0xC8, not 0xA8.mmel2016-01-301-1/+1
* EHCI: Make core reset and port speed reading more generic.mmel2016-01-285-40/+107
* urtwn: add temperature calibrationavos2016-01-203-5/+106
* urtwn: rework debug handlingavos2016-01-203-43/+120
* urtwn: use ic_updateslot method to handle slot time changeavos2016-01-201-0/+39
* Improve attachment of the ehci_mv driverzbb2016-01-201-14/+24
* Make PPS ASSERT/CLEAR events match the RS-232 signal levels as per RFC 2783.ian2016-01-171-21/+24
* urtwn: add ROM structure for RTL8188EUavos2016-01-173-23/+47
* Move ohci files to their proper place in the tree for atmel.imp2016-01-162-493/+0
* Use the recently added "make_dev_s()" function to solve old race setting thehselasky2016-01-151-6/+9
* net80211 drivers: fix ieee80211_init_channels() usageavos2016-01-079-50/+58
OpenPOWER on IntegriCloud