aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* usbdevs: Add TP-Link UB500 (RTL8761BUV) USB IDEd Maste7 days1-0/+1
* u3g: Add Telit LM960A18 LTE modemEd Maste9 days2-0/+4
* smsc: Add missing newline to PHY timeout error printfEd Maste2026-05-051-1/+1
* snd_uaudio: Support Roland UA-33Christos Margiolis2026-04-302-0/+2
* hkbd/ukbd: sysctls to swap macbook kbd modifiers~Not Toby2026-04-231-0/+38
* ure: add USB device IDs for additional RTL8152/RTL8153 adaptersChristos Longros2026-04-212-2/+18
* ofw: bool-ify OF_hasprop()Mitchell Horne2026-04-161-1/+1
* uvscom: Fix baud rate validation in uvscom_pre_param()Weixie Cui2026-04-161-1/+2
* wsp(4): Make evdev interface operational if sysmouse one is not openedVladimir Kondratyev2026-04-121-1/+10
* wsp(4): Do not handle pressure on non-ForceTouch devicesVladimir Kondratyev2026-04-121-2/+4
* ukbd(4): make debug guard consistent with hkbd(4)Toby Slight2026-03-291-1/+3
* hkbd(4): add some extra handy fn key bindingsToby Slight2026-03-291-0/+10
* hkbd(4): be more cautious & explicit about Apple vendor checkingtslight2026-03-291-26/+31
* ukbd(4): backport Apple function keys support from hkbd(4)tslight2026-03-291-20/+81
* usbdevs: Add USB device IDs for Nuand bladeRF SDRAbdelkader Boudih2026-03-291-0/+7
* ure(4): Fix spurious link flaps from MIIRafael Kitover2026-03-161-3/+66
* usb: umass: add SCSIEJECT quirk and fix RTW8821CU_CD (USB mode switch)Bjoern A. Zeeb2026-03-092-2/+57
* chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper2026-02-253-4/+4
* rsu: migrate to new net80211 encryption key APIAdrian Chadd2026-02-221-7/+12
* run: rum: migrate to new net80211 encryption key APIAdrian Chadd2026-02-112-15/+26
* ure: improve receive checksum offloadingMichael Tuexen2026-02-101-23/+15
* ure: improve transmit checksum offloadingMichael Tuexen2026-02-081-6/+10
* ure: improve checksum offloadingMichael Tuexen2026-01-311-0/+3
* usb: indentation (whitespace change only)Bjoern A. Zeeb2026-01-291-1/+1
* mtw(4): Fix warm reboot initialization failures for MT7601UAbdelkader Boudih2026-01-141-6/+27
* kshim/usb: Prefer memset to bzeroWarner Losh2026-01-091-1/+1
* Specialize the REALTEK RTL8153 quirk to just rev=0x31fdPoul-Henning Kamp2025-12-231-1/+1
* Quirk Realtek RTL8153 to config#1 so if_cdce claims it. Works much better.Poul-Henning Kamp2025-12-221-0/+1
* usb: don't create ifnet(9) for usbus devicesGleb Smirnoff2025-12-152-177/+14
* xhci: Add header values for Debug Capability (DbC)Tom Jones2025-12-051-0/+121
* xhci: Correct name of HCCPARAMS RegisterTom Jones2025-12-053-5/+5
* xhci: Add some Alder lake device idsTom Jones2025-12-051-0/+2
* Fintek F81232 USB to serial driverDiane Bruce2025-12-021-0/+759
* sys: RealTek -> Realtekykla2025-11-273-6/+6
* mtw: convert to new net80211 crypto key APIAdrian Chadd2025-11-141-8/+16
* usb/u3g: add Quectel EM060KAndre Albsmeier2025-10-312-0/+2
* Add support for Sierra Wireless EM7590 modem.Ari Suutari2025-10-312-0/+2
* usb(4): Fix typos in upgt(4) and zyd(4)Gordon Bergling2025-10-292-4/+4
* ehci(4): Add ID for Realtek RTL811x USB 2.0 controllerDmitry Luhtionov2025-10-201-0/+7
* knotes: kqueue: handle copy for trivial filtersKonstantin Belousov2025-10-181-0/+2
* usb: update wifi drivers to use IEEE80211_FEXT_SEQNO_OFFLOADAdrian Chadd2025-09-206-0/+30
* udbc: Add usb debug host mode driverTom Jones2025-09-151-0/+404
* rsu: implement A-MPDU TX; add TODO items for further workAdrian Chadd2025-09-092-20/+51
* rsu: enable seqno offloadAdrian Chadd2025-09-091-0/+4
* run: enable seqno offloadAdrian Chadd2025-09-091-0/+14
* Add random Intel Elkhart Lake device IDs.Dmitry Luhtionov2025-09-081-0/+2
* umb: Fix setting the input routineZhenlei Huang2025-09-031-4/+0
* xhci: Parse and print extended capabilitiesTom Jones2025-09-022-0/+90
* usb: hub: uhub_root_intr() mark function arguments as __unusedBjoern A. Zeeb2025-08-291-1/+2
* if_umb: Fix a typo in a source code commentGordon Bergling2025-08-251-1/+1