From: mike Date: Fri, 8 Mar 2013 18:31:25 +0000 (+0000) Subject: Added USB quirk rule for Epson Stylus Photo 750 (STR #4286) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d21153968a64afbfe65c254532d10070cfdae3c;p=thirdparty%2Fcups.git Added USB quirk rule for Epson Stylus Photo 750 (STR #4286) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10889 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/CHANGES-1.6.txt b/CHANGES-1.6.txt index f1f1264c59..f0794e2b68 100644 --- a/CHANGES-1.6.txt +++ b/CHANGES-1.6.txt @@ -12,6 +12,7 @@ CHANGES IN CUPS V1.6.2 - Added a French localization (STR #4247) - Added a Russian localization (STR #4228, STR #4285) - Updated the Catalan localization (STR #4202) + - Added USB quirk rule for Epson Stylus Photo 750 (STR #4286) - The IPP backend could crash if the printer disconnects early (STR #4284) - cupsGetPPD did not work with statically-configured CUPS shared diff --git a/backend/usb-libusb.c b/backend/usb-libusb.c index ca9e1a87be..44e71e7b77 100644 --- a/backend/usb-libusb.c +++ b/backend/usb-libusb.c @@ -170,6 +170,8 @@ static const struct quirk_printer_struct quirk_printers[] = { https://bugs.launchpad.net/bugs/872483 */ { 0x06bc, 0x01c7, USBLP_QUIRK_NO_REATTACH }, /* Oki Data Corp. B410d, https://bugs.launchpad.net/bugs/872483 */ + { 0x04b8, 0x0001, USBLP_QUIRK_BIDIR }, /* Seiko Epson Corp. Stylus Color 740 / Photo 750, + http://bugs.debian.org/697970 */ { 0x04b8, 0x0202, USBLP_QUIRK_BAD_CLASS }, /* Seiko Epson Receipt Printer M129C */ { 0x067b, 0x2305, USBLP_QUIRK_BIDIR |