summaryrefslogtreecommitdiff
blob: 7dd55c1c746695b94ee2ee67f9194ab1b572c2cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: hplip-2.7.7/55-hpmud.rules
===================================================================
--- hplip-2.7.7.orig/55-hpmud.rules
+++ hplip-2.7.7/55-hpmud.rules
@@ -1,5 +1,5 @@
 # TODO: add PROGRAM rule for 7/xx/xx printer class interface
-SUBSYSTEM!="usb_device", GOTO="hpmud_rules_end"
+SUBSYSTEM!="usb|usb_device", GOTO="hpmud_rules_end"
 ACTION!="add", GOTO="hpmud_rules_end"
-SYSFS{idVendor}=="03f0", GROUP="lp"
+ATTRS{idVendor}=="03f0", GROUP="lp"
 LABEL="hpmud_rules_end"