summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2022-11-23 17:33:21 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2022-12-09 14:19:02 +0100
commitcdfc1eaa643905c099e505213648c2fbc60602e1 (patch)
tree06ec3e3bec314da05d76c7147599abb0d3278a87 /recipes-kernel/linux
parent43e76d65b9f22d9683659a3c4fd4edabaec72f14 (diff)
toradex_imx_v6_v7.config: Add usb_hiddev
Add CONFIG_USB_HIDDEV This gets rid of the error-message hid-generic 0003:046D:C52B.0003: device has no listeners, quitting This is seen with a Logitech Universal Receiver. Related-to: ELB-4812 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> (cherry picked from commit 8be201d9c8b79dc90b9a22cb73094f11ac854305)
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline-git/defconfig1
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config4
2 files changed, 5 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline-git/defconfig b/recipes-kernel/linux/linux-toradex-mainline-git/defconfig
index 46726c2..3c6bbc0 100644
--- a/recipes-kernel/linux/linux-toradex-mainline-git/defconfig
+++ b/recipes-kernel/linux/linux-toradex-mainline-git/defconfig
@@ -398,6 +398,7 @@ CONFIG_SND_SOC_FSL_ASOC_CARD=y
CONFIG_SND_SOC_AC97_CODEC=y
CONFIG_SND_SIMPLE_CARD=y
CONFIG_HID_MULTITOUCH=y
+CONFIG_USB_HIDDEV=y
CONFIG_USB_CONN_GPIO=y
CONFIG_USB=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
diff --git a/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config b/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config
index 07eecf6..1e7ee04 100644
--- a/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config
+++ b/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config
@@ -43,6 +43,10 @@ CONFIG_RT_GROUP_SCHED=n
# SPI test and debugging
CONFIG_SPI_SPIDEV=y
+# Support HID devices
+# This suppresses also the warning "hid-generic: device has no listeners, quitting"
+CONFIG_USB_HIDDEV=y
+
# Colibri Evaluation Board
CONFIG_CAN_MCP251X=m