Hi,
On Tue, Apr 08, 2003 at 10:41:33PM +0800, Fan Dan wrote:
> Hai, Henning
Have you read my response to your other posting? Could you please
answer my questions? If something is unclear, please ask. I'm not a
native English speaker so sometimes I'm writing crap :-)
Ok, I understand the problem
Hai, Henning
Today, I modified scanner.c for Mustek A3Pro usb scanner (0x055f
0x0401)
In probe_scanner.
modified
have_bulk_in = 1
have_bulk_out =2
have_intr = 3
to
have_bulk_in = 0
have_bulk_out = 1
have_bulk_intr = 2
/
+ have_bulk_in--
+ have_bulk_ou