mitsu70x: Initial appearances show the D80 is teh same as the D70.
This commit is contained in:
parent
8b4e68c231
commit
75bbec99ad
|
@ -40,6 +40,7 @@
|
|||
#define USB_VID_MITSU 0x06D3
|
||||
#define USB_PID_MITSU_D70X 0x3B30
|
||||
#define USB_PID_MITSU_K60 0x3B31
|
||||
//#define USB_PID_MITSU_D80 XXXXXX
|
||||
//#define USB_VID_KODAK XXXXXX
|
||||
//#define USB_PID_KODAK305 XXXXXX
|
||||
|
||||
|
@ -542,12 +543,13 @@ struct dyesub_backend mitsu70x_backend = {
|
|||
.devices = {
|
||||
{ USB_VID_MITSU, USB_PID_MITSU_D70X, P_MITSU_D70X, ""},
|
||||
{ USB_VID_MITSU, USB_PID_MITSU_K60, P_MITSU_D70X, ""},
|
||||
// { USB_VID_MITSU, USB_PID_MITSU_D80, P_MITSU_D70X, ""},
|
||||
// { USB_VID_KODAK, USB_PID_KODAK305, P_MITSU_D70X, ""},
|
||||
{ 0, 0, 0, ""}
|
||||
}
|
||||
};
|
||||
|
||||
/* Mitsubish CP-D70x/CP-K60 data format
|
||||
/* Mitsubish CP-D70x/CP-K60/CP-D80 data format
|
||||
|
||||
Spool file consists of two headers followed by three image planes
|
||||
and an optional lamination data plane. All blocks are rounded up to
|
||||
|
|
Loading…
Reference in a new issue