aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/input
Commit message (Expand)AuthorAgeFilesLines
* uhid: Check for errors from copyin() in ioctl handlersMark Johnston2024-01-022-12/+16
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-167-14/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* hid: Add child device parameter to HID methodsVladimir Kondratyev2023-08-031-16/+21
* kbd: consolidate kb interfaces (phase one)Michael2023-07-071-8/+2
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-123-3/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-126-6/+6
* sys/kbio.h: make pre-unicode keymap support optionalStefan Eßer2023-02-141-3/+6
* Support Unicode characters in keymap dead key tablesStefan Eßer2023-02-061-0/+1
* wmt: purge EOL release compatibilityElliott Mitchell2023-02-041-12/+0
* ums(4): Disable vendor usage page button supportVladimir Kondratyev2022-12-241-6/+12
* atp: Fix mismatch in array bounds.John Baldwin2022-12-071-1/+2
* evdev: Extend EVIOCGRAB ioctl scope to cover kbd interfaceVladimir Kondratyev2022-11-181-0/+4
* evdev: Extend EVIOCGRAB ioctl scope to cover sysmouse interfaceVladimir Kondratyev2022-11-171-0/+4
* usbhid(4): Increase probe priority to BUS_PROBE_DEFAULT + 1Vladimir Kondratyev2022-09-111-1/+1
* Fix unused variable warning in usb's atp.cDimitry Andric2022-07-261-3/+0
* uhid(4): Don't read-ahead from the USB IN endpoint.Hans Petter Selasky2022-06-231-0/+6
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-069-32/+8
* Remove unused hidraw_devclass.John Baldwin2022-05-061-1/+1
* uhid_snes: Remove USB_ST_TRANSFERRED handling for the status request.John Baldwin2022-04-181-9/+0
* usb: Add a __usbdebug_used for variables only used under #ifdef USB_DEBUG.John Baldwin2022-04-131-1/+1
* atp: Remove unused variable.John Baldwin2022-04-081-2/+0
* wsp_intr_callback: eliminate write only variable hWarner Losh2022-04-051-3/+0
* usbhid(4): Be more restrictive about what requests are allowed from user-space.Hans Petter Selasky2022-03-031-1/+4
* usbhid(4): Implement USB_REQUEST command in hid_ioctl methodVladimir Kondratyev2022-03-021-0/+31
* usb: real freebsd32 support for most ioctlsBrooks Davis2021-12-172-6/+45
* wmt(4): Adapt to recent KPI changesVladimir Kondratyev2021-09-021-75/+61
* Fix a common typo in man pages and src commentsGordon Bergling2021-08-281-1/+1
* wsp(4): Add evdev support.Vladimir Kondratyev2021-08-241-20/+285
* wsp(4): Compact parameter structure.Vladimir Kondratyev2021-08-241-199/+96
* atp(4), wsp(4): Return correct priority from probe() method;Vladimir Kondratyev2021-08-242-3/+6
* usbhid(4): Add second set of USB transfers to work in polled mode.Vladimir Kondratyev2021-05-281-15/+62
* usbhid(4): Fix NULL pointer dereference in usbd_xfer_max_len()Vladimir Kondratyev2021-05-281-15/+49
* ums(4): Start USB xfers on opening of evdev node unconditionally.Vladimir Kondratyev2021-05-231-1/+1
* ums(4): Do not stop USB xfers on FIFO close when evdev is still activeVladimir Kondratyev2021-05-231-5/+8
* ukbd: Fix handling of keyboard ErrorRollOver reportsVladimir Kondratyev2021-02-131-1/+6
* wsp: Add sysctl tunable for Z-Axis inversionVladimir Kondratyev2021-02-081-1/+6
* hid: Replace USBHID_ENABLED kernel config option with loader tunableVladimir Kondratyev2021-01-145-18/+7
* hidraw(4): Add HIDRAW_MAKE_UHID_ALIAS kernel optionVladimir Kondratyev2021-01-071-0/+12
* hid: Import usbhid - USB transport backend for HID subsystem.Vladimir Kondratyev2021-01-075-0/+796
* hid: Chase for HID function name changes in existing USB HID driversVladimir Kondratyev2021-01-076-64/+36
* Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev2021-01-077-276/+15
* evdev: Remove useless "initial value" parameter from evdev_support_abs()Vladimir Kondratyev2021-01-072-3/+3
* wmt: quiet gcc -WparenthesesRyan Libby2020-12-241-1/+1
* ukbd(4): Push LED events in ioctl handler rather than in xfer callbackVladimir Kondratyev2020-12-241-5/+5
* ukbd(4): Do not serialize evdev key eventsVladimir Kondratyev2020-12-241-3/+6
* wmt(4): Use sys/param.h macroses to work with bit fieldsVladimir Kondratyev2020-12-231-23/+23
* wmt(4): Refactor 'Contact Count Maximum' parsingVladimir Kondratyev2020-12-231-29/+18
* wmt(4): Add support for hardware timestamp reportingVladimir Kondratyev2020-12-231-3/+42
* wmt(4): Add support for touchpadsVladimir Kondratyev2020-12-231-15/+184