Replace 'tap' to 'spaces' to make gbs build succeed
[platform/upstream/hplip.git] / data / rules / 86-hpmud_plugin.rules
1 # Load hp firmware for this printer.
2
3 ACTION!="add", GOTO="hpmud_rules_end"
4
5 # hp_Marvel_Device (These printer requires the plugin files. installling when device is detected)
6 SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="??17", PROGRAM="/bin/sh -c 'logger -p user.info loading hp_printer_device $env{BUSNUM} $env{DEVNUM}'", RUN+="/bin/sh -c '/usr/bin/hp-check-plugin -m &'"
7 SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="??2a", PROGRAM="/bin/sh -c 'logger -p user.info loading hp_printer_device $env{BUSNUM} $env{DEVNUM}'", RUN+="/bin/sh -c '/usr/bin/hp-check-plugin -m &'"
8
9 LABEL="hpmud_rules_end"