Package: foo2zjs
Version: 20090301dfsg-1
Severity: important
Tags: patch

The firmware for my hp LaserJet 1000 doesn't get loaded. I diff'd the
package with upstream and generated the applied patch, fixing it for me.

PS: This seems unrelated to #517434 and #477923.

-- 
ilf                                              [email protected]

ueber 70 millionen deutsche benutzen keine konsole. klick dich nicht weg!
                -- eine initiative des bundesamtes fuer tastaturbenutzung
--- /etc/udev/rules.d/11-hplj10xx.rules.deb	2009-03-13 21:56:09.000000000 +0100
+++ /etc/udev/rules.d/11-hplj10xx.rules	2009-03-13 22:05:07.000000000 +0100
@@ -1,10 +1,10 @@
 #Own udev rule for HP Laserjet 1000
 KERNEL=="lp*", BUS=="usb", SYSFS{idVendor}=="03f0", \
-	SYSFS{product}=="HP LaserJet 1000", NAME="usb/%k", \
+	SYSFS{product}=="hp LaserJet 1000", NAME="usb/%k", \
 	SYMLINK+="hplj1000-%n", MODE="0666", RUN+="/usr/sbin/hplj1000" 
 #Own udev rule for HP Laserjet 1005
 KERNEL=="lp*", BUS=="usb", SYSFS{idVendor}=="03f0", \
-	SYSFS{product}=="HP LaserJet 1005 series", NAME="usb/%k", \
+	SYSFS{product}=="hp LaserJet 1005 series", NAME="usb/%k", \
 	SYMLINK+="hplj1005-%n", MODE="0666", RUN+="/usr/sbin/hplj1005" 
 #Own udev rule for HP Laserjet 1018
 KERNEL=="lp*", BUS=="usb", SYSFS{idVendor}=="03f0", \

Attachment: signature.asc
Description: Digital signature

Reply via email to