aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <[email protected]>2024-08-18 18:09:43 -0700
committerDeterminant <[email protected]>2024-08-18 18:09:43 -0700
commitcce909cfb112c9ce6a904659159924b732a95e6a (patch)
treefc4d9b34a893c33d175244b6cffb7144f6c67335
parentc76e03db3adea899d662f8e13b0e34f0891e5dfc (diff)
...
-rw-r--r--50-loupedeck.rules6
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"