[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFT] Re: [Patch] [bug #26237] multiple problems with usb devices -
From: |
Aleš Nesrsta |
Subject: |
Re: [RFT] Re: [Patch] [bug #26237] multiple problems with usb devices - faster OHCI |
Date: |
Sat, 12 Jun 2010 20:59:49 +0200 |
Hi,
I am sorry, there is small mistake inside ohci.c - I forgot delete
testing code in lines 442-443 in ohci.c, code
442 /* Test - remove it !!! */
443 o->bad_OHCI = 1;
should be removed !
(Code is functional also with this mistake but in "emergency" mode,
o->bad_OHCI == TRUE enables workarounds for broken OHCI reported by
Vladimir.)
Best regards
Ales