summarylogtreecommitdiffstats
path: root/55-ft2232.rules
blob: f05dc7828b255a1ab2a02ae3964f16608955bafb (plain)
1
2
3
4
5
6
7
8
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"
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015", MODE="0666", GROUP="tty"

LABEL="ft2232_rules_end"