[Foo2zjs-commits] r239 - in trunk/foo2zjs_20100728dfsg/debian: . patches

Luca Capello gismo at alioth.debian.org
Tue Oct 12 23:03:14 UTC 2010


Author: gismo
Date: 2010-10-12 23:03:11 +0000 (Tue, 12 Oct 2010)
New Revision: 239

Modified:
   trunk/foo2zjs_20100728dfsg/debian/changelog
   trunk/foo2zjs_20100728dfsg/debian/patches/30-udev-rules.patch
Log:
debian/patches/30-udev-rules.dpatch: add HP Laserjet P1505n

Modified: trunk/foo2zjs_20100728dfsg/debian/changelog
===================================================================
--- trunk/foo2zjs_20100728dfsg/debian/changelog	2010-10-12 22:49:57 UTC (rev 238)
+++ trunk/foo2zjs_20100728dfsg/debian/changelog	2010-10-12 23:03:11 UTC (rev 239)
@@ -34,6 +34,10 @@
     + Correct upstream link fo the CUPS filter.
     + Install additional PPDs and compress them.
 
+  [ Steve Langasek ]
+  * debian/patches/30-udev-rules.dpatch:
+    + Add udev rule for HP Laserjet P1505n.
+
  --
 
 foo2zjs (20090908dfsg-4) unstable; urgency=low

Modified: trunk/foo2zjs_20100728dfsg/debian/patches/30-udev-rules.patch
===================================================================
--- trunk/foo2zjs_20100728dfsg/debian/patches/30-udev-rules.patch	2010-10-12 22:49:57 UTC (rev 238)
+++ trunk/foo2zjs_20100728dfsg/debian/patches/30-udev-rules.patch	2010-10-12 23:03:11 UTC (rev 239)
@@ -1,7 +1,8 @@
 Correct the udev rules
---- foo2zjs_20100728.orig/hplj10xx.rules
-+++ foo2zjs_20100728/hplj10xx.rules
-@@ -4,36 +4,36 @@
+--- foo2zjs_20100728dfsg.orig/hplj10xx.rules
++++ foo2zjs_20100728dfsg/hplj10xx.rules
+@@ -3,37 +3,41 @@
+ #
  #Own udev rule for HP Laserjet 1000
  KERNEL=="lp*", SUBSYSTEMS=="usb", ATTRS{idVendor}=="03f0", \
 -	ATTRS{product}=="hp LaserJet 1000", NAME="usb/%k", \
@@ -56,3 +57,7 @@
 -	SYMLINK+="hpljP1505-%n", MODE="0666", RUN+="/etc/hotplug/usb/hpljP1505" 
 +	ATTRS{product}=="HP LaserJet P1505", \
 +	SYMLINK+="hpljP1505-%n", RUN+="/usr/sbin/hpljP1505" 
++#Own udev rule for HP Laserjet P1505n
++KERNEL=="lp*", SUBSYSTEMS=="usb", ATTRS{idVendor}=="03f0", \
++	ATTRS{product}=="HP LaserJet P1505n", \
++	SYMLINK+="hpljP1505n-%n", RUN+="/usr/sbin/hpljP1505n" 




More information about the Foo2zjs-commits mailing list