summarylogtreecommitdiffstats
path: root/55-ft2232.rules
blob: 527296b34c7ae736601141dcdeb935fa7a8e7dbd (plain)
1
2
3
4
5
6
7
SUBSYSTEM!="usb|usb_device", GOTO="ft2232_rules_end"
ACTION!="add", GOTO="ft2232_rules_end"

ATTRS{idVendor}=="0403", ATTRS{idProduct}=="cff8", MODE="0666", GROUP="tty"
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="0666", GROUP="tty"

LABEL="ft2232_rules_end"