hid: Add recently imported drivers to NOTES
Reviewed by: hselasky Differential revision: https://reviews.freebsd.org/D28060
This commit is contained in:
parent
8ffcde2554
commit
0f0379fa55
@ -607,7 +607,13 @@ options NKPT=31
|
||||
# EFI Runtime Services support
|
||||
options EFIRT
|
||||
|
||||
|
||||
#
|
||||
# HID-over-I2C support
|
||||
#
|
||||
device iichid # HID-over-I2C support
|
||||
options IICHID_DEBUG # Enable HID-over-I2C debug messages
|
||||
options IICHID_SAMPLING # Workaround missing GPIO INTR support
|
||||
|
||||
#####################################################################
|
||||
# ABI Emulation
|
||||
|
||||
|
@ -239,3 +239,10 @@ options COMPAT_FREEBSD32 # Compatible with FreeBSD/arm
|
||||
# ZFS support
|
||||
|
||||
options ZFS
|
||||
|
||||
#
|
||||
# HID-over-I2C support
|
||||
#
|
||||
device iichid # HID-over-I2C support
|
||||
options IICHID_DEBUG # Enable HID-over-I2C debug messages
|
||||
options IICHID_SAMPLING # Workaround missing GPIO INTR support
|
||||
|
@ -2413,8 +2413,23 @@ options NSFBUFS=1024
|
||||
options DEBUG_LOCKS
|
||||
|
||||
#####################################################################
|
||||
# Generic HID support
|
||||
device hid
|
||||
# HID support
|
||||
device hid # Generic HID support
|
||||
options HID_DEBUG # enable debug msgs
|
||||
device hidbus # HID bus
|
||||
device hidmap # HID to evdev mapping
|
||||
device hidraw # Raw access driver
|
||||
options HIDRAW_MAKE_UHID_ALIAS # install /dev/uhid alias
|
||||
device hconf # Multitouch configuration TLC
|
||||
device hcons # Consumer controls
|
||||
device hgame # Generic game controllers
|
||||
device hkbd # HID keyboard
|
||||
device hms # HID mouse
|
||||
device hmt # HID multitouch (MS-compatible)
|
||||
device hpen # Generic pen driver
|
||||
device hsctrl # System controls
|
||||
device ps4dshock # Sony PS4 DualShock 4 gamepad driver
|
||||
device xb360gp # XBox 360 gamepad driver
|
||||
|
||||
#####################################################################
|
||||
# USB support
|
||||
@ -2460,6 +2475,9 @@ device wsp
|
||||
device uep
|
||||
# Diamond Rio 500 MP3 player
|
||||
device urio
|
||||
# HID-over-USB driver
|
||||
device usbhid
|
||||
|
||||
#
|
||||
# USB serial support
|
||||
device ucom
|
||||
@ -2576,6 +2594,9 @@ options UVSCOM_DEFAULT_OPKTSIZE=8 # default output packet size
|
||||
options UVSCOM_INTR_INTERVAL=100 # interrupt pipe interval
|
||||
# in milliseconds
|
||||
|
||||
# options for usbhid:
|
||||
options USBHID_ENABLED # Prefer usbhid to other USBHID drivers
|
||||
|
||||
#####################################################################
|
||||
# FireWire support
|
||||
|
||||
|
@ -860,7 +860,13 @@ options PMAP_SHPGPERPROC=201
|
||||
#
|
||||
options NKPT=31
|
||||
|
||||
|
||||
#
|
||||
# HID-over-I2C support
|
||||
#
|
||||
device iichid # HID-over-I2C support
|
||||
options IICHID_DEBUG # Enable HID-over-I2C debug messages
|
||||
options IICHID_SAMPLING # Workaround missing GPIO INTR support
|
||||
|
||||
#####################################################################
|
||||
# ABI Emulation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user