summaryrefslogtreecommitdiff
path: root/sys/dev/usb/input/usbhid.c
AgeCommit message (Expand)Author
2025-08-18usbhid(4): Implement USB_GET_DEVICEINFO ioctlVladimir 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-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-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-03hid: Add child device parameter to HID methodsVladimir Kondratyev
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2022-09-11usbhid(4): Increase probe priority to BUS_PROBE_DEFAULT + 1Vladimir Kondratyev
2022-05-06usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
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-05-28usbhid(4): Add second set of USB transfers to work in polled mode.Vladimir Kondratyev
2021-05-28usbhid(4): Fix NULL pointer dereference in usbd_xfer_max_len()Vladimir Kondratyev
2021-01-14hid: Replace USBHID_ENABLED kernel config option with loader tunableVladimir Kondratyev
2021-01-08hid: Import usbhid - USB transport backend for HID subsystem.Vladimir Kondratyev