mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
conf: powerpc: Add evdev to some kernel configs
Fixes: 13d00a43cb ("conf: Add usbhid and hidbus to GENERIC* kernel configs")
Sponsored by: Beckhoff Automation GmbH & Co. KG
This commit is contained in:
parent
5ed91e788f
commit
43a62df0b4
3 changed files with 15 additions and 0 deletions
|
|
@ -124,6 +124,11 @@ device videomode
|
|||
device vt
|
||||
device fbd
|
||||
|
||||
# evdev interface
|
||||
options EVDEV_SUPPORT # evdev support in legacy drivers
|
||||
device evdev # input event device support
|
||||
device uinput # install /dev/uinput cdev
|
||||
|
||||
# HID support
|
||||
options HID_DEBUG # enable debug msgs
|
||||
device hid # Generic HID support
|
||||
|
|
|
|||
|
|
@ -139,6 +139,11 @@ device videomode
|
|||
device vt
|
||||
device fbd
|
||||
|
||||
# evdev interface
|
||||
options EVDEV_SUPPORT # evdev support in legacy drivers
|
||||
device evdev # input event device support
|
||||
device uinput # install /dev/uinput cdev
|
||||
|
||||
# HID support
|
||||
options HID_DEBUG # enable debug msgs
|
||||
device hid # Generic HID support
|
||||
|
|
|
|||
|
|
@ -124,6 +124,11 @@ device ukbd
|
|||
device hms
|
||||
device ums
|
||||
|
||||
# evdev interface
|
||||
options EVDEV_SUPPORT # evdev support in legacy drivers
|
||||
device evdev # input event device support
|
||||
device uinput # install /dev/uinput cdev
|
||||
|
||||
# HID support
|
||||
options HID_DEBUG # enable debug msgs
|
||||
device hid # Generic HID support
|
||||
|
|
|
|||
Loading…
Reference in a new issue