Added various USB IDs.

merge-requests/1/head
Julien BLACHE 2007-08-18 12:06:36 +00:00
rodzic 6ca105af27
commit f4a6016611
3 zmienionych plików z 14 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,8 @@
2007-08-18 Julien Blache <jb@jblache.org>
* 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 <sane@geinitz.org>
* 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 <jb@jblache.org
2007-07-25 Julien Blache <jb@jblache.org>
* tools/sane-desc.c: Update udev rules for use with Linux >=
2.6.22 and CONFIG_USB_DEVICE_CLASS=n.

Wyświetl plik

@ -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 <vendor> <product>" */
};

Wyświetl plik

@ -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"