[sane-devel] Uninterrupted HP LaserJet M1005 Backend

2008-02-01 Thread tropos
Hello I try fix-cancel.patch - now backend work more correctly. Regards, tropos -- View this message in context: http://www.nabble.com/Error-in-HP-LaserJet-M1005-Backend-tp15127315p15230285.html Sent from the SANE - Dev mailing list archive at Nabble.com.

[sane-devel] Uninterrupted HP LaserJet M1005 Backend

2008-01-31 Thread tropos
Hello If break scaning with signal 2, then see next: 1. backend stalled into sane_cancel.get_data... - next step only 'killall scanimage' 2. MFP stalled with display message 'Scanning to PC' - only power off/on help Regards, tropos -- View this message in context:

[sane-devel] Uninterrupted HP LaserJet M1005 Backend

2008-01-31 Thread Couriousous
If break scaning with signal 2, then see next: 1. backend stalled into sane_cancel.get_data... - next step only 'killall scanimage' Ok, this is because sane_cancel() is called from a signal handler. I've re-read the sane API documentation and the backend should handle that. The problem

[sane-devel] Uninterrupted HP LaserJet M1005 Backend

2008-01-31 Thread Couriousous
If break scaning with signal 2, then see next: 1. backend stalled into sane_cancel.get_data... - next step only 'killall scanimage' Ok, this is because sane_cancel() is called from a signal handler. I've re-read the sane API documentation and the backend should handle that. Here is