aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* ehci(4): Add ID for Realtek RTL811x USB 2.0 controllerDmitry Luhtionov2 days1-0/+7
* knotes: kqueue: handle copy for trivial filtersKonstantin Belousov4 days1-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
* usbhid(4): Implement USB_GET_DEVICEINFO ioctlVladimir Kondratyev2025-08-174-36/+56
* hidraw(4): Rename to uhid if HIDRAW_MAKE_UHID_ALIAS is specifiedVladimir Kondratyev2025-08-171-6/+0
* hid: Add HQ_NO_READAHEAD quirk and implement it in usbhid(4)Vladimir Kondratyev2025-08-171-1/+3
* ipheth(4): Add CDC-NCM support for RXShengYi Hung2025-08-152-48/+191
* gpio: remove gpiobus_attach_busAhmad Khalifa2025-08-131-2/+3
* usbhid: Enable by defaultEd Maste2025-07-301-1/+1
* xhci pci: Add some amd xhci controller device idsTom Jones2025-07-141-0/+7
* uchcom: add support for CH9102 and CH343 uartsKevin Lo2025-06-252-156/+201
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* mtw: fix display of the MAC revisionKevin Lo2025-06-191-1/+6
* runq: More selective includes of <sys/runq.h> to reduce pollutionOlivier Certner2025-06-181-1/+0
* Add USB quirk for Creative Stage SE miniJan Biedermann2025-06-112-0/+2
* usb: Don't call usb_msc_auto_quirk for UQ_MSC_IGNORE devicesJan Biedermann2025-06-111-1/+2
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-2/+1
* umb: avoid wild pointer dereference in umb_decap()Pierre Pronchery2025-05-291-2/+4
* umb: avoid buffer overflow in umb_getinfobuf()Pierre Pronchery2025-05-291-3/+2
* umb: avoid buffer overflow in umb_in_len2mask()Pierre Pronchery2025-05-291-1/+2
* usb/if_mos.c: Fix incorrect SPDX IDAlexander Ziaee2025-05-281-2/+2
* dwc_otg_fdt: do not create and leak extra usbus childAndriy Gapon2025-05-191-4/+0
* usb/quirks: Remove overly broad quirksWarner Losh2025-05-071-10/+0
* usb: Make autoquirk code optional and opt outWarner Losh2025-05-073-1/+3
* umass: Bring in small fix from NetBSD's umassWarner Losh2025-05-071-4/+9
* umass: Fix a direct call to sc_transformWarner Losh2025-05-071-5/+9
* umass: Be more consistent about how we fail bad commandsWarner Losh2025-05-071-4/+1
* umass: Move INQUIRY and TEST UNIT READY quirks to umass_std_transformWarner Losh2025-05-071-64/+36
* umass: Move common code into umass_std_transformWarner Losh2025-05-071-43/+11
* umass: make *_transform() return a boolWarner Losh2025-05-071-32/+31
* umass: Simplify umass_std_transform to eliminate fake successWarner Losh2025-05-071-13/+6
* umass: Fail SYNCHRONIZE_CACHE for UFIWarner Losh2025-05-071-4/+3
* umass: Document the ideal that it's better to fail bad commandsWarner Losh2025-05-071-0/+7
* umass: fail synchronize_cacheWarner Losh2025-05-071-3/+1
* umass: Move illegal opcode return to a functionWarner Losh2025-05-071-14/+25
* hidraw(4): Add additional hidraw input/output report ioctlsVladimir Kondratyev2025-04-271-1/+1
* usb: if_ure: stop touching the mbuf accounting on rxq insertionKyle Evans2025-04-202-2/+15
* if_run: Add sitecom device idNia Alarie2025-04-012-0/+2
* if_rsu: Add sitecom device idNia Alarie2025-04-012-0/+2
* mtw: fix compilation with IEEE80211_SUPPORT_SUPERG enabledAdrian Chadd2025-03-281-3/+6
* uath: add support for GCMP-128 encryptionAdrian Chadd2025-03-271-0/+6