[sane-devel] Canon LiDE 80 (2nd try)

2008-02-09 Thread Stefan Lucke
;-) */ + sanei_genesys_read_register (dev, 0x6b, val); + val |= 1; + sanei_genesys_write_register (dev, 0x6b, val); + val = 0; status = sanei_genesys_get_status (dev, val); if (status != SANE_STATUS_GOOD) -- Stefan Lucke

[sane-devel] Canon LiDE 80 (2nd try)

2008-02-10 Thread Stefan Lucke
On Saturday 09 February 2008, Stefan Lucke wrote: On Friday 08 February 2008, Reinhard Biegel wrote: Am Wednesday, 6. February 2008 schrieb Reinhard Biegel: Ohi just remember there was something that had to be called at any price but didn't find any documentation about that. I'm going

[sane-devel] Canon LiDE 80 (2nd try)

2008-02-11 Thread Stefan Lucke
failed: Invalid argument At that moment, I guess you'll see messages like: new high speed USB device using ehci_hcd and address nn via dmesg. Which way is your scanner connected ? Mine is connected via a self powered USB 2 hub. -- Stefan Lucke

[sane-devel] Canon LiDE 80 (2nd try)

2008-02-12 Thread Stefan Lucke
On Monday 11 February 2008, Pierre Willenbrock wrote: Reinhard Biegel schrieb: Am Monday, 11. February 2008 schrieb Stefan Lucke: At that moment, I guess you'll see messages like: new high speed USB device using ehci_hcd and address nn via dmesg. Hi, Yes, thats right

[sane-devel] Canon LiDE 80 (2nd try)

2008-02-13 Thread Stefan Lucke
Quoting Pierre Willenbrock pierre at pirsoft.dnsalias.org: Stefan Lucke schrieb: On Monday 11 February 2008, Pierre Willenbrock wrote: Reinhard Biegel schrieb: Am Monday, 11. February 2008 schrieb Stefan Lucke: At that moment, I guess you'll see messages like: new high speed USB

[sane-devel] Canon LiDE 80 (2nd try)

2008-02-05 Thread Stefan Lucke
ehci_hcd and address 18 [ 5312.244105] usb 1-7: OK: device descriptor read/64, error 0, mp 64 (0 0) [ 5312.255079] usb 1-7: configuration #1 chosen from 1 choice -- Stefan Lucke

[sane-devel] Canon LiDE 80 (2nd try)

2008-02-06 Thread Stefan Lucke
On Tuesday 05 February 2008, Stefan Lucke wrote: Hi, I've seen there is some progress on lide 90 and I want to step in and like to ask if there could be done something for my LiDE 80 too. I cloned the canon_lide_60_model entry -- scanimage with debug messages : -- [sanei_debug] Setting

[sane-devel] Canon LiDE 80

2008-02-05 Thread Stefan Lucke
ehci_hcd and address 18 [ 5312.244105] usb 1-7: OK: device descriptor read/64, error 0, mp 64 (0 0) [ 5312.255079] usb 1-7: configuration #1 chosen from 1 choice -- Stefan Lucke

[sane-devel] Canon LiDE 80 (2nd try)

2008-02-06 Thread Stefan Lucke
On Wednesday 06 February 2008, Reinhard Biegel wrote: Am Wednesday, 6. February 2008 schrieb Stefan Lucke: Even with turned off LED and some motor sound (movement in the wrong direction ??), scanimage produced some pnm files. To be continued, but I really need some help, as I've no idea

[sane-devel] Canon LiDE 80 (2nd try)

2008-02-06 Thread Stefan Lucke
On Wednesday 06 February 2008, Pierre Willenbrock wrote: Hi Stefan, (more text inline) Stefan Lucke schrieb: On Tuesday 05 February 2008, Stefan Lucke wrote: Hi, I've seen there is some progress on lide 90 and I want to step in and like to ask if there could be done something

[sane-devel] genesys_gl841.c: infinite loops

2008-02-06 Thread Stefan Lucke
Hi, I guess there are 3 possibilities for infinite loops. Attached patch fixes this and adjusts loop threshold to given comments.. -- Stefan Lucke -- next part -- Index: backend/genesys_gl841.c === RCS file