summaryrefslogtreecommitdiff
path: root/sys/dev/hid/hidbus.c
AgeCommit message (Expand)Author
2025-08-18hid: Allow serial execution of HID_INTR_START method.Vladimir Kondratyev
2025-01-02Remove now-redundant calls to device_delete_childrenJohn Baldwin
2024-12-06bus_delayed_attach_children: Switch return type to voidJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-12-06Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin
2024-07-24newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh
2024-06-16hidbus: Use device_set_descf()Mark Johnston
2024-06-05hidbus(4): Fix wrong assertion of busZhenlei Huang
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-20Add atopcase, the Apple HID over SPI input driverVal Packett
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-03hidbus(4): Use generic hid methods to start and stop interruptsVladimir Kondratyev
2023-08-03hid: Add child device parameter to HID methodsVladimir Kondratyev
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-05hv_hid: Hyper-V HID driverYuri
2022-07-28hidbus(4): Align refcount checks for hidbus_intr_start() and hidbus_intr_stop().Hans Petter Selasky
2022-05-06hid: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-21hidbus: Use devclass_find to lookup the devclass for hidbus.John Baldwin
2022-03-03hid: Add hid_ioctl method to HID interfaceVladimir Kondratyev
2021-12-09newbus: add bus_topo_assertWarner Losh
2021-09-02hidbus(4): Add routine to check presence of collection of given usageVladimir Kondratyev
2021-06-22newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh
2021-05-28usbhid(4): Add second set of USB transfers to work in polled mode.Vladimir Kondratyev
2021-01-08hid: Import usbhid - USB transport backend for HID subsystem.Vladimir Kondratyev
2021-01-08hid: Import iichid - I2C transport backend for HID subsystemVladimir Kondratyev
2021-01-08hid: Import hidbus(4)Vladimir Kondratyev