USB: add EPIC support to the io_edgeport driver

This patch adds EPiC support to the io_edgeport driver which adds
support for a number of NCR printers:
	- NCR (Axiohm) 7401-K580 printer
	- NCR (TEC) 7401-K590 printer, 7402-K592
	- NCR (TEC) 7167, 7168 printers
	- NCR (TEC) 7197, 7198, F306, F307, F309 printers
	- NCR (Axiohm) 7194 printer
	- NCR (Axiohm) 7158 printer
and a few more.

It is based on the 2.6.19 kernel.

Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
This commit is contained in:
Greg Kroah-Hartman
2007-01-18 00:20:19 -08:00
committed by Greg Kroah-Hartman
parent 20b2e28fc5
commit 6e8cf7751f
4 changed files with 384 additions and 82 deletions

View File

@@ -111,10 +111,12 @@ struct edgeport_product_info {
__le16 FirmwareBuildNumber; /* zzzz (LE format) */
__u8 ManufactureDescDate[3]; /* MM/DD/YY when descriptor template was compiled */
__u8 Unused1[1]; /* Available */
__u8 HardwareType;
__u8 iDownloadFile; /* What to download to EPiC device */
__u8 Unused2[2]; /* Available */
__u8 EpicVer; /* What version of EPiC spec this device supports */
struct edge_compatibility_bits Epic;
};
/*