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 <erik@zededa.com>
  • Loading branch information
eriknordmark committed Sep 20, 2023
1 parent 5334849 commit e87414d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/kernel/kernel-config/kernel_config-5.10.x-aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -4971,7 +4971,7 @@ CONFIG_HID_PLANTRONICS=m
#
CONFIG_USB_HID=m
CONFIG_HID_PID=y
# CONFIG_USB_HIDDEV is not set
CONFIG_USB_HIDDEV=y

#
# USB HID Boot Protocol drivers
Expand Down
4 changes: 2 additions & 2 deletions pkg/kernel/kernel-config/kernel_config-5.10.x-x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -3804,8 +3804,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 e87414d

Please sign in to comment.