]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Added USB quirk rule for Epson Stylus Photo 750 (STR #4286)
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 8 Mar 2013 18:31:25 +0000 (18:31 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 8 Mar 2013 18:31:25 +0000 (18:31 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10889 7a7537e8-13f0-0310-91df-b6672ffda945

CHANGES-1.6.txt
backend/usb-libusb.c

index f1f1264c5937dd856c18032de02b910232d316b8..f0794e2b68130f1416d76448d3a0540aea33e848 100644 (file)
@@ -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
index ca9e1a87be31e9c5ffe58f59deb9224f5713aebd..44e71e7b77325e9d67807b2d21b403d776b21a64 100644 (file)
@@ -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 |