aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
...
* Fully revert r364379.Hans Petter Selasky2020-09-012-0/+14
* rtwn(4): Add support for the Belkin N300.Mark Johnston2020-08-311-0/+1
* Allow slow USB devices to be given more time to return their USB descriptors,Hans Petter Selasky2020-08-281-3/+4
* net80211: enhance getflags*() and ieee80211_add_channel*()Bjoern A. Zeeb2020-08-241-1/+2
* Fix regression after r364379.Hans Petter Selasky2020-08-201-3/+1
* Remove the long obsolete ufm driver.Warner Losh2020-08-201-340/+0
* Avoid evaluating the XHCI control endpoint context.Hans Petter Selasky2020-08-192-15/+3
* Check the XHCI endpoint state before issuing XHCI endpoint commands.Hans Petter Selasky2020-08-181-10/+36
* cp2112: a number of cleanups and improvementsAndriy Gapon2020-08-121-301/+379
* cp2112: driver for the namesake GPIO and I2C master gadgetAndriy Gapon2020-08-061-0/+1381
* Add new USB ID.Hans Petter Selasky2020-08-061-0/+4
* Handle Raspberry Pi 4 xhci firmware loading.Andrew Turner2020-08-032-8/+7
* clean up whitespace...John-Mark Gurney2020-07-252-24/+24
* usb(4): Stop checking for failures from malloc(M_WAITOK).Mark Johnston2020-07-2210-43/+12
* Add dwc_otg_acpiAndrew Turner2020-06-303-26/+215
* rtwn: Add a USB ID for Buffalo WI-U2-433DHPLi-Wen Hsu2020-06-271-0/+1
* [rsu] Update wme ie API use.Adrian Chadd2020-06-161-1/+1
* Add missing range checks when receiving USB ethernet packets.Hans Petter Selasky2020-06-113-8/+33
* USB HID descriptors may push/pop the current state to allowHans Petter Selasky2020-06-051-26/+26
* [run] Fix up tx/rx frame size.Adrian Chadd2020-06-032-4/+6
* [run] note that PHY_HT is for mixed mode.Adrian Chadd2020-06-022-2/+2
* [run] Set the number of HT chains.Adrian Chadd2020-06-021-7/+14
* [run] Add 11NA flags for 5G NICs that support HT.Adrian Chadd2020-06-021-0/+2
* [run] Don't add 11ng channels (2GHz) for RF2020Adrian Chadd2020-05-301-2/+2
* [run] Set ampdu rxmax same as linux; RF2020 isn't an 11n NICAdrian Chadd2020-05-301-13/+26
* [run] Add initial 802.11n support.Adrian Chadd2020-05-293-41/+123
* Implement helper function, usbd_get_max_frame_length(), which allows kernelHans Petter Selasky2020-05-282-0/+78
* Don't allow USB device drivers to parent own interface.Hans Petter Selasky2020-05-281-1/+1
* rtwn: Add a USB ID for the TP-Link TL-WN727N.Mark Johnston2020-05-121-0/+1
* Refresh the USB device strings when a USB device is re-enumerated.Hans Petter Selasky2020-05-113-71/+110
* rtwn: Add a new USB ID.Mark Johnston2020-05-091-1/+2
* usbhid: add several missing usages from Digitizer pageAndriy Gapon2020-05-061-0/+3
* Set the maximum exit latency to 0 for XHCI USB 3.0 devices, because weHans Petter Selasky2020-04-181-17/+0
* arm: Fix duplicate ehci DRIVER_MODULEEmmanuel Vadot2020-04-162-4/+4
* Start the retirement process for ufmWarner Losh2020-04-011-0/+1
* Evaluate modifier keys before the regular keys, so that if a modifierHans Petter Selasky2020-03-301-3/+17
* Add new USB ID.Hans Petter Selasky2020-03-221-0/+1
* Add new USB device ID for Elecom 802.11ac USB device.Gavin Atkinson2020-03-201-0/+1
* Correctly implement support for remote wakeup for USB 3.0 device.Hans Petter Selasky2020-03-192-6/+52
* if_muge: use C99 bool for boolean varsEd Maste2020-03-181-5/+7
* Add new USB device ID to u3g driver.Hans Petter Selasky2020-03-172-0/+4
* atp: fix mouse attachment on PowerBook5,6 (G4)Alfredo Dal'Ava Junior2020-03-161-5/+9
* if_muge: whitespace and style cleanupEd Maste2020-03-151-22/+16
* muge: drop CSUM from MUGE_DEFAULT_TSO_CSUM_ENABLEEd Maste2020-03-151-2/+2
* muge: enable RXCSUM as it now worksEd Maste2020-03-151-6/+2
* muge: correct RX checksum offloadEd Maste2020-03-141-2/+3
* wmt(4): Reapply r358872 (by hselasky) modified to useVladimir Kondratyev2020-03-111-7/+11
* wmt(4): revert r358872 (by hselasky)Vladimir Kondratyev2020-03-111-1/+1
* If the USB frame length is set to 1024 bytes, WMT_BSIZE, the EETI controllerHans Petter Selasky2020-03-111-1/+1
* wmt(4): Fix Synaptics Touch Digitizer V04 attachmentVladimir Kondratyev2020-03-091-3/+2