[sane-devel] Device IDs for Epson Stylus CX5200 multi-function device

Till Kamppeter till.kamppeter@gmx.net
Sun, 19 Jan 2003 02:15:58 +0100


For the scanner.o kernel module auto-detecting the scanner part of the 
Epson Stylus CX5200 the following has to be added to the scanner.h file 
of the kernel source:

	{ USB_DEVICE(0x04b8, 0x0801) }, /* CX5200 */

or the following to /etc/modules.conf:

    options scanner vendor=0x04b8 product=0x0801

Can someone forward this to the maintainer of scanner.o?

    Till