|
NAMEhidbus —
generic HID bus driver
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file:device hidbus
device hid Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): hidbus_load="YES" DESCRIPTIONThehidbus driver provides support for multiple HID
driver attachments to single HID transport backend. See
iichid(4)
or
usbhid(4).
Each HID device can have several components, e.g., a keyboard and
a mouse. These components use different report identifiers (a byte) combined
into groups called collections to distinguish which one data is coming from.
The SYSCTL VARIABLESThe following variables are available as both sysctl(8) variables and loader(8) tunables:
SEE ALSOhconf(4), hcons(4), hgame(4), hidraw(4), hkbd(4), hms(4), hmt(4), hpen(4), hsctrl(4), hskbd(4), iichid(4), usbhid(4)HISTORYThehidbus driver first appeared in
FreeBSD 13.0.
AUTHORSThehidbus driver was written by
Vladimir Kondratyev
<wulf@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |