Skip to content

Commit

Permalink
fix: add missing streamdeck udev rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian authored Nov 13, 2024
1 parent 8959d07 commit ec07cee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions satellite/assets/linux/50-satellite.rules
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0084", MODE:="666
KERNEL=="hidraw*", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0086", MODE:="666", GROUP="plugdev"
KERNEL=="hidraw*", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="008f", MODE:="666", GROUP="plugdev"
KERNEL=="hidraw*", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0090", MODE:="666", GROUP="plugdev"
KERNEL=="hidraw*", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="009a", MODE:="666", GROUP="plugdev"
KERNEL=="hidraw*", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="00aa", MODE:="666", GROUP="plugdev"

0 comments on commit ec07cee

Please sign in to comment.