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
No known key found for this signature in database
GPG Key ID: AE01353D1E44747D

View File

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