Hi,
On Thu, Mar 04, 2004 at 10:16:45AM +0530, Sanjay Chigurupati wrote:
> 3) genesys.c is the high level implementation for the scanner with
> genesys.h being the header for it.
genesys.c mostly contains the SANE API and calls the hardware-related
functions in genesys_low.c. It's mostly copied fr
Hi,
Please correct me if I am wrong. This is my understanding:
1) genesys.conf defines the vendor id and , (usb address ?)
2) genesys_low.c is the low level implementation for the scanner with
genesys_low.c being the header file for it
3) genesys.c is the high level implementation for the scanne
Sanjay Chigurupati wrote:
> Hi,
>
> Please correct me if I am wrong. This is my understanding:
>
> 1) genesys.conf defines the vendor id and , (usb address ?)
Yes.
> 2) genesys_low.c is the low level implementation for the scanner with
> genesys_low.c being the header file for it
Yes.
> 3) g