[fprint] Error codes

2019-06-17 Thread Danil Gorelik
Hello, is there any description of the error codes?What -110 means, for example?Thank you.___ fprint mailing list fprint@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/fprint

Re: [fprint] Error codes

2019-06-17 Thread Vasily Khoruzhick
On Mon, Jun 17, 2019 at 4:35 PM Danil Gorelik wrote: > > Hello, is there any description of the error codes? > What -110 means, for example? They come from errno.h, -110 is -ETIMEDOUT. > Thank you. > ___ > fprint mailing list > fprint@lists.freedesktop

Re: [fprint] Error codes

2019-06-17 Thread Vasily Khoruzhick
On Mon, Jun 17, 2019 at 5:51 PM Danil Gorelik wrote: > > Thank you Vasily. Somehow it happens immediately after I start scanning. > It looks like this is a different problem. > What is the default time out for scanning? re-added fprint mailing list. Please keep ML in CC. It's probably coming fro

Re: [fprint] Error codes

2019-06-17 Thread Danil Gorelik
I need the scanner to be in a scanning mode for the unlimited period of time.Is it possible?Thank you. On Monday, June 17, 2019, 8:58:28 PM EDT, Vasily Khoruzhick wrote: On Mon, Jun 17, 2019 at 5:51 PM Danil Gorelik wrote: > > Thank you Vasily. Somehow it happens immediately after I s

Re: [fprint] Error codes

2019-06-17 Thread Vasily Khoruzhick
On Mon, Jun 17, 2019 at 6:01 PM Danil Gorelik wrote: > > I need the scanner to be in a scanning mode for the unlimited period of time. > Is it possible? > Thank you. I'm not sure about fprintd, but IIRC in libfprint callee has to cancel scan explicitly, so it does what you want by default. As I