Re: [linux-usb-devel] USB bulk read very slow !

2003-10-30 Thread Paulo Marques
Gaëtan Marti wrote: The current ftdi_sio module is for the FT8U100AX, 8U232AM, as well as for the USB to parallel converter (245). Our application is using the FT232BM and I'm not sure the FTDI_SIO module is designed for it! The module works fine with the FT232BM chip and I talk from personal

Re: [linux-usb-devel] SuperH UDC problem with stall

2003-10-30 Thread Julian Back
David Brownell wrote: For what it's worth I'm including my UDC driver as a patch against your 2.4 gadget tree. I've only tried it with g_zero and g_file_storage so those are the only changed gadgets. This patch doesn't include any changes for stall free mass storage operation. I'm sure ther

Re: [linux-usb-devel] Speakers not detected

2003-10-30 Thread David Brownell
Daniel C. Casimiro wrote: Hi, I have a set of Altec Lansing ADA305 Speakers that can use USB to control volume, base, treble, etc. Now, I noticed that the USB Audio Class specification is capable of handling these parameters. However, the usb audio module does not claim these speakers. I tri

Re: [linux-usb-devel] hotplugging script oddity under 2.6.0-test8

2003-10-30 Thread David Brownell
G. Del Merritt wrote: I have a simple hotplug script that works under 2.4.20.9; all it does is chmod 0666 "${DEVICE}" The device name passed for either kernel is the "old style" /proc/bus/usb/blah name. When I do an "ls -l" on that file, I see the correct permissions, but the /sys version of i

[linux-usb-devel] Re: linux 2.4: problem with virtual roothub

2003-10-30 Thread Holger Schurig
Follow-Up to my problem: > You said there was no device connected -- so the root hub > had no business trying to assign any addresses. It must > have lied to the hub driver about port status. If there's > no device there, of course any attempt to talk to it will > time out ... I solved my probl

Re: [linux-usb-devel] SuperH UDC problem with stall

2003-10-30 Thread Alan Stern
On Wed, 29 Oct 2003, David Brownell wrote: > I think I'll have to merge this in dribs'n'drabs. I can do the > build/config support right away; a Config.in entry would be good too. > Also that first file_storage.c change (assuming Alan doesn't object). I don't mind. But first remove the #define

Re: [linux-usb-devel] Re: serious 2.6 bug in USB subsystem?

2003-10-30 Thread David Brownell
David Mosberger wrote: On x86, there is no OOps, it just freezes. On ia64, I get a nice MCA and from that we can infer that a USB host controller read from address 0xf000 caused the problem but since this is asynchronous to the kernel's code path, the instruction pointer etc. in the MCA state

Re: [linux-usb-devel] SuperH UDC problem with stall

2003-10-30 Thread David Brownell
Perhaps I'm limited by the speed of my CPU, I'm only running at about 66MHz, which is half of the maximum speed of the device. Yes, I'd expect that would hurt PIO throughput. The main thing that makes me wonder "bug??" is the "ep3" handling, which is incomplete. That's the 8-byte Interrupt-IN

[linux-usb-devel] Re: PATCH: (as121) Allow incorrect interface numbering

2003-10-30 Thread Alan Stern
On Wed, 29 Oct 2003, Greg KH wrote: > On Mon, Oct 27, 2003 at 11:10:22AM -0500, Alan Stern wrote: > > This patch makes config.c more liberal about the sorts of interface > > numbering it will accept when reading interface descriptors. The current > > code only allows interfaces numbered 0..(bNu

Re: [linux-usb-devel] Re: PATCH: (as121) Allow incorrect interface numbering

2003-10-30 Thread David Brownell
Since there probably aren't any devices that list the descriptors out-of-order, the sort may not be needed. Actually there are devices that list the descriptors in non-numeric order. At least one CDC-Ether cable modem. - Dave --- This SF.n

Re: [linux-usb-devel] SuperH UDC problem with stall

2003-10-30 Thread Julian Back
David Brownell wrote: I've just implemented ep3 and have tried to test it using g_zero (substituting "ep3in-bulk" for "ep2in-bulk" as you suggest) but it has caused the host usbtest driver to crash when I plugged it in: If it's that early, it suggests there's something wrong with the descripto

Re: [linux-usb-devel] Re: serious 2.6 bug in USB subsystem?

2003-10-30 Thread David Mosberger
> On Thu, 30 Oct 2003 07:11:42 -0800, David Brownell <[EMAIL PROTECTED]> said: David> David Mosberger wrote: >> On x86, there is no OOps, it just freezes. On ia64, I get a nice MCA >> and from that we can infer that a USB host controller read from >> address 0xf000 caused the pro

[linux-usb-devel] Alsak Alsak Ne Alsak?

2003-10-30 Thread Nealsak.com
http://www.nealsak.com"; target="_blank">http://www.nealsak.com/catalog/images/logoalsak.gif"; border="0"> Dünya Onu Konuşuyor! Büyük Fırsatlar ve Türkiye'nin Yeni Alışveriş Sitesinle Tanışmak İçin http://www.nealsak.com"; target="_blank">Tıklayınız! http://www.nealsak.com"; targe

[Fwd: Re: [linux-usb-devel] USB timeouts]

2003-10-30 Thread Josep Comas
--- Begin Message --- En/na David Brownell ha escrit: Josep Comas wrote: Hello, I am a developer of some ADSL USB modems (https://sourceforge.net/users/jcomas/). I have some USB timeout problems using kernel 2.4.22 and kernel 2.6.0test8. I have a program in user space to send firmware to mod

Re: [linux-usb-devel] Re: serious 2.6 bug in USB subsystem?

2003-10-30 Thread David Mosberger
After spending a bit more time on this, it looks to me like the keyboard is crashing the system very early on. I added some instrumentation printks and am seeing this: # insmod hid.ko drivers/usb/core/usb.c: registered new driver hiddev calling usb_hid_configure() calling hid_init_reports() hid_s