Skip to content

Commit

Permalink
Add USB_HIDDEV for UPS communication
Browse files Browse the repository at this point in the history
While this isn't needed by EVE itself, the containers are spawned using
the same Linux kernel and they might need to communicate with a UPS over
USB.

Signed-off-by: eriknordmark <[email protected]>
Signed-off-by: Mikhail Malyshev <[email protected]>
  • Loading branch information
mikem-zed committed Oct 16, 2023
1 parent b776932 commit 7576a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/x86/configs/eve_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4024,8 +4024,8 @@ CONFIG_HID_GENERIC=y
# USB HID support
#
CONFIG_USB_HID=m
# CONFIG_HID_PID is not set
# CONFIG_USB_HIDDEV is not set
CONFIG_HID_PID=y
CONFIG_USB_HIDDEV=y

#
# USB HID Boot Protocol drivers
Expand Down

0 comments on commit 7576a14

Please sign in to comment.