diff options
Diffstat (limited to 'abs/core/udev/81-SoundGraph.rules')
-rw-r--r-- | abs/core/udev/81-SoundGraph.rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/abs/core/udev/81-SoundGraph.rules b/abs/core/udev/81-SoundGraph.rules new file mode 100644 index 0000000..f3f5c84 --- /dev/null +++ b/abs/core/udev/81-SoundGraph.rules @@ -0,0 +1,3 @@ +# Udev rules for SoundGraph receivers +KERNEL=="event[0-9]*" , SUBSYSTEMS=="rc" , ENV(.rc_in_path)="true" +KERNEL=="event[0-9]*" , ATTRS{idVendor}=="15c2" , ENV(.rc_in_path)=="true" , SYMLINK+="remotes/SoundGraph" |