[sane-devel] usb umax 2200 configuration issues II

Frank Zago fzago@greshamstorage.com
Wed, 27 Mar 2002 11:08:23 -0600 (CST)


> no, sorry, you're looking at the files from BEFORE i upgraded the kernel.
> please see my message to the list, the second one [which you replied to, i
> think]. i am running the 2.4.18 kernel now, with usb support on. see the
> file xsane-run.txt for the xsane run. everything else is the same, except
> the kernel version.

The scanner returns an error I've never seen (02).
Edit umax-usb.c. And replace the three ocurrence of
  if (result == 8)
with
  if (result == 8 || result == 2)

Frank.