]> git.baikalelectronics.ru Git - kernel.git/commit
usblp: quirk flag and device entry for Seiko Epson M129C printer
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 16 Mar 2007 19:53:07 +0000 (15:53 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 19 Mar 2007 20:22:18 +0000 (13:22 -0700)
commite796bda38a085c081127e1f0cb6468cacdd91217
tree6eee650a17a4574af10d4bf6facde8021ff4b119
parent4aad18185c1c5ea68da1bbd81597f9b32b42b7ef
usblp: quirk flag and device entry for Seiko Epson M129C printer

This patch (as872) adds a device table entry and a new quirk flag to
the usblp driver for the Seiko Epson Receipt printer.  This printer
returns Vendor-Specific values for bInterfaceClass and
bInterfaceSubClass, but the bInterfaceProtocol value is valid and it
works with usblp.  The new quirks flag tells the driver to ignore the
Class and SubClass values in the interface descriptor.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Cc: Vojtech Pavlik <vojtech@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/class/usblp.c