diff --git a/ChangeLog b/ChangeLog index 6910eddbf..85a0a5679 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-06-13 Karl Heinz Kremer + + * backend/sane_usb.c: Added Perfection 1650 back in that was removed by + mistake and finally removed Perfection 1250. + 2004-06-15 Stéphane Voltz * backend/umax_pp_low.c tools/umax_pp.c: final fixes for 610P color diff --git a/backend/epson_usb.c b/backend/epson_usb.c index aa30c8c41..16a8f202d 100644 --- a/backend/epson_usb.c +++ b/backend/epson_usb.c @@ -14,7 +14,7 @@ SANE_Word sanei_epson_usb_product_ids[] = { 0x10a, /* GT-8700 / Perfection 1640 */ 0x107, /* ES-2000 / Expression 1600 */ 0x10e, /* ES-2200 / Expression 1680 */ - 0x10f, /* GT-7200 / Perfection 1250 */ + 0x110, /* GT-8200 / Perfection 1650 */ 0x112, /* GT-9700 / Perfection 2450 */ 0x116, /* GT-9400 / Perfection 3170 */ 0x11b, /* GT-9300 / Perfection 2400 */