1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-02-15 07:29:08 +00:00

Enable UHID to support Bluetooth input devices (#2623)

* Add UHID config to hassos.config
This commit is contained in:
Adam Duff
2023-07-03 17:18:08 +01:00
committed by Stefan Agner
parent 6bcc363822
commit 438604bf07

View File

@@ -169,6 +169,7 @@ CONFIG_WIREGUARD=m
CONFIG_HID=m
CONFIG_HIDRAW=y
CONFIG_UHID=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"