mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 18:31:54 +01:00
coreos-kernel: enable support for common special input devices
One user had the misfortune of having two keyboards, both of which have special HID drivers but neither of which we enable. (Apple and Logitech) The generic HID driver ignores devices with special drivers even if the drivers are not built. This patch enables all of the likely keyboard related drivers that are normally selected by CONFIG_EXPERT. Hopefully that covers everything that is usually expected to "Just Work".
This commit is contained in:
parent
5735b43358
commit
3c9279b3e5
@ -2498,20 +2498,20 @@ CONFIG_HID_GENERIC=m
|
||||
#
|
||||
# Special HID drivers
|
||||
#
|
||||
# CONFIG_HID_A4TECH is not set
|
||||
CONFIG_HID_A4TECH=m
|
||||
# CONFIG_HID_ACRUX is not set
|
||||
# CONFIG_HID_APPLE is not set
|
||||
CONFIG_HID_APPLE=m
|
||||
# CONFIG_HID_APPLEIR is not set
|
||||
# CONFIG_HID_AUREAL is not set
|
||||
# CONFIG_HID_BELKIN is not set
|
||||
# CONFIG_HID_CHERRY is not set
|
||||
CONFIG_HID_BELKIN=m
|
||||
CONFIG_HID_CHERRY=m
|
||||
# CONFIG_HID_CHICONY is not set
|
||||
# CONFIG_HID_CYPRESS is not set
|
||||
# CONFIG_HID_DRAGONRISE is not set
|
||||
# CONFIG_HID_EMS_FF is not set
|
||||
# CONFIG_HID_ELECOM is not set
|
||||
# CONFIG_HID_ELO is not set
|
||||
# CONFIG_HID_EZKEY is not set
|
||||
CONFIG_HID_EZKEY=m
|
||||
# CONFIG_HID_HOLTEK is not set
|
||||
# CONFIG_HID_HUION is not set
|
||||
# CONFIG_HID_KEYTOUCH is not set
|
||||
@ -2524,10 +2524,14 @@ CONFIG_HID_GENERIC=m
|
||||
# CONFIG_HID_KENSINGTON is not set
|
||||
# CONFIG_HID_LCPOWER is not set
|
||||
# CONFIG_HID_LENOVO_TPKBD is not set
|
||||
# CONFIG_HID_LOGITECH is not set
|
||||
CONFIG_HID_LOGITECH=m
|
||||
# CONFIG_LOGITECH_FF is not set
|
||||
# CONFIG_LOGIRUMBLEPAD2_FF is not set
|
||||
# CONFIG_LOGIG940_FF is not set
|
||||
# CONFIG_LOGIWHEELS_FF is not set
|
||||
# CONFIG_HID_MAGICMOUSE is not set
|
||||
# CONFIG_HID_MICROSOFT is not set
|
||||
# CONFIG_HID_MONTEREY is not set
|
||||
CONFIG_HID_MICROSOFT=m
|
||||
CONFIG_HID_MONTEREY=m
|
||||
# CONFIG_HID_MULTITOUCH is not set
|
||||
# CONFIG_HID_NTRIG is not set
|
||||
# CONFIG_HID_ORTEK is not set
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user