diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-08-22 13:35:40 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-08-22 13:35:40 +0000 |
commit | bf66f5a0d3cc20a69fa639b0923064106e2c07fa (patch) | |
tree | 6ecd57c8fb1b1e8276b2471f1795b571ab83a571 /net-print/hplip/files/hplip-2.7.7-udev-kernel.2.6.22.diff | |
parent | Keyworded ~x86-fbsd. (diff) | |
download | historical-bf66f5a0d3cc20a69fa639b0923064106e2c07fa.tar.gz historical-bf66f5a0d3cc20a69fa639b0923064106e2c07fa.tar.bz2 historical-bf66f5a0d3cc20a69fa639b0923064106e2c07fa.zip |
Changed ATTR to ATTRS to also make it back working with old usb-kernel-interface, Bug #186906.
Package-Manager: portage-2.1.3.6
Diffstat (limited to 'net-print/hplip/files/hplip-2.7.7-udev-kernel.2.6.22.diff')
-rw-r--r-- | net-print/hplip/files/hplip-2.7.7-udev-kernel.2.6.22.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-print/hplip/files/hplip-2.7.7-udev-kernel.2.6.22.diff b/net-print/hplip/files/hplip-2.7.7-udev-kernel.2.6.22.diff index d3aab3e37d7f..7dd55c1c7466 100644 --- a/net-print/hplip/files/hplip-2.7.7-udev-kernel.2.6.22.diff +++ b/net-print/hplip/files/hplip-2.7.7-udev-kernel.2.6.22.diff @@ -8,5 +8,5 @@ Index: hplip-2.7.7/55-hpmud.rules +SUBSYSTEM!="usb|usb_device", GOTO="hpmud_rules_end" ACTION!="add", GOTO="hpmud_rules_end" -SYSFS{idVendor}=="03f0", GROUP="lp" -+ATTR{idVendor}=="03f0", GROUP="lp" ++ATTRS{idVendor}=="03f0", GROUP="lp" LABEL="hpmud_rules_end" |