summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2021-03-11usb: tiny formatting nitWarner Losh
2021-02-21Refactor CTL datamove KPI.Alexander Motin
2021-02-13ukbd: Fix handling of keyboard ErrorRollOver reportsVladimir Kondratyev
2021-02-09wsp: Add sysctl tunable for Z-Axis inversionVladimir Kondratyev
2021-01-14hid: Replace USBHID_ENABLED kernel config option with loader tunableVladimir Kondratyev
2021-01-12Fix for use-after-free in if_ure(4) driver.Hans Petter Selasky
2021-01-08hidraw(4): Add HIDRAW_MAKE_UHID_ALIAS kernel optionVladimir Kondratyev
2021-01-08hid: Import hidraw(4) - driver for access to raw HID device dataVladimir Kondratyev
2021-01-08hid: Import usbhid - USB transport backend for HID subsystem.Vladimir Kondratyev
2021-01-08hid: Chase for HID function name changes in existing USB HID driversVladimir Kondratyev
2021-01-08hid: Import functions and constants required by new subsystemVladimir Kondratyev
2021-01-08Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev
2021-01-08evdev: Remove useless "initial value" parameter from evdev_support_abs()Vladimir Kondratyev
2021-01-08Allow HID report descriptor parser to return more then 1 usage per itemVladimir Kondratyev
2021-01-08hid_locate: do not ignore constant items.Vladimir Kondratyev
2021-01-07Add support for PL2303HXN to uplcom(4).Hans Petter Selasky
2021-01-07Add new PCI ID for XHCI(4).Hans Petter Selasky
2020-12-30rsu: Don't modify read-only firmware block.John Baldwin
2020-12-25ohci(4): remove support for Sun PCIO-2 USB controllersMarius Strobl
2020-12-24wmt: quiet gcc -WparenthesesRyan Libby
2020-12-24ukbd(4): Push LED events in ioctl handler rather than in xfer callbackVladimir Kondratyev
2020-12-24ukbd(4): Do not serialize evdev key eventsVladimir Kondratyev
2020-12-24Add support for USB-C and TB3 Gen2 to if_ure(4).Hans Petter Selasky
2020-12-24wmt(4): Use sys/param.h macroses to work with bit fieldsVladimir Kondratyev
2020-12-24wmt(4): Refactor 'Contact Count Maximum' parsingVladimir Kondratyev
2020-12-24wmt(4): Add support for hardware timestamp reportingVladimir Kondratyev
2020-12-24wmt(4): Add support for touchpadsVladimir Kondratyev
2020-12-24wmt(4): Fetch and parse HID report descriptor only one timeVladimir Kondratyev
2020-12-24wmt(4): Add support for hybrid modeVladimir Kondratyev
2020-12-23No need to stop XHCI endpoints in disabled state.Hans Petter Selasky
2020-12-19Ensure a minimum packet length before creating a mbuf in if_ure.Hans Petter Selasky
2020-12-19Move SYSCTL_ADD_PROC() to unlocked context in if_ure to avoid lock order reve...Hans Petter Selasky
2020-12-18usb: Replace ITUNERNET vendor with MICROCHIP and improve product namesJessica Clarke
2020-12-17Use __containerof() instead of home-rolled versions.John Baldwin
2020-12-16Use more standard types for manipulating pointers.John Baldwin
2020-12-15Improve handling of alternate settings in the USB stack.Hans Petter Selasky
2020-12-15Improve handling of alternate settings in the USB stack.Hans Petter Selasky
2020-12-15Improve handling of alternate settings in the USB stack.Hans Petter Selasky
2020-12-01USB umass: add quirk to not probeBjoern A. Zeeb
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
2020-11-18ipheth(4): Fix for iOS 14Li-Wen Hsu
2020-11-18Fix build of USB bootloader code by adding checks for _STANDALONE being defined.Hans Petter Selasky
2020-11-17uplcom: add ATen/Prolific USB-232 Controller D USB IDEd Maste
2020-11-12Add more USB quirks.Hans Petter Selasky
2020-11-12When doing a USB alternate setting on an USB interface we need toHans Petter Selasky
2020-11-09usb_hub: fix whitespaceBjoern A. Zeeb
2020-11-06usb_hub: giving up port reset - device vanishedBjoern A. Zeeb
2020-11-04Plug minor memory leak in dwc3 USB2/USB3 controller.Emmanuel Vadot
2020-10-31Implement the USB_GET_DEVICEINFO ioctl(2) for uhid(4).Hans Petter Selasky
2020-10-28Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala