hid: Add recently imported drivers to NOTES
Reviewed by: hselasky Differential revision: https://reviews.freebsd.org/D28060
This commit is contained in:
@@ -607,7 +607,13 @@ options NKPT=31
|
|||||||
# EFI Runtime Services support
|
# EFI Runtime Services support
|
||||||
options EFIRT
|
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
|
# ABI Emulation
|
||||||
|
|
||||||
|
|||||||
@@ -239,3 +239,10 @@ options COMPAT_FREEBSD32 # Compatible with FreeBSD/arm
|
|||||||
# ZFS support
|
# ZFS support
|
||||||
|
|
||||||
options ZFS
|
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
|
||||||
|
|||||||
+23
-2
@@ -2413,8 +2413,23 @@ options NSFBUFS=1024
|
|||||||
options DEBUG_LOCKS
|
options DEBUG_LOCKS
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
# Generic HID support
|
# HID support
|
||||||
device hid
|
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
|
# USB support
|
||||||
@@ -2460,6 +2475,9 @@ device wsp
|
|||||||
device uep
|
device uep
|
||||||
# Diamond Rio 500 MP3 player
|
# Diamond Rio 500 MP3 player
|
||||||
device urio
|
device urio
|
||||||
|
# HID-over-USB driver
|
||||||
|
device usbhid
|
||||||
|
|
||||||
#
|
#
|
||||||
# USB serial support
|
# USB serial support
|
||||||
device ucom
|
device ucom
|
||||||
@@ -2576,6 +2594,9 @@ options UVSCOM_DEFAULT_OPKTSIZE=8 # default output packet size
|
|||||||
options UVSCOM_INTR_INTERVAL=100 # interrupt pipe interval
|
options UVSCOM_INTR_INTERVAL=100 # interrupt pipe interval
|
||||||
# in milliseconds
|
# in milliseconds
|
||||||
|
|
||||||
|
# options for usbhid:
|
||||||
|
options USBHID_ENABLED # Prefer usbhid to other USBHID drivers
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
# FireWire support
|
# FireWire support
|
||||||
|
|
||||||
|
|||||||
+7
-1
@@ -860,7 +860,13 @@ options PMAP_SHPGPERPROC=201
|
|||||||
#
|
#
|
||||||
options NKPT=31
|
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
|
# ABI Emulation
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user