added udev rule for valve index bluetooth
This commit is contained in:
parent
781f7f1cb7
commit
54b9a5264f
1 changed files with 5 additions and 0 deletions
|
@ -3,4 +3,9 @@
|
||||||
programs.steam.enable = true;
|
programs.steam.enable = true;
|
||||||
|
|
||||||
hardware.steam-hardware.enable = true;
|
hardware.steam-hardware.enable = true;
|
||||||
|
|
||||||
|
services.udev.extraRules = ''
|
||||||
|
SUBSYSTEM=="tty", ATTRS{idVendor}=="28de", ATTRS{idProduct}=="2102", MODE="0660", TAG+="uaccess"
|
||||||
|
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="28de", ATTRS{idProduct}=="2613", MODE="0660", TAG+="uaccess"
|
||||||
|
'';
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue