diff --git a/hplip-IEEE-1284-4.patch b/hplip-IEEE-1284-4.patch deleted file mode 100644 index cea1006..0000000 --- a/hplip-IEEE-1284-4.patch +++ /dev/null @@ -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)) - { diff --git a/hplip.spec b/hplip.spec index 88e4046..73d4f64 100644 --- a/hplip.spec +++ b/hplip.spec @@ -58,7 +58,6 @@ Patch121: hplip-ppd-ImageableArea.patch # fedora patch not necessary. done via sed call #Patch129: hplip-makefile-chgrp.patch Patch131: hplip-ipp-accessors.patch -Patch132: hplip-IEEE-1284-4.patch Patch133: hplip-check.patch Patch134: hplip-udev-rules.patch @@ -413,8 +412,6 @@ sed -i.duplex-constraints \ -e 's,\(UIConstraints.* \*Duplex\),//\1,' \ 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). # Move udev rules to /lib/udev/rules.d (bug #748208). %patch134 -p1 -b .udev-rules