1ACTION!="add|change", GOTO="coral_rules_end"
2SUBSYSTEM!="usb", GOTO="coral_rules_end"
3ENV{DEVTYPE}!="usb_device", GOTO="coral_rules_end"
4
5# Google/Coral
6ATTRS{idVendor}=="18D1", ATTRS{idProduct}=="A010", MODE="777"
7
8LABEL="coral_rules_end"