]> git.neil.brown.name Git - history.git/commitdiff
USB printer driver
authorDavid Paschal <paschal@rcsis.com>
Mon, 18 Mar 2002 08:04:00 +0000 (00:04 -0800)
committerGreg Kroah-Hartman <greg@kroah.com>
Mon, 18 Mar 2002 08:04:00 +0000 (00:04 -0800)
added more printer quirks to the list

drivers/usb/printer.c

index 0143fc028605b252dac2cbc75af65b21ccc4bbf0..c3ac522ea24e040b0fc25ebe89f42dc313419bf5 100644 (file)
@@ -193,8 +193,14 @@ static struct quirk_printer_struct quirk_printers[] = {
        { 0x03f0, 0x0204, USBLP_QUIRK_BIDIR }, /* HP DeskJet 815C */
        { 0x03f0, 0x0304, USBLP_QUIRK_BIDIR }, /* HP DeskJet 810C/812C */
        { 0x03f0, 0x0404, USBLP_QUIRK_BIDIR }, /* HP DeskJet 830C */
+       { 0x03f0, 0x0504, USBLP_QUIRK_BIDIR }, /* HP DeskJet 885C */
+       { 0x03f0, 0x0604, USBLP_QUIRK_BIDIR }, /* HP DeskJet 840C */   
+       { 0x03f0, 0x0804, USBLP_QUIRK_BIDIR }, /* HP DeskJet 816C */   
        { 0x03f0, 0x1104, USBLP_QUIRK_BIDIR }, /* HP Deskjet 959C */
        { 0x0409, 0xefbe, USBLP_QUIRK_BIDIR }, /* NEC Picty900 (HP OEM) */
+       { 0x0409, 0xbef4, USBLP_QUIRK_BIDIR }, /* NEC Picty760 (HP OEM) */
+       { 0x0409, 0xf0be, USBLP_QUIRK_BIDIR }, /* NEC Picty920 (HP OEM) */
+       { 0x0409, 0xf1be, USBLP_QUIRK_BIDIR }, /* NEC Picty800 (HP OEM) */
        { 0, 0 }
 };