kodak305: Update version test.
This commit is contained in:
parent
de305f0c06
commit
11b5746884
|
@ -836,10 +836,10 @@ static int mitsu70x_attach(void *vctx, struct libusb_device_handle *dev, int typ
|
|||
/* Known versions:
|
||||
v1.02: M 316E81 1433 (Add Ultrafine and matte support)
|
||||
v1.04: M 316F83 2878 (Add 2x6 strip and support new "Triton" media)
|
||||
v3.00: M 316H83 B75A (add 6x6, 5x5, 3.5x5, 5x7 support)
|
||||
v3.01: M 443A12 8908 (add 5" media support)
|
||||
*/
|
||||
if (strncmp(resp.vers[0].ver, "316H83", 6) < 0)
|
||||
WARNING("Printer FW out of date. Highly recommend upgrading EK305 to v3.00 or newer!\n");
|
||||
if (strncmp(resp.vers[0].ver, "443A12", 6) < 0)
|
||||
WARNING("Printer FW out of date. Highly recommend upgrading EK305 to v3.01 or newer!\n");
|
||||
} else if (ctx->type == P_MITSU_K60) {
|
||||
/* Known versions:
|
||||
v1.05: M 316M31 148C (Add HG media support)
|
||||
|
|
Loading…
Reference in a new issue