kopia lustrzana https://gitlab.com/sane-project/backends
Added USB ID for Expression 10000XL
rodzic
43ad2dc015
commit
1de7d6867b
|
@ -1,3 +1,7 @@
|
|||
2004-10-16 Karl Heinz Kremer <khk@khk.net>
|
||||
|
||||
* backend/epson_usb.c: Added USB ID for Expression 10000XL
|
||||
|
||||
2004-10-16 Mattias Ellert <mattias.ellert@tsl.uu.se>
|
||||
|
||||
* ltmain.sh: backport -framework support from libtool 2.0
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
Copyright (C) 1999-2004 Karl Heinz Kremer <khk@khk.net>
|
||||
*/
|
||||
|
||||
#define SANE_EPSON_VERSION "SANE Epson Backend v0.2.42 - 2004-05-08"
|
||||
#define SANE_EPSON_BUILD 242
|
||||
#define SANE_EPSON_VERSION "SANE Epson Backend v0.2.43 - 2004-10-16"
|
||||
#define SANE_EPSON_BUILD 243
|
||||
|
||||
/*
|
||||
This file is part of the SANE package.
|
||||
|
@ -59,6 +59,7 @@
|
|||
If you do not wish that, delete this exception notice. */
|
||||
|
||||
/*
|
||||
2004-10-16 Added USB ID for Expression 10000XL
|
||||
2004-05-08 Disable feed() for Perfection1640
|
||||
2004-02-08 Reformat all source code with "indent -bli0"
|
||||
2004-02-01 Added D7 function level as copy of D1 for CX-6400
|
||||
|
|
|
@ -22,6 +22,7 @@ SANE_Word sanei_epson_usb_product_ids[] = {
|
|||
0x11e, /* GT-8300 / Perfection 1660 */
|
||||
0x126, /* ES-7000 / GT-15000 */
|
||||
0x128, /* GT-X700 / Perfection 4870 */
|
||||
0x129, /* ES-10000 / Expression 10000XL */
|
||||
0x801, /* CC-600 / CX-5[1234]00 */
|
||||
0x802, /* CC-570 / CX-3[12]00 */
|
||||
0x805, /* CX-6400 */
|
||||
|
|
Ładowanie…
Reference in New Issue