aboutsummaryrefslogtreecommitdiffstats
path: root/notes/45-maple.rules
blob: c2e6c56a2add1e0673f1e1f8bdf7676ca831400e (plain)
1
2
3
4
5
6
7
8
BUS!="usb", ACTION!="add", SUBSYSTEM!=="usb_device", GOTO="maple_rules_end"

SYSFS{idProduct}=="1001", SYSFS{idVendor}=="0110", MODE="664", GROUP="plugdev"
SYSFS{idProduct}=="1002", SYSFS{idVendor}=="0110", MODE="664", GROUP="plugdev"
SYSFS{idProduct}=="0003", SYSFS{idVendor}=="1EAF", MODE="664", GROUP="plugdev"
SYSFS{idProduct}=="0004", SYSFS{idVendor}=="1EAF", MODE="664", GROUP="plugdev"

LABEL="maple_rules_end"