diff options
Diffstat (limited to 'net-print/hpoj/files/udev.patch')
-rw-r--r-- | net-print/hpoj/files/udev.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-print/hpoj/files/udev.patch b/net-print/hpoj/files/udev.patch new file mode 100644 index 000000000000..809ff8a9fe13 --- /dev/null +++ b/net-print/hpoj/files/udev.patch @@ -0,0 +1,12 @@ +--- scripts/ptal-init.in.org 2003-12-22 16:36:49.981003792 +0100 ++++ scripts/ptal-init.in 2003-12-22 16:38:02.786653659 +0100 +@@ -42,7 +42,8 @@ + ); + my @usbWildcards=( + "/dev/usb/lp[0-9]*", +- "/dev/usblp[0-9]*" ++ "/dev/usblp[0-9]*", ++ "/dev/lp[0-9]*" + ); + # These wildcards are only used as a last resort for the ptal-printd + # "-like" template. |