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

Enable hidraw driver (#1120) (#1122)

* Enable hidraw driver (#1120)

The hidraw driver is required by some IoT devices such as Wyze sense or
Jablotron JA-100. Enable the driver on all platforms by default.
This commit is contained in:
Stefan Agner
2020-12-22 18:43:12 +01:00
parent 810de4efdb
commit e0f435bae1

View File

@@ -44,3 +44,6 @@ CONFIG_CIFS_ACL=y
CONFIG_CIFS_DFS_UPCALL=y
CONFIG_WIREGUARD=m
CONFIG_HID=m
CONFIG_HIDRAW=y