m. allan noah writes:

> Your patch makes no difference for the Fujitsu models in question.
> I'll commit the patch in the next couple days, after some more
> testing.

One more thing I forgot to mention.  I've also noticed that spurious
(lib)usb_clear_halt() calls cause trouble with USB3.  The fujitsu
backend doesn't call it (or the sanei wrapper around it) directly but
that may be something to watch out for as well.

I have found filtering a live Wireshark capture with

  usb.transfer_type != 03

quite helpful.  That makes it easy to spot any SET CONFIGURATION and
CLEAR FEATURE requests.

FWIW, the epkowa backend uses an old version of sanei_usb.c that did not
have the (lib)usb_clear_halt() calls disabled in sanei_open().  That's
how I found out ;-)  SANE's master branch has that code

  #if 0

'd out.

Hope this helps,
-- 
Olaf Meeuwissen, LPIC-2           FLOSS Engineer -- AVASYS CORPORATION
FSF Associate Member #1962               Help support software freedom
                 http://www.fsf.org/jf?referrer=1962

-- 
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject "unsubscribe your_password"
             to sane-devel-requ...@lists.alioth.debian.org

Reply via email to