[sane-devel] LM983x driver next round...

2001-12-13 Thread Jaeger, Gerhard
And me again... well, build 12 of the LM983x stuff is available. The HP2200c should now be supported in a much better way, thanx to Stefan. The Plustek OpticPro UT12 is now fully functional. The UT24 will work, but produces some bluish pictures. The Genius scanner has also been reported to work a

[sane-devel] change of status for 0x0458, 0x2007 :) :)

2001-12-13 Thread Tasnim Ahmed
Hello: PLUSTEK USB backend.(LM983x) I finally got enough time to test KYE Genius ColorPage HR6-V2 aka Vendor=0x0458, Product=0x2007 but I did not had slides / negatives available to test those features. Color and Grayscale modes are working fine, xscanimage works fine, xcam had some issues, abor

[sane-devel] LM983x driver - patch for HP Scanjet 2200c

2001-12-13 Thread Jaeger, Gerhard
Good work, thanks build 12 will include your stuff... Gerhard On Thursday, 13. December 2001 01:07, Stefan Nilsen wrote: > Hi. > > Here is a patch for backend/plustek-devs.c that corrects memory size and > motor fullsteps/inch setting. Using this I can make much better scans in > xscanimage (only

[sane-devel] change of status for 0x0458, 0x2007 :) :)

2001-12-13 Thread Jaeger, Gerhard
Thank you for the tests - great news... Gerhard On Thursday, 13. December 2001 17:31, Tasnim Ahmed wrote: > Hello: > > PLUSTEK USB backend.(LM983x) > > I finally got enough time to test KYE Genius ColorPage HR6-V2 aka > Vendor=0x0458, Product=0x2007 > but I did not had slides / negatives availabl

[sane-devel] Mustek SP12000 - cannot open /dev/scanner0

2001-12-13 Thread Henning Meier-Geinitz
Hi, On Wed, Dec 12, 2001 at 10:45:44AM +0100, Christoph Kukulies wrote: > SANE_DEBUG_MUSTEK=5 scanimage -L [...] > [mustek] sane_init: config file line 11: trying to attach `scsi MUSTEK * > Scanner > [mustek] sane_init: config file line 18: trying to attach `scsi SCANNER' > [mustek] sane_init: c

[sane-devel] Fwd: need help with sane

2001-12-13 Thread Matthew Duggan
Hi, > it tells me that its vendor=03f0 and product=0605 > then i do a modprobe scanner vendor=03f0 product=0605 and it tells me sometimes These are hexadecimal (base 16) numbers so you probably need to prefix them with "0x", ie: modprobe scanner vendor=0x3f0 product=0x605 Prefixing something w

[sane-devel] LM983x driver - patch for HP Scanjet 2200c

2001-12-13 Thread Stefan Nilsen
Hi. Here is a patch for backend/plustek-devs.c that corrects memory size and motor fullsteps/inch setting. Using this I can make much better scans in xscanimage (only scanprog i have tested). diff -br -u sane-backends-1.0.6/backend/plustek-devs.c sane-backends-1.0.6-sj22/backend/plustek-devs.c