From cdfc1eaa643905c099e505213648c2fbc60602e1 Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Wed, 23 Nov 2022 17:33:21 +0100 Subject: 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 (cherry picked from commit 8be201d9c8b79dc90b9a22cb73094f11ac854305) --- recipes-kernel/linux/linux-toradex-mainline-git/defconfig | 1 + .../linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'recipes-kernel/linux') 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 -- cgit v1.2.3