# udev rules file for supported ifp devices # # To add an USB ifp device, add a rule to the list below between the SUBSYSTEM... # and LABEL... lines. # # To run a script when your ifp is plugged in, add RUN="/path/to/script" # to the appropriate rule. # SUBSYSTEM!="usb_device", ACTION!="add", GOTO="libifp_rules_end" # ifp-1xx SYSFS{idVendor}=="4102", SYSFS{idProduct}=="1001", GROUP="cdrom" # ifp-3xx SYSFS{idVendor}=="4102", SYSFS{idProduct}=="1003", GROUP="cdrom" # ifp-5xx SYSFS{idVendor}=="4102", SYSFS{idProduct}=="1005", GROUP="cdrom" # ifp-7xx SYSFS{idVendor}=="4102", SYSFS{idProduct}=="1007", GROUP="cdrom" # ifp-8xx SYSFS{idVendor}=="4102", SYSFS{idProduct}=="1008", GROUP="cdrom" # ifp-9xx SYSFS{idVendor}=="4102", SYSFS{idProduct}=="1009", GROUP="cdrom" # ifpdev SYSFS{idVendor}=="4102", SYSFS{idProduct}=="1010", GROUP="cdrom" # The N10 SYSFS{idVendor}=="4102", SYSFS{idProduct}=="1011", GROUP="cdrom" LABEL="libifp_rules_end"