aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
...
* 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-46/+189
* 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-154/+199
* 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
* usb-msctest: Be more conservative setting GETMAXLUN quirkWarner Losh2025-03-161-9/+4
* umass/quirk: Remove useless quirk for Transcend flashWarner Losh2025-03-161-2/+0
* umass/quirks: Remove nonsensical NO_GETMAXLUN quirksWarner Losh2025-03-161-10/+9
* usb: Use bus_detach_children instead of bus_generic_detachJohn Baldwin2025-03-121-1/+1
* umass: Remove some 20-year-old dead codeWarner Losh2025-03-111-4/+0
* wsp: Fix whitespacesJoshua Rogers2025-03-071-9/+11
* wsp: Rename max_finger_area sysctl to max_finger_diameterJoshua Rogers2025-03-071-9/+9
* wsp: Handle horizontal scrolling and create tunable for swipe/scroll.Joshua Rogers2025-03-071-31/+82
* wsp: Fix typo in function name.Joshua Rogers2025-03-071-2/+2
* wsp: Add hw.usb.wsp.max_scroll_finger_distance for two-finger scrollingJoshua Rogers2025-03-071-2/+7
* wsp: Raise the default scr_hor_threshold sysctl.Joshua Rogers2025-03-071-1/+1
* usb: Kill left-over cdefs.h includesWarner Losh2025-03-0468-69/+0