mirror of
https://abf.rosa.ru/djam/hplip.git
synced 2025-02-24 00:42:59 +00:00
Drop unused hplip-IEEE-1284-4 patch
This commit is contained in:
parent
04b8e71f4f
commit
9f7c5304be
2 changed files with 0 additions and 16 deletions
|
@ -1,13 +0,0 @@
|
||||||
diff -up hplip-3.13.2/io/hpmud/musb.c.hplip-IEEE-1284-4 hplip-3.13.2/io/hpmud/musb.c
|
|
||||||
--- hplip-3.13.2/io/hpmud/musb.c.hplip-IEEE-1284-4 2013-02-13 17:38:44.000000000 +0100
|
|
||||||
+++ hplip-3.13.2/io/hpmud/musb.c 2013-02-14 12:44:50.594152799 +0100
|
|
||||||
@@ -713,7 +713,8 @@ static libusb_device *get_libusb_device(
|
|
||||||
{
|
|
||||||
if ((altptr->bInterfaceClass == LIBUSB_CLASS_PRINTER ) && /* Printer */
|
|
||||||
(altptr->bInterfaceSubClass == 1) &&
|
|
||||||
- (altptr->bInterfaceProtocol == 1 || altptr->bInterfaceProtocol == 2)) /* Unidirectional or Bidirectional*/
|
|
||||||
+ (altptr->bInterfaceProtocol == 1 || altptr->bInterfaceProtocol == 2
|
|
||||||
+ || altptr->bInterfaceProtocol == 3)) /* Unidirectional, Bidirectional or 1284.4 */
|
|
||||||
{
|
|
||||||
if (is_uri(dev, uri))
|
|
||||||
{
|
|
|
@ -58,7 +58,6 @@ Patch121: hplip-ppd-ImageableArea.patch
|
||||||
# fedora patch not necessary. done via sed call
|
# fedora patch not necessary. done via sed call
|
||||||
#Patch129: hplip-makefile-chgrp.patch
|
#Patch129: hplip-makefile-chgrp.patch
|
||||||
Patch131: hplip-ipp-accessors.patch
|
Patch131: hplip-ipp-accessors.patch
|
||||||
Patch132: hplip-IEEE-1284-4.patch
|
|
||||||
Patch133: hplip-check.patch
|
Patch133: hplip-check.patch
|
||||||
Patch134: hplip-udev-rules.patch
|
Patch134: hplip-udev-rules.patch
|
||||||
|
|
||||||
|
@ -413,8 +412,6 @@ sed -i.duplex-constraints \
|
||||||
-e 's,\(UIConstraints.* \*Duplex\),//\1,' \
|
-e 's,\(UIConstraints.* \*Duplex\),//\1,' \
|
||||||
prnt/drv/hpcups.drv.in
|
prnt/drv/hpcups.drv.in
|
||||||
|
|
||||||
#patch132 -p1 -b .hplip-IEEE-1284-4
|
|
||||||
|
|
||||||
# Removed SYSFS use in udev rules and actually made them work (bug #560754).
|
# Removed SYSFS use in udev rules and actually made them work (bug #560754).
|
||||||
# Move udev rules to /lib/udev/rules.d (bug #748208).
|
# Move udev rules to /lib/udev/rules.d (bug #748208).
|
||||||
%patch134 -p1 -b .udev-rules
|
%patch134 -p1 -b .udev-rules
|
||||||
|
|
Loading…
Add table
Reference in a new issue