Re: [linux-usb-devel] Fhilips ISP 1561BM Set Address Error

2005-03-18 Thread Lesha Shervashidze
Hello David, Now I'm working with linux-2.6.11 USB host driver (PCI clock frequency is 33) and I have the same issue with OHCI that I had in linux-2.6.6. This issue occurs in 'usb_start_wait_urb' function: ... status = usb_submit_urb(urb, GFP_DMA); if (status == 0) { if (timeout > 0) { i

Re: [linux-usb-devel] Fhilips ISP 1561BM Set Address Error

2005-03-16 Thread David Brownell
On Wednesday 16 March 2005 9:53 am, Lesha Shervashidze wrote: > The OHCI driver without EHCI works correctly on 33 and > 25 PCI clock frequency boards. The EHCI works > correctly only using 33 PCI clock frequency. I suppose > it can be the hardware issue. I've only tried it on PC hardware, with 3

Re: [linux-usb-devel] Fhilips ISP 1561BM Set Address Error

2005-03-16 Thread Lesha Shervashidze
Hello, > I'd certainly assume that the symptoms you saw could > likely have been fixed in newer kernels. > At any rate I don't have > time to help > you debug this if you can't try the most bug-free code > available. I've tried Linux kernel 2-6-10 and this kernel is really most bug-free. But I've

Re: [linux-usb-devel] Fhilips ISP 1561BM Set Address Error

2005-02-07 Thread David Brownell
On Monday 07 February 2005 8:09 am, Lesha Shervashidze wrote: > I've tried to use the USB driver for linux-2.6.7, linux-2.6.8 kernels > and I've received the same error. I can't use linux kernels older than > linux-2.6.8 now. Can it be the problem of USB driver or it is definitely > some other issu

Re: [linux-usb-devel] Fhilips ISP 1561BM Set Address Error

2005-02-04 Thread David Brownell
On Friday 04 February 2005 7:47 am, Lesha Shervashidze wrote: > Thanks for your response. I fixed some PCI bugs in > linux-2.4.26 and now USB works correctly. But I have > new problems with USB on linux-2.6.6. How about 2.6.11-rc3? Bugs have been fixed since 2.6.6 ... -

Re:[linux-usb-devel] Fhilips ISP 1561BM Set Address Error

2005-02-04 Thread Lesha Shervashidze
Thanks for your response. I fixed some PCI bugs in linux-2.4.26 and now USB works correctly. But I have new problems with USB on linux-2.6.6. I think these problems is not PCI bugs because other PCI devices work and PCI hardware depended code for linux-2.4.26 and for linux-2.6.6. is the same. The f

Re: [linux-usb-devel] Fhilips ISP 1561BM Set Address Error

2004-12-24 Thread David Brownell
On Friday 24 December 2004 5:30 am, Lesha Shervashidze wrote: > Hi, > > I have the problem with USB2 host controller Fhilips > ISP 1561BM using Coldfire 5485. I use Linux OHCI > driver and I have the address error if I try to plug > any device: I suspect that current (2.6) kernels would automati

Re: [linux-usb-devel] Fhilips ISP 1561BM Set Address Error

2004-12-24 Thread Michael
--- Lesha Shervashidze <[EMAIL PROTECTED]> wrote: > Hi, > > I have the problem with USB2 host controller Fhilips > ISP 1561BM using Coldfire 5485. I use Linux OHCI > driver and I have the address error if I try to plug > any device: > Hrm. Which version of the kernel are you using? I just d