Skip to content

Commit

Permalink
clover_defconfig: Enable CONFIF_USB_HIDDEV and CONFIG_HIDRAW
Browse files Browse the repository at this point in the history
CONFIG_HIDRAW=y
CONFIG_USB_HIDDEV=y

Enable CONFIG_USB_HIDDEV and CONFIG_HIDRAW to provide HID device support
that are not strictly user interface devices. These devices include
security keys.

link: microsoft/WSL#8302
link: microsoft/WSL#10581
Signed-off-by: Kelsey Steele <[email protected]>
  • Loading branch information
kelsey-steele authored and 1582130940 committed Dec 19, 2024
1 parent b321895 commit 4e00aad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arch/arm64/configs/clover_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3995,7 +3995,7 @@ CONFIG_SND_SOC_HDMI_CODEC=y
#
CONFIG_HID=y
# CONFIG_HID_BATTERY_STRENGTH is not set
# CONFIG_HIDRAW is not set
CONFIG_HIDRAW=y
CONFIG_UHID=y
CONFIG_HID_GENERIC=y

Expand All @@ -4017,6 +4017,7 @@ CONFIG_HID_GENERIC=y
# CONFIG_HID_COUGAR is not set
# CONFIG_HID_PRODIKEYS is not set
# CONFIG_HID_CMEDIA is not set
# CONFIG_HID_CP2112 is not set
# CONFIG_HID_CYPRESS is not set
# CONFIG_HID_DRAGONRISE is not set
# CONFIG_HID_EMS_FF is not set
Expand Down Expand Up @@ -4093,7 +4094,7 @@ CONFIG_HID_WACOM=y
#
CONFIG_USB_HID=y
# CONFIG_HID_PID is not set
# CONFIG_USB_HIDDEV is not set
CONFIG_USB_HIDDEV=y

#
# I2C HID support
Expand Down

0 comments on commit 4e00aad

Please sign in to comment.