summaryrefslogtreecommitdiffstats
path: root/drivers/hid/Makefile
diff options
context:
space:
mode:
authorPhilippe Valembois <lephilousophe@gmail.com>2023-01-25 22:15:10 +0100
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>2023-02-06 18:17:56 +0100
commitf5cd71cfdb5c850d93d258c43c379f144acaae35 (patch)
tree39026dfec7ab855aaa9a01d0c9614aa7a3f31c4a /drivers/hid/Makefile
parentMerge tag 'for-linus-2023011801' of git://git.kernel.org/pub/scm/linux/kernel... (diff)
downloadlinux-f5cd71cfdb5c850d93d258c43c379f144acaae35.tar.xz
linux-f5cd71cfdb5c850d93d258c43c379f144acaae35.zip
HID: evision: Add preliminary support for EVision keyboards
For now only supports one model and only filters out bogus reports sent when the keyboard has been configured through hidraw. Without this, as events are not released, soft repeat floods userspace with unknown key events. Signed-off-by: Philippe Valembois <lephilousophe@gmail.com> Link: https://lore.kernel.org/r/20230125211511.12266-1-lephilousophe@gmail.com Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Diffstat (limited to 'drivers/hid/Makefile')
-rw-r--r--drivers/hid/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile
index e8014c1a2f8b..bd01571ddfe7 100644
--- a/drivers/hid/Makefile
+++ b/drivers/hid/Makefile
@@ -45,6 +45,7 @@ obj-$(CONFIG_HID_EMS_FF) += hid-emsff.o
obj-$(CONFIG_HID_ELAN) += hid-elan.o
obj-$(CONFIG_HID_ELECOM) += hid-elecom.o
obj-$(CONFIG_HID_ELO) += hid-elo.o
+obj-$(CONFIG_HID_EVISION) += hid-evision.o
obj-$(CONFIG_HID_EZKEY) += hid-ezkey.o
obj-$(CONFIG_HID_FT260) += hid-ft260.o
obj-$(CONFIG_HID_GEMBIRD) += hid-gembird.o