Re: [Patch] USB UHCI portstatus correction

2010-07-13 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 07/06/2010 07:19 PM, Aleš Nesrsta wrote: > Vladimir 'φ-coder/phcoder' Serbinenko : > >> On 07/05/2010 07:12 PM, Aleš Nesrsta wrote: >> >>> Vladimir 'φ-coder/phcoder' Serbinenko wrote: >>> >>> On 06/26/2010 12:03 AM, Aleš Nesrsta wrote: > Vladimi

Re: [Patch] USB UHCI portstatus correction

2010-07-06 Thread Aleš Nesrsta
Vladimir 'φ-coder/phcoder' Serbinenko : > On 07/05/2010 07:12 PM, Aleš Nesrsta wrote: > > Vladimir 'φ-coder/phcoder' Serbinenko wrote: > > > >> On 06/26/2010 12:03 AM, Aleš Nesrsta wrote: > >> > >>> Vladimir 'φ-coder/phcoder' Serbinenko wrote: > >>> > >>> > On 06/20/2010 11:2

Re: [Patch] USB UHCI portstatus correction

2010-07-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 07/05/2010 07:12 PM, Aleš Nesrsta wrote: > Vladimir 'φ-coder/phcoder' Serbinenko wrote: > >> On 06/26/2010 12:03 AM, Aleš Nesrsta wrote: >> >>> Vladimir 'φ-coder/phcoder' Serbinenko wrote: >>> >>> On 06/20/2010 11:23 AM, Aleš Nesrsta wrote: > Hi

Re: [Patch] USB UHCI portstatus correction

2010-07-05 Thread Aleš Nesrsta
Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 06/26/2010 12:03 AM, Aleš Nesrsta wrote: > > Vladimir 'φ-coder/phcoder' Serbinenko wrote: > > > >> On 06/20/2010 11:23 AM, Aleš Nesrsta wrote: > >> > >>> Hi, > >>> > >>> I found some mistake in uhci.c in grub_uhci_portstatus when enable=0. >

Re: [Patch] USB UHCI portstatus correction

2010-06-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 06/26/2010 12:03 AM, Aleš Nesrsta wrote: > Vladimir 'φ-coder/phcoder' Serbinenko wrote: > >> On 06/20/2010 11:23 AM, Aleš Nesrsta wrote: >> >>> Hi, >>> >>> I found some mistake in uhci.c in grub_uhci_portstatus when enable=0. >>> There is proposal of correction. >>> >>> Without correctio

Re: [Patch] USB UHCI portstatus correction

2010-06-25 Thread Aleš Nesrsta
Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 06/20/2010 11:23 AM, Aleš Nesrsta wrote: > > Hi, > > > > I found some mistake in uhci.c in grub_uhci_portstatus when enable=0. > > There is proposal of correction. > > > > Without correction portstatus reported false timeout when enable=0 > > becaus

Re: [Patch] USB UHCI portstatus correction

2010-06-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 06/20/2010 11:23 AM, Aleš Nesrsta wrote: > Hi, > > I found some mistake in uhci.c in grub_uhci_portstatus when enable=0. > There is proposal of correction. > > Without correction portstatus reported false timeout when enable=0 > because it is waiting for reset to be done but none is performed...

[Patch] USB UHCI portstatus correction

2010-06-20 Thread Aleš Nesrsta
Hi, I found some mistake in uhci.c in grub_uhci_portstatus when enable=0. There is proposal of correction. Without correction portstatus reported false timeout when enable=0 because it is waiting for reset to be done but none is performed... Best regards Ales diff -urB ./usb/bus/usb/uhci.c ./usb