Hi!

> > > Generally with an HC driver, it either works or doesn't. Text stair
> > > stepping while printing usually isn't something an HC driver can
> > > cause.
> > 
> > Well, I've your HC driver that randomly breaks on my ELSA modem and
> > works fine otherwise... (I know you suggested me to do _something_ but
> > I forgot what. Turning off fsbr does not work. Can you please adwise
> > me again?)
> 
> You can also try disabling the APC Workaround/Kludge.

Well, that helped. Now ELSA seems to be working. (Diff is here:)

We definitely need way to disable this. (Or is this kludge doable on
per-device basis?)

                                                                Pavel

--- clean/drivers/usb/uhci.c    Sat May 13 18:38:42 2000
+++ linux/drivers/usb/uhci.c    Tue May 16 21:16:35 2000
@@ -821,6 +821,7 @@
        /* Control status phase */
        status = uhci_status_bits(td->status);
 
+#ifdef I_HAVE_BUGGY_APC_BACKUPS
        /* APC BackUPS Pro kludge */
        /* It tries to send all of the descriptor instead of the amount */
        /*  we requested */
@@ -828,6 +829,7 @@
            status & TD_CTRL_ACTIVE &&
            status & TD_CTRL_NAK)
                return 0;
+#endif
 
        if (status & TD_CTRL_ACTIVE)
                return -EINPROGRESS;



-- 
I'm [EMAIL PROTECTED] "In my country we have almost anarchy and I don't care."
Panos Katsaloulis describing me w.r.t. patents me at [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to