aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* dwc_otg_fdt: do not create and leak extra usbus childAndriy Gapon2025-06-271-4/+0
* uath: Avoid a NULL dereferenceJose Luis Duran2025-02-191-4/+6
* usb: serial: make more commands execute synchronouslyKyle Evans2025-01-011-13/+56
* usb: serial: allow the open/close sleep to be interruptibleKyle Evans2025-01-014-17/+69
* usb: serial: propagate errors from ucom_queue_command()Kyle Evans2025-01-011-18/+31
* uhid(4): update ugd_actlen in USB_GET_REPORT ioctlMatthew Nygard Dodd2024-12-221-1/+3
* usb: Add support for Brainboxes USB-to-Serial adaptersHajimu UMEMOTO2024-11-172-0/+36
* usb: fix loop in usb_config_parseEd Maste2024-11-131-0/+1
* Move support of Realtek 8156/8156B from cdce(4) to ure(4)Li-Wen Hsu2024-10-213-3/+1
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-10-084-20/+0
* ure(4): Add ID for LAN port in Thinkpad OneLink+ dockAlexander Motin2024-09-262-0/+2
* ums(4): fix incorrect mouse button reporting via evdevNiko Sonack2024-09-191-2/+3
* u3g: add SIERRA AC340UFranco Fichtner2024-09-022-0/+2
* net80211: move net_epoch into net80211Bjoern A. Zeeb2024-06-128-24/+0
* u3g: Add support for SIM7600GMaxime Thiebaut2024-06-122-0/+2
* smsc(4): update to mention MicrochipEd Maste2024-05-141-2/+2
* usb(4): Remove a double word in a source code commentGordon Bergling2024-04-231-1/+1
* muge(4): Fix a typo in a source code commentGordon Bergling2024-04-211-1/+1
* ugen: fix USB_IFACE_DRIVER_ACTIVE after detaching a driverAndriy Gapon2024-03-161-4/+2
* umcs(4): Fix two typos in source code commentsGordon Bergling2024-02-251-2/+2
* uath(4): Fix a typo in a source code commentGordon Bergling2024-02-251-1/+1
* net80211: deal with lost state transitionsBjoern A. Zeeb2024-02-191-1/+3
* usbdevs: add Ralink RT7601 aka MT7601Andriy Gapon2024-02-171-0/+1
* hidraw(4): Implement HIDRAW_GET_DEVICEINFO ioctlVladimir Kondratyev2024-02-091-1/+2
* usb: Fix a typo in a source code commentGordon Bergling2024-01-251-1/+1
* usb: Fix two typos in source code commentsGordon Bergling2024-01-232-2/+2
* uhid: Check for errors from copyin() in ioctl handlersMark Johnston2024-01-022-12/+16
* Teach if_smsc to get MAC from bootargs.Ronald Klop2024-01-011-3/+83
* usbdevs: add quirk for WD MyPassport Ultra External HDDEugene Grosbein2023-12-062-0/+2
* net80211 / drivers: remove public use of ieee80211_node_incref()Bjoern A. Zeeb2023-11-291-1/+1
* usb: add necessary quirks for the NOREL Systems NS1081 SD readerMazin Fadl2023-11-262-0/+6
* usb: add quirks for the Genesys GL3220 card readerMazin Fadl2023-11-262-0/+3
* axge: Add support for AX88179ADamien Broka2023-10-112-8/+38
* xhci: Add support for 64-bit DMA in generic XHCI controller driverStephen J. Kiernan2023-10-043-6/+24
* axge: Skip dummy packet headersDamien Broka2023-09-251-1/+18
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-232-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2383-164/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-23129-129/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-232-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2333-66/+0
* xhci(4): Describe AMD 400 Series USB 3.1 controllersMarius Strobl2023-08-061-1/+3
* usb(4): Fix a typo in a source code commentGordon Bergling2023-08-051-1/+1
* spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh2023-07-258-8/+8
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-07-2529-29/+29
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-25140-140/+140
* ure(4): add support for Thinkpad Hybrid USB-C with USB-A dockJoerg Pulz2023-07-182-1/+3
* atp: Fix mismatch in array bounds.John Baldwin2023-05-031-1/+2
* if_rsu: Fix mismatches in array bounds.John Baldwin2023-05-031-3/+4
* Implement an API for sending a zero-length-packet. The purpose of such aHans Petter Selasky2023-04-302-3/+59