aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hid/hidbus.c
Commit message (Expand)AuthorAgeFilesLines
* Remove now-redundant calls to device_delete_childrenJohn Baldwin2025-01-021-2/+1
* bus_delayed_attach_children: Switch return type to voidJohn Baldwin2024-12-061-7/+4
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-3/+4
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-061-1/+1
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* hidbus: Use device_set_descf()Mark Johnston2024-06-161-5/+3
* hidbus(4): Fix wrong assertion of busZhenlei Huang2024-06-051-2/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Add atopcase, the Apple HID over SPI input driverVal Packett2023-08-201-0/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* hidbus(4): Use generic hid methods to start and stop interruptsVladimir Kondratyev2023-08-031-13/+14
* hid: Add child device parameter to HID methodsVladimir Kondratyev2023-08-031-14/+64
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* hv_hid: Hyper-V HID driverYuri2023-02-051-0/+1
* hidbus(4): Align refcount checks for hidbus_intr_start() and hidbus_intr_stop().Hans Petter Selasky2022-07-281-6/+6
* hid: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+2
* hidbus: Use devclass_find to lookup the devclass for hidbus.John Baldwin2022-04-211-6/+6
* hid: Add hid_ioctl method to HID interfaceVladimir Kondratyev2022-03-021-0/+1
* newbus: add bus_topo_assertWarner Losh2021-12-101-2/+2
* hidbus(4): Add routine to check presence of collection of given usageVladimir Kondratyev2021-09-021-0/+19
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-9/+8
* usbhid(4): Add second set of USB transfers to work in polled mode.Vladimir Kondratyev2021-05-281-0/+3
* hid: Import usbhid - USB transport backend for HID subsystem.Vladimir Kondratyev2021-01-071-0/+1
* hid: Import iichid - I2C transport backend for HID subsystemVladimir Kondratyev2021-01-071-0/+1
* hid: Import hidbus(4)Vladimir Kondratyev2021-01-071-0/+905