[sane-devel] Adding Scanner to Backend Configuration

2007-05-13 Thread Hugh McMaster
Hi Gerald, On 12/05/07, Gerald Murray wrote: The chipset in the Canon Lide 70 is not yet known, but it did not respond positively to gl841 or gl646, so it is will not at present work with the genesys backend. It has only 2 bulk endpoints, but no isosynchronous endpoint, so it is different.

No subject

2007-05-13 Thread
/* * Setting available resolutions and xy ranges for sane frontend. */ s-hw-res_list_size =3D 0; s-hw-res_list =3D (SANE_Int *) calloc (s-hw-res_list_size, sizeof (SANE_Int)); if (NULL =3D=3D s-hw-res_list) { DBG (1, out of memory (line %d)\n, __LINE__); return

No subject

2007-05-13 Thread
4-2 Installing a tar file Execute the following command to complete the installation. # tar -zxvf iscan-${version}-${release}.tar.gz # cd iscan-${version} # ./configure # make # make install So instead of just ./configure, you would use: # ./configure --prefix=/usr