aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/input
Commit message (Expand)AuthorAgeFilesLines
* ukbd: fix SET_REPORT wValue always using report ID 0 for LED outputJoshua Rogers2026-05-311-8/+8
* hkbd/ukbd: sysctls to swap macbook kbd modifiers~Not Toby2026-04-231-0/+38
* wsp(4): Make evdev interface operational if sysmouse one is not openedVladimir Kondratyev2026-04-121-1/+10
* wsp(4): Do not handle pressure on non-ForceTouch devicesVladimir Kondratyev2026-04-121-2/+4
* ukbd(4): make debug guard consistent with hkbd(4)Toby Slight2026-03-291-1/+3
* hkbd(4): add some extra handy fn key bindingsToby Slight2026-03-291-0/+10
* hkbd(4): be more cautious & explicit about Apple vendor checkingtslight2026-03-291-26/+31
* ukbd(4): backport Apple function keys support from hkbd(4)tslight2026-03-291-20/+81
* chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper2026-02-251-2/+2
* usbhid(4): Implement USB_GET_DEVICEINFO ioctlVladimir Kondratyev2025-08-171-0/+4
* hidraw(4): Rename to uhid if HIDRAW_MAKE_UHID_ALIAS is specifiedVladimir Kondratyev2025-08-171-6/+0
* hid: Add HQ_NO_READAHEAD quirk and implement it in usbhid(4)Vladimir Kondratyev2025-08-171-1/+3
* usbhid: Enable by defaultEd Maste2025-07-301-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