[sane-devel] musl compatibility

2015-08-27 Thread Luiz Angelo Daros de Luca
Hello, While porting SANE to OpenWRT, I needed to patch SANE in order to compile it using musl (default libc in OpenWRT trunk). The problem is that u_char and u_long was not defined. glibc seems to be fine without it. The fix is quite simple: I added '#include ' to these files: /include/sane/san

Re: [sane-devel] Canon P-215II reddish

2015-08-27 Thread m. allan noah
Unfortunately, most canon_dr supported scanners are reverse engineered. I don't have any documentation on the calibration protocol used by the smaller scanners. I am also very limited on time. It would be nice if someone with access to the hardware could dig into it. allan On Thu, Aug 27, 2015 at

[sane-devel] Canon P-215II reddish

2015-08-27 Thread Tony
hi all, I have tested the Canon P-215II on sane-backends 1.0.25(canon_dr v49). The color image will be reddish. I tried simple-scan and scanimage --mode col. I don't if I can upload a picture to here. Thanks. Tony.-- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists

Re: [sane-devel] pthread_detach after pthread_join generates segfault

2015-08-27 Thread Jens-U. Mozdzen
Hi *, quoting Allan: I'm no expert either, but your basic analysis seems correct- once you have returned from pthread_join(), the thread is gone, and its return value has been popped. that's indeed the way it works. Upon return of pthread_join(), the thread is *gone*... unless it returns wi