Skip to content

Commit

Permalink
Remove reference to specific VITURE model from udev rules, since the …
Browse files Browse the repository at this point in the history
…rule includes all models now
  • Loading branch information
wheaney committed Sep 4, 2024
1 parent 399f90f commit 95df22e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion udev/70-viture-xr.rules
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Viture One
SUBSYSTEM=="usb", ACTION=="add", ATTRS{idVendor}=="35ca", MODE="0660", TAG+="uaccess"
SUBSYSTEM=="usb", KERNEL=="hiddev[0-9]*", ATTRS{idVendor}=="35ca", MODE="0660", TAG+="uaccess"
SUBSYSTEM=="tty", KERNEL=="ttyACM[0-9]*", ATTRS{idVendor}=="35ca", MODE="0660", TAG+="uaccess"
Expand Down

0 comments on commit 95df22e

Please sign in to comment.