summaryrefslogtreecommitdiff
path: root/sys/dev/usb/input
AgeCommit message (Expand)Author
2025-08-18usbhid(4): Implement USB_GET_DEVICEINFO ioctlVladimir Kondratyev
2025-08-18hidraw(4): Rename to uhid if HIDRAW_MAKE_UHID_ALIAS is specifiedVladimir Kondratyev
2025-08-18hid: Add HQ_NO_READAHEAD quirk and implement it in usbhid(4)Vladimir Kondratyev
2025-07-30usbhid: Enable by defaultEd Maste
2025-03-07wsp: Fix whitespacesJoshua Rogers
2025-03-07wsp: Rename max_finger_area sysctl to max_finger_diameterJoshua Rogers
2025-03-07wsp: Handle horizontal scrolling and create tunable for swipe/scroll.Joshua Rogers
2025-03-07wsp: Fix typo in function name.Joshua Rogers
2025-03-07wsp: Add hw.usb.wsp.max_scroll_finger_distance for two-finger scrollingJoshua Rogers
2025-03-07wsp: Raise the default scr_hor_threshold sysctl.Joshua Rogers
2025-03-04usb: Kill left-over cdefs.h includesWarner Losh
2025-01-02Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-11-18uhid(4): update ugd_actlen in USB_GET_REPORT ioctlMatthew Nygard Dodd
2024-11-07ukbd: Enable ukbd_apple_swap for all Apple ISO keyboardsFrank Hilgendorf
2024-09-06wsp: Use already-calculated distance of fingers for comparison.Joshua Rogers
2024-09-06wsp: Improve multi-finger touchpad usage and allow more configurationsJoshua Rogers
2024-09-06wsp: Allow the trackpad to be used after a partially unreleased click.Joshua Rogers
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-07-03ums(4): fix incorrect mouse button reporting via evdevNiko Sonack
2023-12-25uhid: Check for errors from copyin() in ioctl handlersMark Johnston
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-03hid: Add child device parameter to HID methodsVladimir Kondratyev
2023-07-06kbd: consolidate kb interfaces (phase one)Michael
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-14sys/kbio.h: make pre-unicode keymap support optionalStefan Eßer
2023-02-06Support Unicode characters in keymap dead key tablesStefan Eßer
2023-02-04wmt: purge EOL release compatibilityElliott Mitchell
2022-12-24ums(4): Disable vendor usage page button supportVladimir Kondratyev
2022-12-07atp: Fix mismatch in array bounds.John Baldwin
2022-11-19evdev: Extend EVIOCGRAB ioctl scope to cover kbd interfaceVladimir Kondratyev
2022-11-18evdev: Extend EVIOCGRAB ioctl scope to cover sysmouse interfaceVladimir Kondratyev
2022-09-11usbhid(4): Increase probe priority to BUS_PROBE_DEFAULT + 1Vladimir Kondratyev
2022-07-26Fix unused variable warning in usb's atp.cDimitry Andric
2022-06-23uhid(4): Don't read-ahead from the USB IN endpoint.Hans Petter Selasky
2022-05-06usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused hidraw_devclass.John Baldwin
2022-04-18uhid_snes: Remove USB_ST_TRANSFERRED handling for the status request.John Baldwin
2022-04-13usb: Add a __usbdebug_used for variables only used under #ifdef USB_DEBUG.John Baldwin
2022-04-07atp: Remove unused variable.John Baldwin
2022-04-04wsp_intr_callback: eliminate write only variable hWarner Losh
2022-03-03usbhid(4): Be more restrictive about what requests are allowed from user-space.Hans Petter Selasky
2022-03-03usbhid(4): Implement USB_REQUEST command in hid_ioctl methodVladimir Kondratyev
2021-12-17usb: real freebsd32 support for most ioctlsBrooks Davis
2021-09-02wmt(4): Adapt to recent KPI changesVladimir Kondratyev
2021-08-28Fix a common typo in man pages and src commentsGordon Bergling
2021-08-25wsp(4): Add evdev support.Vladimir Kondratyev
2021-08-25wsp(4): Compact parameter structure.Vladimir Kondratyev