diff --git a/ChangeLog b/ChangeLog index 467dbc680..76f67500c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-18 Julien Blache + * doc/descriptions/epson.desc: Added Stylus CX-5000 (04b8:082b). + * backend/epson_usb.c: Added various USB IDs for CX-6000, DX-5050, + DX-5000, CX-5000, DX-4050. + 2007-08-12 Henning Geinitz * doc/descriptions-external/hpljm1005.desc: Added. @@ -51,7 +56,7 @@ when lamp is switched * doc/descriptions/unsupported.desc: Updated some Plustek entries -2007-07-25 Julien Blache * tools/sane-desc.c: Update udev rules for use with Linux >= 2.6.22 and CONFIG_USB_DEVICE_CLASS=n. diff --git a/backend/epson_usb.c b/backend/epson_usb.c index e36361b50..2215fdba2 100644 --- a/backend/epson_usb.c +++ b/backend/epson_usb.c @@ -36,11 +36,14 @@ SANE_Word sanei_epson_usb_product_ids[] = { 0x80f, /* / Stylus Photo RX420/RX425/RX430 */ 0x810, /* PM-A900 / Stylus Photo RX700 */ 0x811, /* PM-A870 / Stylus Photo RX620/RX630 */ + 0x813, /* Stylus CX6600 */ 0x814, /* PM-A700 */ 0x815, /* LP-A500 / AcuLaser CX11 */ 0x818, /* CX3800/3810 */ 0x819, /* CX4800 */ 0x820, /* CX4200 */ + 0x82b, /* Stylus CX5000/DX5000/DX5050 */ + 0x82f, /* Stylus DX4050 */ 0 /* last entry - this is used for devices that are specified in the config file as "usb " */ }; diff --git a/doc/descriptions/epson.desc b/doc/descriptions/epson.desc index 0edbb772b..462156d1d 100644 --- a/doc/descriptions/epson.desc +++ b/doc/descriptions/epson.desc @@ -207,6 +207,11 @@ :usbid "0x04b8" "0x0819" :status :good +:model "CX-5000" +:interface "USB" +:usbid "0x04b8" "0x082b" +:status :good + :model "CX-5200" :interface "USB" :usbid "0x04b8" "0x0801"