|
NAMEhidquirk —
HID quirks module
SYNOPSISTo compile this module into the kernel, place the following line in your kernel configuration file:device hid Alternatively, to load the module at boot time, place the following line in loader.conf(5): hidquirk_load="YES" DESCRIPTIONThehidquirk module provides support for adding quirks
for HID devices
See /sys/dev/hid/hidquirk.h for the complete list of supported quirks. LOADER TUNABLEThe following tunable can be set at the loader(8) prompt before booting the kernel, or stored in loader.conf(5).
EXAMPLESTo install a quirk at boot time, place one or several lines like the following in loader.conf(5):hw.hid.quirk.0="0x18 0x6cb 0x1941 0 0xffff HQ_MT_TIMESTAMP" HISTORYThehidquirk module appeared in FreeBSD
13.0.
AUTHORSThehidquirk driver was written by Hans
Petter Selasky
<hselasky@FreeBSD.org>
for usb(4)
subsystem and adopted to
hid(4) by
Vladimir Kondratyev
<wulf@FreeBSD.org>.
This manual page is based on
usb_quirk(4)
manual page written by Nick Hibma
<n_hibma@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |