diff options
author | Determinant <tederminant@gmail.com> | 2024-08-18 18:09:43 -0700 |
---|---|---|
committer | Determinant <tederminant@gmail.com> | 2024-08-18 18:09:43 -0700 |
commit | cce909cfb112c9ce6a904659159924b732a95e6a (patch) | |
tree | fc4d9b34a893c33d175244b6cffb7144f6c67335 | |
parent | c76e03db3adea899d662f8e13b0e34f0891e5dfc (diff) |
...
-rw-r--r-- | 50-loupedeck.rules | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/50-loupedeck.rules b/50-loupedeck.rules index 19e732d..c2af0fc 100644 --- a/50-loupedeck.rules +++ b/50-loupedeck.rules @@ -1,2 +1,4 @@ -ACTION=="add", KERNEL=="ttyACM[0-9]*", ATTRS{idVendor}=="2ec2", ATTRS{idProduct}=="0004", MODE="0666" # Loupedeck Live -ACTION=="add", KERNEL=="ttyACM[0-9]*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="0d06", MODE="0666" # Razer Stream Controller +# Loupedeck Live +ACTION=="add", KERNEL=="ttyACM[0-9]*", ATTRS{idVendor}=="2ec2", ATTRS{idProduct}=="0004", MODE="0666" +# Razer Stream Controller +ACTION=="add", KERNEL=="ttyACM[0-9]*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="0d06", MODE="0666" |