On Tue, Jul 29, 2003 at 09:44:15AM -0500, Matthew wrote:
> Is there some documentation regarding the use of the "Scan" and other
> buttons on the various scanners? I assume that a standard is not in
> place so it would be a scanner-specific hack but I'm interested in
> getting the buttons to wo
On Tue, 2003-07-29 at 14:44, Matthew wrote:
> Is there some documentation regarding the use of the "Scan" and other
> buttons on the various scanners? I assume that a standard is not in
> place so it would be a scanner-specific hack but I'm interested in
> getting the buttons to work. I took a
Hi,
On Tue, Jul 29, 2003 at 09:44:15AM -0500, Matthew wrote:
> Is there some documentation regarding the use of the "Scan" and other
> buttons on the various scanners?
There was some discussion on how to implement that in version 2 of the
SANE standard. But I think that's not the information you
depends heavily on the scanner model and backend software design. some
scanners use a usb interrupt pipe to have the host check for button
presses periodically, sending a proprietary data packet at each request,
which would need to be reverse engineered.
other scanners use scsi commands over bu
Is there some documentation regarding the use of the "Scan" and other
buttons on the various scanners? I assume that a standard is not in
place so it would be a scanner-specific hack but I'm interested in
getting the buttons to work. I took a long look at the scanner kernel
module and I see t