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 Nov 11, 2024
1 parent 8512ed0 commit ea3e729
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 @@ -4009,7 +4009,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 @@ -4031,6 +4031,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 @@ -4107,7 +4108,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 ea3e729

Please sign in to comment.