Skip to content

Commit

Permalink
indigo_ccd_svb: fix udev rules
Browse files Browse the repository at this point in the history
  • Loading branch information
rumengb committed Apr 10, 2022
1 parent a11d39c commit f5ce89e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
KERNEL=="*", SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ACTION=="add", ATTR{idVendor}=="f266", MODE="666", TAG="ckusb_dev", A"
KERNEL=="*", SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ACTION=="remove", TAG=="ckusb_dev", R"
# Custom SvBony camera rules - original rules are totally broken!
SUBSYSTEMS=="usb", ATTRS{idVendor}=="f266", MODE="0666", TAG="ckusb_dev"

0 comments on commit f5ce89e

Please sign in to comment.