aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/input
Commit message (Expand)AuthorAgeFilesLines
* usbhid: Enable by defaultEd Maste4 days1-1/+1
* wsp: Fix whitespacesJoshua Rogers2025-03-071-9/+11
* wsp: Rename max_finger_area sysctl to max_finger_diameterJoshua Rogers2025-03-071-9/+9
* wsp: Handle horizontal scrolling and create tunable for swipe/scroll.Joshua Rogers2025-03-071-31/+82
* wsp: Fix typo in function name.Joshua Rogers2025-03-071-2/+2
* wsp: Add hw.usb.wsp.max_scroll_finger_distance for two-finger scrollingJoshua Rogers2025-03-071-2/+7
* wsp: Raise the default scr_hor_threshold sysctl.Joshua Rogers2025-03-071-1/+1
* usb: Kill left-over cdefs.h includesWarner Losh2025-03-047-7/+0
* Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin2025-01-021-1/+5
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-6/+1
* uhid(4): update ugd_actlen in USB_GET_REPORT ioctlMatthew Nygard Dodd2024-11-181-1/+3
* ukbd: Enable ukbd_apple_swap for all Apple ISO keyboardsFrank Hilgendorf2024-11-071-6/+66
* 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
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* ums(4): fix incorrect mouse button reporting via evdevNiko Sonack2024-07-021-2/+3
* uhid: Check for errors from copyin() in ioctl handlersMark Johnston2023-12-262-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