use TAG+="uaccess" in udev rules + fix hidraw perms
Big thanks to Jakub Pruchnik for letting me know about the hidraw issue and providing a udev rules file to fix it!
This commit is contained in:
1
install/99-surface-dial.rules
Normal file
1
install/99-surface-dial.rules
Normal file
@@ -0,0 +1 @@
|
||||
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", SUBSYSTEMS=="hid", DRIVERS=="microsoft", TAG+="uaccess", TAG+="udev-acl"
|
||||
@@ -1 +1 @@
|
||||
KERNEL=="uinput", GROUP="uinput", MODE:="0660"
|
||||
KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", TAG+="uaccess", TAG+="udev-acl"
|
||||
|
||||
Reference in New Issue
Block a user