On Tue, 2002-10-29 at 01:54, Dave Close wrote: > > According to gt68xx.conf, the X7? scanners identify as 0x043d 0x002d. > My X83 identifies itself as 0x043d 0x003d, so I've added that line to > gt68xx.conf. Without any other changes (using SANE from CVS), sane- > find-scanner does not see the X83 (should it?).
Iirc each scanner model is described in gt68xx_devices.c. For instance in static GT68xx_USB_Device_Entry gt68xx_usb_device_list[] there is: {0x043d, 0x002d, &lexmark_x73_model}, so if you change 0x002d to 0x003d it will maybe work. Bye -- Irvin Probst There are 10 types of people in the world... those who understand binary and those who don't.