Skip to content

Commit 1f2ae0b

Browse files
kelsey-steelechessturo
authored andcommitted
configs: enable CONFIF_USB_HIDDEV and CONFIG_HIDRAW
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 <kelseysteele@microsoft.com>
1 parent 580f8d8 commit 1f2ae0b

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

arch/arm64/configs/config-wsl-arm64

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm64 5.15.137.1 Kernel Configuration
3+
# Linux/arm64 5.15.146.1 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0"
66
CONFIG_CC_IS_GCC=y
@@ -2683,7 +2683,7 @@ CONFIG_DUMMY_CONSOLE_ROWS=25
26832683
#
26842684
CONFIG_HID=y
26852685
# CONFIG_HID_BATTERY_STRENGTH is not set
2686-
# CONFIG_HIDRAW is not set
2686+
CONFIG_HIDRAW=y
26872687
# CONFIG_UHID is not set
26882688
CONFIG_HID_GENERIC=y
26892689

@@ -2703,13 +2703,15 @@ CONFIG_HID_GENERIC=y
27032703
# CONFIG_HID_COUGAR is not set
27042704
# CONFIG_HID_MACALLY is not set
27052705
# CONFIG_HID_CMEDIA is not set
2706+
# CONFIG_HID_CP2112 is not set
27062707
# CONFIG_HID_CREATIVE_SB0540 is not set
27072708
# CONFIG_HID_CYPRESS is not set
27082709
# CONFIG_HID_DRAGONRISE is not set
27092710
# CONFIG_HID_EMS_FF is not set
27102711
# CONFIG_HID_ELECOM is not set
27112712
# CONFIG_HID_ELO is not set
27122713
# CONFIG_HID_EZKEY is not set
2714+
# CONFIG_HID_FT260 is not set
27132715
# CONFIG_HID_GEMBIRD is not set
27142716
# CONFIG_HID_GFRM is not set
27152717
# CONFIG_HID_GLORIOUS is not set
@@ -2776,7 +2778,7 @@ CONFIG_HID_GENERIC=y
27762778
#
27772779
CONFIG_USB_HID=y
27782780
# CONFIG_HID_PID is not set
2779-
# CONFIG_USB_HIDDEV is not set
2781+
CONFIG_USB_HIDDEV=y
27802782
# end of USB HID support
27812783

27822784
#

arch/x86/configs/config-wsl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86 5.15.137.1 Kernel Configuration
3+
# Linux/x86 5.15.146.1 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (Ubuntu 11.4.0-2ubuntu1~20.04) 11.4.0"
66
CONFIG_CC_IS_GCC=y
@@ -2568,7 +2568,7 @@ CONFIG_DUMMY_CONSOLE_ROWS=25
25682568
#
25692569
CONFIG_HID=y
25702570
# CONFIG_HID_BATTERY_STRENGTH is not set
2571-
# CONFIG_HIDRAW is not set
2571+
CONFIG_HIDRAW=y
25722572
# CONFIG_UHID is not set
25732573
CONFIG_HID_GENERIC=y
25742574

@@ -2595,6 +2595,7 @@ CONFIG_HID_GENERIC=y
25952595
# CONFIG_HID_ELECOM is not set
25962596
# CONFIG_HID_ELO is not set
25972597
# CONFIG_HID_EZKEY is not set
2598+
# CONFIG_HID_FT260 is not set
25982599
# CONFIG_HID_GEMBIRD is not set
25992600
# CONFIG_HID_GFRM is not set
26002601
# CONFIG_HID_GLORIOUS is not set
@@ -2660,7 +2661,7 @@ CONFIG_HID_GENERIC=y
26602661
#
26612662
CONFIG_USB_HID=y
26622663
# CONFIG_HID_PID is not set
2663-
# CONFIG_USB_HIDDEV is not set
2664+
CONFIG_USB_HIDDEV=y
26642665
# end of USB HID support
26652666

26662667
#

0 commit comments

Comments
 (0)