aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* hidraw(4): Add additional hidraw input/output report ioctlsVladimir Kondratyev2025-04-301-1/+1
* usb: increase USB_PORT_RESET_RECOVERYAhmad Khalifa2025-03-261-1/+1
* usb-msctest: Be more conservative setting GETMAXLUN quirkWarner Losh2025-03-251-9/+4
* usb: Kill left-over cdefs.h includesWarner Losh2025-03-1168-69/+0
* uath: Avoid a NULL dereferenceJose Luis Duran2025-02-191-4/+6
* ure(4): Add support for ELECOM EDC-QUA3CFUKAUMI Naoki2025-02-072-0/+2
* 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
* rtwn: Add device ID for TPLink RTL8192CUAugustin Cavalier2024-12-041-0/+1
* kern: Make fileops and filterops tables const where possibleMark Johnston2024-12-031-2/+2
* ukbd: Enable ukbd_apple_swap for all Apple ISO keyboardsFrank Hilgendorf2024-11-222-6/+108
* 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
* ure(4): Add ID for LAN port in Thinkpad OneLink+ dockAlexander Motin2024-09-262-0/+2
* Add some AMD device IDs.Dmitry Luhtionov2024-09-251-0/+3
* bpf: Add IfAPI analogue for bpf_peers_present()Justin Hibbits2024-09-241-3/+1
* ums(4): fix incorrect mouse button reporting via evdevNiko Sonack2024-09-191-2/+3
* u3g: add SIERRA AC340UFranco Fichtner2024-09-022-0/+2
* if_urndis: Organize buffer layouts more naturallyMark Johnston2024-07-231-11/+11
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-07-124-20/+0
* u3g: Add support for SIM7600GMaxime Thiebaut2024-06-122-0/+2
* kern: Remove leftover saf1761otg bitsJoshua Kinard2024-06-061-1/+0
* smsc(4): update to mention MicrochipEd Maste2024-05-101-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-181-1/+3
* Revert "Enter the network epoch in USB WiFi drivers when processing input"Bjoern A. Zeeb2024-02-181-3/+0
* Revert "Widen EPOCH(9) usage in USB WLAN drivers."Bjoern A. Zeeb2024-02-187-21/+0
* usbdevs: add Ralink RT7601 aka MT7601Andriy Gapon2024-02-171-0/+1
* usb: use only usb_devinfo() in device_set_usb_desc()Christos Margiolis2024-01-301-25/+1
* 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 Klop2023-12-281-3/+83
* usbdevs: add quirk for WD MyPassport Ultra External HDDEugene Grosbein2023-12-062-0/+2
* 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
* net80211 / drivers: remove public use of ieee80211_node_incref()Bjoern A. Zeeb2023-10-041-1/+1
* axge: Skip dummy packet headersDamien Broka2023-09-241-1/+18
* arm64: xilinx: dwc3: Fix reset namesEmmanuel Vadot2023-08-231-2/+2
* arm64: xilinx: Add glue driver for usb3 controllerEmmanuel Vadot2023-08-231-0/+149
* xhci: Add support for 64-bit DMA in generic XHCI controller driverStephen J. Kiernan2023-08-203-6/+24
* Use 115200 bps by default for serial communicationEd Maste2023-08-171-1/+1