aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use m_catpkt(9) to ensure that pkthdr fields are updated properly.Mark Johnston2016-03-021-7/+2
* urtwn: do not filter beacon frames in HOSTAP mode while scanningAndriy Voskoboinyk2016-02-291-2/+1
* Configure the correct bMaxPacketSize for control endpoints beforeHans Petter Selasky2016-02-232-0/+14
* Be more verbose when truncating number of HID items.Hans Petter Selasky2016-02-231-1/+2
* Add device ID for 'AboCom 802.11n' usb.Kevin Lo2016-02-232-0/+2
* urtwn: shutdown the device properlyAndriy Voskoboinyk2016-02-223-2/+296
* urtwn: add an option to compile the driver without firmware specific codeAndriy Voskoboinyk2016-02-222-9/+22
* Restore maximum number of host keys to 64.Hans Petter Selasky2016-02-141-1/+1
* Fix variable assignment inside if-clause in the smsc driver.Hans Petter Selasky2016-02-141-1/+1
* Reduce the number of supported WLAN keys in the rum driver, else weHans Petter Selasky2016-02-142-4/+4
* Correct PCI device description.Hans Petter Selasky2016-02-101-1/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* EHCI: Correct address of EHCI_USBMODE_LPM register is 0xC8, not 0xA8.Michal Meloun2016-01-301-1/+1
* EHCI: Make core reset and port speed reading more generic.Michal Meloun2016-01-285-40/+107
* urtwn: add temperature calibrationAndriy Voskoboinyk2016-01-203-5/+106
* urtwn: rework debug handlingAndriy Voskoboinyk2016-01-203-43/+120
* urtwn: use ic_updateslot method to handle slot time changeAndriy Voskoboinyk2016-01-201-0/+39
* Improve attachment of the ehci_mv driverZbigniew Bodek2016-01-201-14/+24
* Make PPS ASSERT/CLEAR events match the RS-232 signal levels as per RFC 2783.Ian Lepore2016-01-171-21/+24
* urtwn: add ROM structure for RTL8188EUAndriy Voskoboinyk2016-01-173-23/+47
* Move ohci files to their proper place in the tree for atmel.Warner Losh2016-01-162-493/+0
* Use the recently added "make_dev_s()" function to solve old race setting theHans Petter Selasky2016-01-151-6/+9
* net80211 drivers: fix ieee80211_init_channels() usageAndriy Voskoboinyk2016-01-079-50/+58
* Fix for directly connected FULL or LOW speed USB devices.Hans Petter Selasky2016-01-051-6/+21
* urtwn: add bits for R92C_HWSEQ_CTRL and R92C_TXPAUSE registersAndriy Voskoboinyk2016-01-042-3/+21
* Add suppoort for the Sitecom LN-031Kristof Provost2015-12-312-0/+2
* Update metadata for "tools/tools/bus_autoconf" after r292080. UseHans Petter Selasky2015-12-292-73/+32