[linux-usb-devel] ehci-hcd reload

2005-12-19 Thread Brown, Len
I'm running SL10 on a Compaq r3000 AMD64 laptop w/ USB keyboard and mouse -- and USB works fine. But when I boot 2.6.15-rc5, the USB mouse and keyboard don't work. But if I then # rmmod ehci-hcd # modprobe ehci-hcd then they start working. Even more puzzling (to me): # rmmod ehci-hcd and rest

[linux-usb-devel] ehci-hcd: non-pci support

2005-10-02 Thread Yasushi SHOJI
Hello, I'd like to add non-pci support to ehci-hcd. ehci-hcd.c seems to be very close to non-pic clean with #ifdef CONFIG_PCI. however, init code still call pci_register_driver(). would it be good idea to add #else and add platform bus support in the .c, or better to create separate file for pl

[linux-usb-devel] ehci-hcd past 2.4.29

2005-06-28 Thread Pete Zaitcev
Hi, David: I had a few folks complaining that ehci in 2.4 hangs. While we tried to address that in 2.4.29, I heard complains of regressions (ok, just one regression - from Michael). Still, I guess the only way now is forward. Thus, the next step is the unlink_async. Surprisingly, it looks too easy

[linux-usb-devel] ehci hcd questions

2005-04-22 Thread Bahadir Balban
Hi, I'm planning to write an hc driver for the recent ISP1761 EHCI chip. I'm new to USB, and I have some questions. I hope gradually I'll ask smarter questions but I'm stuck with some basic bits of the USB2.0 spec for now. I have trouble undertanding one-to-one or one-to-many relationships. 1)

Re: [linux-usb-devel] ehci hcd driver trouble. known issue or just odd hardware?

2005-01-05 Thread Christian Iversen
On Wednesday 05 January 2005 18:12, David Brownell wrote: > On Wednesday 05 January 2005 3:58 am, Pedro Venda wrote: > > David Brownell wrote: > > | OK, try this slightly modified version. Looks like > > | the Intel chip sets the HALT bit then spontaneously > > | clears it, while the ALI may never

Re: [linux-usb-devel] ehci hcd driver trouble. known issue or just odd hardware?

2005-01-05 Thread David Brownell
On Wednesday 05 January 2005 3:58 am, Pedro Venda wrote: > David Brownell wrote: > | > | OK, try this slightly modified version. Looks like > | the Intel chip sets the HALT bit then spontaneously > | clears it, while the ALI may never set it. > > this one has a different output, although I don't

Re: [linux-usb-devel] ehci hcd driver trouble. known issue or just odd hardware?

2005-01-05 Thread David Brownell
On Wednesday 05 January 2005 6:40 am, Christian Iversen wrote: > I've been running with this patch for some time now (well, at least 10 days), > and I haven't had any problems of any kind. USB just seems to work for me > now. Of course, that could be pure luck, but since David and I looked at >

Re: [linux-usb-devel] ehci hcd driver trouble. known issue or just odd hardware?

2005-01-05 Thread Pedro Venda
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christian Iversen wrote: | On Wednesday 05 January 2005 12:58, Pedro Venda wrote: | |>David Brownell wrote: |>| On Tuesday 04 January 2005 4:31 am, Pedro Venda wrote: |>|>David Brownell wrote: |>|>| On Monday 03 January 2005 5:05 pm, you wrote: |>|>|>Da

Re: [linux-usb-devel] ehci hcd driver trouble. known issue or just odd hardware?

2005-01-05 Thread Christian Iversen
On Wednesday 05 January 2005 12:58, Pedro Venda wrote: > David Brownell wrote: > | On Tuesday 04 January 2005 4:31 am, Pedro Venda wrote: > |>David Brownell wrote: > |>| On Monday 03 January 2005 5:05 pm, you wrote: > |>|>David Brownell wrote: > |>|>| It's something wierd that started a while back,

Re: [linux-usb-devel] ehci hcd driver trouble. known issue or just odd hardware?

2005-01-05 Thread Pedro Venda
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Brownell wrote: | On Tuesday 04 January 2005 4:31 am, Pedro Venda wrote: | |>David Brownell wrote: |>| On Monday 03 January 2005 5:05 pm, you wrote: |>| |>|>David Brownell wrote: |>|>| It's something wierd that started a while back, and so far |>|

Re: [linux-usb-devel] ehci hcd driver trouble. known issue or just odd hardware?

2005-01-04 Thread David Brownell
On Tuesday 04 January 2005 4:31 am, Pedro Venda wrote: > David Brownell wrote: > | On Monday 03 January 2005 5:05 pm, you wrote: > | > |>David Brownell wrote: > |>| It's something wierd that started a while back, and so far > |>| it doesn't make sense to me. But see below, and please > |>| try the

Re: [linux-usb-devel] ehci hcd driver trouble. known issue or just odd hardware?

2005-01-04 Thread Pedro Venda
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Brownell wrote: | On Monday 03 January 2005 5:05 pm, you wrote: | |>David Brownell wrote: |>| It's something wierd that started a while back, and so far |>| it doesn't make sense to me. But see below, and please |>| try the patch I've attached.

Re: [linux-usb-devel] ehci hcd driver trouble. known issue or just odd hardware?

2005-01-03 Thread Pedro Venda
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Brownell wrote: | It's something wierd that started a while back, and so far | it doesn't make sense to me. But see below, and please | try the patch I've attached. If it fails, please send | the full CONFIG_USB_DEBUG output showing the error (a

Re: [linux-usb-devel] ehci hcd driver trouble. known issue or just odd hardware?

2005-01-03 Thread David Brownell
On Monday 03 January 2005 12:49 pm, David Brownell wrote: > It's something wierd that started a while back, and so far > it doesn't make sense to me. But see below, and please > try the patch I've attached. And it _still_ doesn't make sense to me -- why should any chip issue bogus "fatal" error

Re: [linux-usb-devel] ehci hcd driver trouble. known issue or just odd hardware?

2005-01-03 Thread Pedro Venda
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pedro Venda wrote: | hi everyone, | | just subscribed. | | I'm using an ACER travelmate 4001WLMi and someone showed me that it has | some | problems with the ehci usb driver. | | without debug, i get the following: | | Dec 20 00:41:04 archon ehci_hcd 00

Re: [linux-usb-devel] ehci hcd driver trouble. known issue or just odd hardware?

2005-01-03 Thread David Brownell
It's something wierd that started a while back, and so far it doesn't make sense to me. But see below, and please try the patch I've attached. If it fails, please send the full CONFIG_USB_DEBUG output showing the error (as below) and contents of /sys/class/usb_host/usb4/registers after the fault.

[linux-usb-devel] ehci hcd driver trouble. known issue or just odd hardware?

2005-01-03 Thread Pedro Venda
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi everyone, just subscribed. I'm using an ACER travelmate 4001WLMi and someone showed me that it has some problems with the ehci usb driver. without debug, i get the following: Dec 20 00:41:04 archon ehci_hcd :00:1d.7: fatal error Dec 20 00:41:04 a

Re: [linux-usb-devel] ehci-hcd

2004-03-01 Thread Pete Zaitcev
On Mon, 01 Mar 2004 21:40:58 +0100 bastian roessler <[EMAIL PROTECTED]> wrote: > but the speed was very low and then i saw that only usb-uhci was loaded. > so i recompiled my kernel with ehci-hcd support and then everything went > fine, too. but suddenly, when i tryed to get more traffic on the hd

[linux-usb-devel] ehci-hcd

2004-03-01 Thread bastian roessler
hello everybody, i got the following problem using ehci-hcd: i just bought a external hdd and connected it using usb. it was recognized by the kernel and i could access it like a scsi device. so everything went fine that far. but the speed was very low and then i saw that only usb-uhci was loaded.

[linux-usb-devel] ehci-hcd hard-locks system... (2.6.1)

2004-01-17 Thread Alexander Markley
Hey all... Some of you may remember me and my EHCI problem, but for those that don't, I'll summerize the details. Basically, if I load ehci-hcd into my kernel, and plug ANY USB devices in, the computer completely hangs. (No magic sysrq keys, no kernel panic messages, no indication at all that t

Re: [linux-usb-devel] ehci-hcd eats cardreader

2003-06-09 Thread David Brownell
Stefan Neuwirth wrote: > > 2.4.21-rc7-ac1... Yes, some very important EHCI patches never made it into the 2.4.21 tree. I've reposted them a few times, and they're in Greg's USB tree, ready to appear as soon as 2.4.22-pre starts. - Dave -

Re: [linux-usb-devel] ehci-hcd eats cardreader

2003-06-09 Thread Stefan Neuwirth
[EMAIL PROTECTED] writes: > Quoting Stefan Neuwirth <[EMAIL PROTECTED]>: > > > when loading usb-uhci (2.4.21-rc7-ac1) my 6in1 cardreader (bcm 3230, > > Vendor-ID 0x0aec, > > Produkt-ID 0x3050) is present. It's listed in /proc/bus/ucb/devices: > > This is how the device presented itself for iden

Re: [linux-usb-devel] ehci-hcd eats cardreader

2003-06-08 Thread gmurray
Quoting Stefan Neuwirth <[EMAIL PROTECTED]>: > Hi there, > > when loading usb-uhci (2.4.21-rc7-ac1) my 6in1 cardreader (bcm 3230, > Vendor-ID 0x0aec, > Produkt-ID 0x3050) is present. It's listed in /proc/bus/ucb/devices: This is how the device presented itself for identification, Spd=12, bus-p

[linux-usb-devel] ehci-hcd eats cardreader

2003-06-08 Thread Stefan Neuwirth
Hi there, when loading usb-uhci (2.4.21-rc7-ac1) my 6in1 cardreader (bcm 3230, Vendor-ID 0x0aec, Produkt-ID 0x3050) is present. It's listed in /proc/bus/ucb/devices: T: Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc= 11/900 us ( 1%), #Int= 1, #Iso= 0 D: Ver= 1.00 Cls

Re: [linux-usb-devel] ehci-hcd init hang when dereferencing poisoned memory

2002-10-08 Thread Greg KH
On Tue, Oct 08, 2002 at 11:26:21PM +0200, Martin Diehl wrote: > - modprobe ehci-hcd: works just fine without a problem > - rmmod ehci-hcd There's a problem right now with unloading usb host controller drivers in that the root hub isn't getting properly cleaned up from driverfs. This causes a prob

Re: [linux-usb-devel] ehci-hcd init hang when dereferencing poisonedmemory

2002-10-08 Thread David Brownell
> I assume you are merely refering to the detailed init-script activities > than to particular runlevel. I don't have the ehci-hcd included anywhere > for automated loading. So the system came up with usbcore and ohci-hcd > loaded. I've rmmod'ed the ohci-hcd and modprobed the ehci-hcd which wa

Re: [linux-usb-devel] ehci-hcd init hang when dereferencing poisonedmemory

2002-10-08 Thread Martin Diehl
On Mon, 7 Oct 2002, David Brownell wrote: > It looks exactly like the oops I've seen sometimes when re-initializing > a host controller after rmmod ... usually ohci, since that's what I > was testing when I saw that. Curious that you see it even before > that first initialization, that changing

Re: [linux-usb-devel] ehci-hcd init hang when dereferencing poisoned memory

2002-10-07 Thread Greg KH
On Mon, Oct 07, 2002 at 04:00:55PM -0700, David Brownell wrote: > > I've seen a _lot_ of usbfs or driverfs problems in 2.5.40. So many > that I've stopped trying to use a CardBus adapter -- too many things > want to oops for me -- or unplugging/replugging USB devices more than > a couple times b

Re: [linux-usb-devel] ehci-hcd init hang when dereferencing poisonedmemory

2002-10-07 Thread David Brownell
Martin Diehl wrote: > Maybe it's not expected to work this way - but if so, it should return > error, not crash when ehci-hcd is loaded befor ohci-hcd. If I load > ohci-hcd first, it's all working fine. > > After this the ehci-hcd module gets stuck unremoveable in module-init, > but the box rem

[linux-usb-devel] ehci-hcd init hang when dereferencing poisoned memory

2002-10-07 Thread Martin Diehl
Maybe it's not expected to work this way - but if so, it should return error, not crash when ehci-hcd is loaded befor ohci-hcd. If I load ohci-hcd first, it's all working fine. After this the ehci-hcd module gets stuck unremoveable in module-init, but the box remains useable to some extent. B

Re: [linux-usb-devel] EHCI-HCD instant reboot

2002-06-26 Thread David Brownell
> I forgot to mention that most of the debugging steps you suggested had > already been applied - USB debug, USB storage debug, DEBUG_KERNEL, > DEBUG_SLAB, DEBUG_IOVIRT. None of these alters the failure mode in any > perceptible way. OK, that's useful to know. The first several wouldn't aff

Re: [linux-usb-devel] EHCI-HCD instant reboot

2002-06-26 Thread Kristofer T. Karas
David Brownell wrote: > I'll repeat that advice here ... you're not yet providing usable info > about your failure mode, unfortunately! Indeed! I wish I had something useful to say about the failure mode, other than (A) it triggers an instant reboot, and (B) it only occurs when transfering b

Re: [linux-usb-devel] EHCI-HCD instant reboot

2002-06-24 Thread David Brownell
Kristofer T. Karas wrote: > I sent a bug report some time ago to linux-kernel about the EHCI-HCD > driver triggering an instant reboot. Greg KH suggested I post something > here. Then I got side-tracked; well, finally... I remember replying to your post, suggesting that you try a few things fir

[linux-usb-devel] EHCI-HCD instant reboot

2002-06-22 Thread Kristofer T. Karas
I sent a bug report some time ago to linux-kernel about the EHCI-HCD driver triggering an instant reboot. Greg KH suggested I post something here. Then I got side-tracked; well, finally... I have a SIIG USB2.0+FireWire combo card (NEC USB2.0 EHCI rev 2/USB OHCI rev 65, and VIA 1394 rev 67, sitt

Re: [linux-usb-devel] EHCI/HCD code in CVS

2001-05-07 Thread David Brownell
> > Please recommend one or two EHCI/USB 2.0 host-controllers > > that you'd like more test converage on. I can see about buying > > them online. > > Basically, any PCI card now sold as supporting "high speed USB" > (with the red/blue logo) is going to have a NEC chip with a recent > stepping, a

Re: [linux-usb-devel] EHCI/HCD code in CVS

2001-05-06 Thread David Brownell
> I'd prefer to do USB 2.0 in the -ac tree or 2.5 and leave the Linus kernel > tree USB 1.1 for now. Actually the hub/infrastructure changes do seem quite safe (more so than some changes that did get into 2.4.4 :) so it'd seem reasonable to get those into Linus tree. Not essential, of course, bu

Re: [linux-usb-devel] EHCI/HCD code in CVS

2001-05-06 Thread David Brownell
> > Related: USB 2.0 host controllers are in stores. Fry's lists > > them for $50 (and up :), and they work fine with usb-ohci > > (at "full" and "low" speeds) even if the "high speed" EHCI > > support is still in development. > > I live in Seattle and have no Fry's Electronics to go to. Well,

Re: [linux-usb-devel] EHCI/HCD code in CVS

2001-05-06 Thread Brad Hards
Brad Hards wrote: > > David Brownell wrote: > > > > > > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/linux-usb/hcd/ > > > > > > > > Yep, I think I got that problem that'd been so annoying. With > > > > current CVS and a prototype USB 2.0 storage device, this now > > > > hotplugs usb-storage

Re: [linux-usb-devel] EHCI/HCD code in CVS

2001-05-05 Thread Miles Lane
David Brownell wrote: > Related: USB 2.0 host controllers are in stores. Fry's lists > them for $50 (and up :), and they work fine with usb-ohci > (at "full" and "low" speeds) even if the "high speed" EHCI > support is still in development. I live in Seattle and have no Fry's Electronics to go

Re: [linux-usb-devel] EHCI/HCD code in CVS

2001-05-05 Thread Johannes Erdfelt
On Sun, May 06, 2001, Brad Hards <[EMAIL PROTECTED]> wrote: > > > We still need -ac patches, right? Maybe that hub code for USB 2.0 needs to go > > > into 2.4.5? > > > > I'd like to see that (and the usbdevfs update too) go in before long, > > but one can't quite argue it as a bugfix ... :) > >

Re: [linux-usb-devel] EHCI/HCD code in CVS

2001-05-05 Thread Brad Hards
David Brownell wrote: > > > > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/linux-usb/hcd/ > > > > > > Yep, I think I got that problem that'd been so annoying. With > > > current CVS and a prototype USB 2.0 storage device, this now > > > hotplugs usb-storage ... usb-storage gets past its firs

Re: [linux-usb-devel] EHCI/HCD code in CVS

2001-05-05 Thread David Brownell
> > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/linux-usb/hcd/ > > > > Yep, I think I got that problem that'd been so annoying. With > > current CVS and a prototype USB 2.0 storage device, this now > > hotplugs usb-storage ... usb-storage gets past its first bulk request, > > hangs on the s

Re: [linux-usb-devel] EHCI/HCD code in CVS

2001-05-04 Thread Brad Hards
David Brownell wrote: > > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/linux-usb/hcd/ > > Yep, I think I got that problem that'd been so annoying. With > current CVS and a prototype USB 2.0 storage device, this now > hotplugs usb-storage ... usb-storage gets past its first bulk request, > h

Re: [linux-usb-devel] EHCI/HCD code in CVS

2001-05-04 Thread David Brownell
> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/linux-usb/hcd/ Yep, I think I got that problem that'd been so annoying. With current CVS and a prototype USB 2.0 storage device, this now hotplugs usb-storage ... usb-storage gets past its first bulk request, hangs on the second, and then gets u

Re: [linux-usb-devel] EHCI/HCD code in CVS

2001-04-30 Thread David Brownell
> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/linux-usb/hcd/ Thanks! I have a bunch of changes that I'll start putting back there; having the ability to do more incremental changes is a Good Thing, and will help move things forward. - Dave __

[linux-usb-devel] EHCI/HCD code in CVS

2001-04-30 Thread Brad Hards
G'day all, For better or worse, I have just made a new CVS directory for the EHCI code that I basically stole off David Brownell. I have done a little hacking on it (but no testing with USB 2.0 devices), and it worked with 2.4.3-ac14. See http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/linux-usb/h