[sane-devel] Test report of HP ScanJet G2410 (genesys)

2011-01-20 Thread Adrian Glaubitz
On Jan 20, 2011, at 9:15 PM, stef wrote: >> >> Sounds pretty feasible. Thanks for these scripts. I actually have a Windows >> XP installation running on a Linux kvm host. I just need to setup usbmon >> in the kernel and I should be able to gather some data. > > The script expects log from

[sane-devel] New magicolor backend for inclusion in git

2011-01-20 Thread Reinhold Kainhofer
Am Donnerstag, 20. Januar 2011, um 18:13:09 schrieb Adrian Glaubitz: > Hi Allan, > > On Jan 20, 2011, at 6:00 PM, m. allan noah wrote: > > Hmm- looks like *p1 should not be void ptr. Try this change: > > > > sane-backends/backend/magicolor.c line 672 > >void *p1; > > should be > >unsigned

[sane-devel] Test report of HP ScanJet G2410 (genesys)

2011-01-20 Thread stef
Le Thursday 20 January 2011 21:09:51 Adrian Glaubitz, vous avez ?crit : > Hi Stef, > > On Jan 20, 2011, at 9:06 PM, stef wrote: > > the way I do this is to record USB activity while doing a scan under > > > > windows, then decode this log with the appended scripts. Unpacked them in > > a dire

[sane-devel] Test report of HP ScanJet G2410 (genesys)

2011-01-20 Thread Adrian Glaubitz
Hi Stef, On Jan 20, 2011, at 9:06 PM, stef wrote: > the way I do this is to record USB activity while doing a scan under > windows, then decode this log with the appended scripts. Unpacked them in a > directory. They are run through the decode.sh shell script. Sounds pretty feasible. Than

[sane-devel] Test report of HP ScanJet G2410 (genesys)

2011-01-20 Thread stef
e: scripts.tar.gz Type: application/x-compressed-tar Size: 14589 bytes Desc: not available URL: <http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20110120/5461e3a4/attachment-0001.bin>

[sane-devel] Test report of HP ScanJet G2410 (genesys)

2011-01-20 Thread Adrian Glaubitz
Hi Stef, On Jan 20, 2011, at 7:01 AM, stef wrote: > > I have just updated the genesys backend to include the 100 dpi scan > patch. I have also cleaned up the resolution list and internal values > matching > them so that no more modes give 'invalid argument' error. What is left to do >

[sane-devel] New magicolor backend for inclusion in git

2011-01-20 Thread Adrian Glaubitz
Damn, I should have figured out the problem and written a patch yesterday and I could have had my first contribution to SANE already :(. I actually stumbled across this already yesterday when playing around with the HP2410 code in the genesys backend. But anyway, I hope it gets fixed anyway ;).

[sane-devel] New magicolor backend for inclusion in git

2011-01-20 Thread Reinhold Kainhofer
Am Donnerstag, 20. Januar 2011, um 16:24:06 schrieb Brian Shaver: > I'm having some trouble compiling with these changes committed. Below is > the error I'm getting. I'll admit I haven't actually looked into the > source code to confirm the change comes from this set of commits, but it > seemed lik

[sane-devel] Scanjet 4400c and 4300c

2011-01-20 Thread Albert Pool
I said the 4400c was having the wrong buttons configured, but they aren't wrong. I was confused with my 4300c (I'm having both). Sorry for my previous mail. The scanner I mentioned on IRC #sane was also the 4300c. I did not get answer while I was there, so will repeat here. This scanner is said

[sane-devel] New magicolor backend for inclusion in git

2011-01-20 Thread Adrian Glaubitz
-stream Size: 930 bytes Desc: not available URL: <http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20110120/4d498a31/attachment.obj>

[sane-devel] New magicolor backend for inclusion in git

2011-01-20 Thread Adrian Glaubitz
et-stream Size: 4383 bytes Desc: not available URL: <http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20110120/811fe65c/attachment.obj> -- next part --

[sane-devel] HP ScanJet 4400c scanner

2011-01-20 Thread Albert Pool
Hello, I've found an error in the RTS8891 backend. File rts8891_devices.c 47 static Rts8891_Model hp4400c_model = { 48 "HP4400c",/* Name */ 49 "Hewlett-Packard",/* Device vendor string */ 50 "4400c", /* Device model name */ ...

[sane-devel] New magicolor backend for inclusion in git

2011-01-20 Thread m. allan noah
What if you make the pointer unsigned char instead? allan On Thu, Jan 20, 2011 at 3:20 PM, Reinhold Kainhofer wrote: > Am Donnerstag, 20. Januar 2011, um 18:13:09 schrieb Adrian Glaubitz: >> Hi Allan, >> >> On Jan 20, 2011, at 6:00 PM, m. allan noah wrote: >> > Hmm- looks like *p1 should not be

[sane-devel] New magicolor backend for inclusion in git

2011-01-20 Thread Brian Shaver
Indeed, that fixes the problem along with a second change in the same > backend. I generated a patch so you can see what I actually changed. > > See attached. > > Adrian > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20110120/ea65a8c7/attachment-0001.htm>

[sane-devel] New magicolor backend for inclusion in git

2011-01-20 Thread m. allan noah
Hmm- looks like *p1 should not be void ptr. Try this change: sane-backends/backend/magicolor.c line 672 void *p1; should be unsigned char * p1; perhaps? allan On Thu, Jan 20, 2011 at 11:50 AM, Adrian Glaubitz wrote: > Hi, > > On Jan 20, 2011, at 4:24 PM, Brian Shaver wrote: > >> I'm having

[sane-devel] New magicolor backend for inclusion in git

2011-01-20 Thread m. allan noah
what platform and cpu is this? allan On Thu, Jan 20, 2011 at 11:00 AM, Brian Shaver wrote: > I've attached the byteorder.h file. > Brian .. > > On Thu, Jan 20, 2011 at 10:31 AM, m. allan noah wrote: >> >> what is in your sane-backends/include/byteorder.h file? >> >> allan >> >> On Thu, Jan 20,

[sane-devel] New magicolor backend for inclusion in git

2011-01-20 Thread Brian Shaver
the SNMP auto-detection of the > magicolor > >> > devices. > >> > On the other hand, if the network is really slow, this might mean that > >> > we miss > >> > an SNMP response that takes longer than 1 second! > >> > > >> > What do you

[sane-devel] New magicolor backend for inclusion in git

2011-01-20 Thread m. allan noah
what is in your sane-backends/include/byteorder.h file? allan On Thu, Jan 20, 2011 at 10:24 AM, Brian Shaver wrote: > I'm having some trouble compiling with these changes committed. Below is the > error I'm getting. I'll admit I haven't actually looked into the source code > to confirm the chang

[sane-devel] New magicolor backend for inclusion in git

2011-01-20 Thread Brian Shaver
, Austria > > * http://www.fam.tuwien.ac.at/, DVR: 0005886 > > * LilyPond, Music typesetting, http://www.lilypond.org > > > > -- > > sane-devel mailing list: sane-devel at lists.alioth.debian.org > > http://lists.alioth.debian.org/mailman/listinfo/sane-devel > > Unsubscribe: Send mail with subject "unsubscribe your_password" > > to sane-devel-request at lists.alioth.debian.org > > > > > > -- > "The truth is an offense, but not a sin" > > -- > sane-devel mailing list: sane-devel at lists.alioth.debian.org > http://lists.alioth.debian.org/mailman/listinfo/sane-devel > Unsubscribe: Send mail with subject "unsubscribe your_password" > to sane-devel-request at lists.alioth.debian.org > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20110120/86a23109/attachment.htm>

[sane-devel] Epson MFP Stylus DX3850 via Net won't work

2011-01-20 Thread cool.chri...@web.de
was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. URL: <http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20110120/7e7a438b/attachment-0001.pgp>

[sane-devel] Test report of HP ScanJet G2410 (genesys)

2011-01-20 Thread stef
Le Wednesday 19 January 2011 16:36:42 Adrian Glaubitz, vous avez ?crit : > Hi Andrey, > > just wanted to let you know that I can confirm that your changes work, I > can now scan perfectly at 100 dpi without any distortions. I also tried > playing around with the parameters for the other resolution

[sane-devel] Canon LiDE 210 issue - exceeds maximum scan height?

2011-01-20 Thread stef
Le Wednesday 19 January 2011 10:15:44 Heinz Wiesinger, vous avez ?crit : ... > > I finally got around to doing that. You can find the log at: > http://www.liwjatan.at/files/logs/canon_lide_210_calibrate.log.bz2 > > Grs, > Heinz Hello, I can confirm that 4800 dpi hardware scans a