1 Apr 2004 04:06
Re: uscanner* and 2.0
enami tsugutomo <enami <at> but-b.or.jp>
2004-04-01 02:06:25 GMT
2004-04-01 02:06:25 GMT
> > Any instance of this is either a bug in SANE or a bug in ugen(4). Do you > > still have that scanner? > > Yes, but I need to reconnect it before I can try it. Do you have a > configuration example how to use a scanner with ugen(4) and SANE? I tried last nigtht with my scanner (epson GT-9700F), and ugen needs following modification in order to work with scanimage. Though, I'm not sure if ugen.c is really the right place to fix. enami. Index: ugen.c =================================================================== RCS file: /cvsroot/src/sys/dev/usb/ugen.c,v retrieving revision 1.66 diff -c -r1.66 ugen.c *** ugen.c 4 Sep 2003 03:47:03 -0000 1.66 --- ugen.c 1 Apr 2004 01:45:05 -0000 *************** *** 306,311 **** --- 306,325 ---- sce->sc = sc; sce->edesc = ed; sce->iface = iface; + /* + * For some device, the order to open pipe is + * importatnt. + */ + if (1 &&(Continue reading)
RSS Feed