aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
...
* umb: Introduce the USB umb(4) network driverAdrian Chadd2025-01-203-0/+4100
* riscv: enable Allwinner D1 USB driversMitchell Horne2025-01-101-2/+3
* Use bus_generic_detach to detach and delete child devices during detachJohn Baldwin2025-01-021-5/+3
* Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin2025-01-0216-38/+58
* Remove now-redundant calls to device_delete_childrenJohn Baldwin2025-01-022-2/+0
* Use the new bus_generic_detach directly in place of home-grown versionsJohn Baldwin2025-01-021-15/+2
* usb: serial: make more commands execute synchronouslyKyle Evans2024-12-111-13/+56
* usb: serial: allow the open/close sleep to be interruptibleKyle Evans2024-12-114-17/+69
* usb: serial: propagate errors from ucom_queue_command()Kyle Evans2024-12-111-18/+31
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-066-11/+9
* kern: Make fileops and filterops tables const where possibleMark Johnston2024-11-261-2/+2
* rtwn: Add device ID for TPLink RTL8192CUAugustin Cavalier2024-11-211-0/+1
* uath: flush data/commands to the firmware before changing channel / stateAdrian Chadd2024-11-191-0/+4
* usb: fix the ID for the dual-band Wistron AR5523 USB NICAdrian Chadd2024-11-192-1/+3
* uhid(4): update ugd_actlen in USB_GET_REPORT ioctlMatthew Nygard Dodd2024-11-181-1/+3
* net80211: migrate FC0_TYPE_MASK / FC0_SUBTYPE_MASK frame type checks to macrosAdrian Chadd2024-11-176-20/+7
* usb: Add support for Brainboxes USB-to-Serial adaptersHajimu UMEMOTO2024-11-112-0/+36
* usb: fix loop in usb_config_parseEd Maste2024-11-111-0/+1
* ukbd: Enable ukbd_apple_swap for all Apple ISO keyboardsFrank Hilgendorf2024-11-072-6/+108
* usb: change LIST to SLIST to avoid LinuxKPI conflictsBjoern A. Zeeb2024-09-245-13/+13
* if_usie: fix typoKristof Provost2024-09-211-1/+3
* u3g: reorder Quectel devices by product IDFranco Fichtner2024-09-212-10/+10
* ure(4): Add ID for LAN port in Thinkpad OneLink+ dockAlexander Motin2024-09-192-0/+2
* wsp: Use already-calculated distance of fingers for comparison.Joshua Rogers2024-09-061-3/+1
* wsp: Improve multi-finger touchpad usage and allow more configurationsJoshua Rogers2024-09-061-29/+56
* wsp: Allow the trackpad to be used after a partially unreleased click.Joshua Rogers2024-09-061-2/+8
* usb: increase USB_PORT_RESET_RECOVERYAhmad Khalifa2024-09-061-1/+1
* u3g: add SIERRA AC340UFranco Fichtner2024-08-302-0/+2
* usb: correct the rtw8821cu quirk and add another wireless rtw88 deviceBjoern A. Zeeb2024-08-272-1/+2
* Move support of Realtek 8156/8156B from cdce(4) to ure(4)Li-Wen Hsu2024-08-123-3/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-2519-21/+21
* net80211: migrate the group/unicast key check into inline functionsAdrian Chadd2024-07-152-10/+7
* if_urndis: Organize buffer layouts more naturallyMark Johnston2024-07-091-11/+11
* ums(4): fix incorrect mouse button reporting via evdevNiko Sonack2024-07-021-2/+3
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-284-20/+0
* Add some AMD device IDs.Dmitry Luhtionov2024-06-071-0/+3
* u3g: Add support for SIM7600GMaxime Thiebaut2024-06-062-0/+2
* kern: Remove leftover saf1761otg bitsJoshua Kinard2024-06-031-1/+0
* Add a new USB ID for Xiaomi mini USB WiFiKevin Lo2024-05-311-0/+4
* usb: Remove uneeded revision verbosity from quirks listAhmad Khalifa2024-05-111-434/+382
* usb: Fix quirks listAhmad Khalifa2024-05-112-27/+19
* smsc(4): update to mention MicrochipEd Maste2024-05-081-2/+2
* usb(4): Remove a double word in a source code commentGordon Bergling2024-04-201-1/+1
* Add support for i2c-tiny-usb: usb to iic bridgeDenis Bodor2024-04-191-0/+302
* muge(4): Fix a typo in a source code commentGordon Bergling2024-04-181-1/+1
* bcm2838_xhci: add moduleLexi Winter2024-04-101-0/+2
* uath(4): Fix a typo in a source code commentGordon Bergling2024-02-221-1/+1
* umcs(4): Fix two typos in source code commentsGordon Bergling2024-02-221-2/+2
* ugen: fix USB_IFACE_DRIVER_ACTIVE after detaching a driverAndriy Gapon2024-02-191-4/+2
* net80211: deal with lost state transitionsBjoern A. Zeeb2024-02-141-1/+3