Re: [linux-usb-devel] Edgeport/8 USB serial device, product ID 0x0244 not working

2005-12-19 Thread Jan Hoeksma
On 10/27/05, Jan Hoeksma <[EMAIL PROTECTED]> wrote: > > Odds are this will not "just work". Try emailing digi about this, they > > should have a driver update for this new device. > > I mailed them. They say the driver is not ready yet, and that they've > sent the Edgeport/8 and Edgeport/8S TI ch

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

2005-12-19 Thread Len Brown
If i remove ehci-hcd.ko from Linux-2..15-rc5 and then boot, the USB keyboard and mouse work fine. I wiggle the mouse and get interrupts in IRQ209: r3000:~ # cat /proc/interrupts CPU0 0: 34121IO-APIC-edge timer 1: 12IO-APIC-edge i8042 4: 1255IO-API

[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] [PATCH] MPC8349 MDS USB HOST support

2005-12-19 Thread Li Yang-r58472
Hi, Here is the patch we have in Freescale released BSP. I post it here in case anyone may need it without the BSP. It's for kernel 2.6.11, and won't have big problem for newer kernel, I think. The patch is not done by myself, and maybe submitted later formally after merge with OTG and clean

[linux-usb-devel] sarath menon has sent you an invitation

2005-12-19 Thread [EMAIL PROTECTED]
sarath menon has invited you to experience the FastMinds program. To accept this invitation and register for your program, visit http://www.fastminds.net/invite.php?u=sarath%20menon If you haven't already heard about FastMinds, it's a revolutionary program that boosts your brain power. FastMin

RE: [linux-usb-devel] Freescale MPC83XX USB Host Support

2005-12-19 Thread Li Yang-r58472
Hi, I have an internal patch file, which I don't think is ready to merge into mainstream kernel. But you can use it for reference in your our project in case you don't have the Freescale BSP available. I will post it here. The patch will be for kernel 2.6.11, and I recommend you to get a who

[linux-usb-devel] USB OBEX support - now in OpenOBEX CVS

2005-12-19 Thread Alex Kanavin
Hi, USB OBEX interface support has finally been integrated into OpenOBEX CVS. If you have a mobile phone with such an interface, please give it a spin, more information is available here: http://www.sensi.org/~ak/openobex-usb/ You'd need the latest beta snapshot of obexftp app to test filetr

Re: [linux-usb-devel] 'fdisk -l ' hangs after accessing usb-ide disk

2005-12-19 Thread Alan Stern
On Tue, 20 Dec 2005, Fisher Yu wrote: > On 12/19/05, Alan Stern <[EMAIL PROTECTED]> wrote: > > On Mon, 19 Dec 2005, Fisher Yu wrote: > > > > > Hi, folks, > > > I econutered this hang problem several times. Google doesn't give > > > help. So I go to here. > > > > > > The kernel version i

[linux-usb-devel] Re: USB rejecting sleep

2005-12-19 Thread Alan Stern
Okay guys, it turns out that doing what you want isn't so hard if you don't mind being a little bit unorthodox. How do you like this patch? It goes on top of the one Greg already has in his tree. Those FIXMEs are okay, at least for now. The device lock is currently needed only by the hub dri

Re: [linux-usb-devel] [PATCH] Force starget->scsi_level in usb-storage scsiglue.c

2005-12-19 Thread Alan Stern
On Mon, 19 Dec 2005, Greg KH wrote: > On Mon, Dec 19, 2005 at 09:54:29AM -0500, Alan Stern wrote: > > On Sun, 18 Dec 2005, Matthew Dharm wrote: > > > > > I thought I saw this merged into the -mm tree already... so I figured it > > > was taken care of. > > > > Ah, so it is. Sorry for the false a

Re: [linux-usb-devel] 'fdisk -l ' hangs after accessing usb-ide disk

2005-12-19 Thread Fisher Yu
On 12/19/05, Alan Stern <[EMAIL PROTECTED]> wrote: > On Mon, 19 Dec 2005, Fisher Yu wrote: > > > Hi, folks, > > I econutered this hang problem several times. Google doesn't give > > help. So I go to here. > > > > The kernel version is 2.6.14.3, attached a usb-ide disk (m-system > > flash

[linux-usb-devel] [PATCH] asix.c - Add Linksys USB200M Rev 2 ids

2005-12-19 Thread David Hollis
Attached patch adds device IDs for the Linksys USB200M Rev 2 device which uses the AX88772 chipset. Signed-off-by: David Hollis <[EMAIL PROTECTED]> -- David Hollis <[EMAIL PROTECTED]> --- a/drivers/usb/net/asix.c 2005-12-19 13:54:34.0 -0500 +++ b/drivers/usb/net/asix.c 2005-12-19 13:55:1

Re: [linux-usb-devel] [PATCH] Force starget->scsi_level in usb-storage scsiglue.c

2005-12-19 Thread Paul Walmsley
On Mon, 19 Dec 2005, Greg KH wrote: Should it make it into the final 2.6.15 release? If so, care to send it to me? Hello Greg, a copy of the patch is below. - Paul When the usb-storage module forces sdev->scsi_level to SCSI_2, it should also force starget->scsi_level to the same value.

Re: [linux-usb-devel] [PATCH] Force starget->scsi_level in usb-storage scsiglue.c

2005-12-19 Thread Greg KH
On Mon, Dec 19, 2005 at 09:54:29AM -0500, Alan Stern wrote: > On Sun, 18 Dec 2005, Matthew Dharm wrote: > > > I thought I saw this merged into the -mm tree already... so I figured it > > was taken care of. > > Ah, so it is. Sorry for the false alarm. It is? Where? I don't see it in my tree, a

Re: [linux-usb-devel] ~surprise remove problem~

2005-12-19 Thread Greg KH
On Mon, Dec 19, 2005 at 01:57:56PM +0800, [EMAIL PROTECTED] wrote: > Hello Greg: > Thanks for your response. > I observed if I set the interrupt interval to 8(just try) I found the > problem was disappeared. Surprise remove is ok. > Unfortunately, the system crashed during transiting packets with

Re: [linux-usb-devel] [PATCH] Add a unusual_dev entry to get mine MP3 player to work

2005-12-19 Thread Otavio Salvador
Phil Dibowitz <[EMAIL PROTECTED]> writes: > Otavio Salvador wrote: >> This patch solve a problem that I had some mounths ago. >> >> This patch was send to here and I fixed it to it handle only the >> specific device with help of others here. So, thanks! > > Please don't put the entry at the end o

Re: [linux-usb-devel] [QUESTION] HCD's suspend implementation

2005-12-19 Thread Alan Stern
On Mon, 19 Dec 2005, Franck wrote: > BTW, the hcd suspend method do: > > dev->dev.power.power_state = state; > > I think this work should be part of the driver model, shouldn't it ? No. The driver core does not understand the power states any particular device can be in. It's up to th

Re: [linux-usb-devel] [QUESTION] HCD's suspend implementation

2005-12-19 Thread Alan Stern
On Mon, 19 Dec 2005, Franck wrote: > > The new code is supposed to work okay, even with values between 0 and 500. > > If it doesn't, maybe Franck has found a real problem with it. > > > > setting hcd->power_budget to 0 (meaning power budget illimeted) fixes > the problem. > > I actually do not u

Re: [linux-usb-devel] [PATCH] Force starget->scsi_level in usb-storage scsiglue.c

2005-12-19 Thread Alan Stern
On Sun, 18 Dec 2005, Matthew Dharm wrote: > I thought I saw this merged into the -mm tree already... so I figured it > was taken care of. Ah, so it is. Sorry for the false alarm. Alan Stern --- This SF.net email is sponsored by: Splunk Inc.

Re: [linux-usb-devel] 'fdisk -l ' hangs after accessing usb-ide disk

2005-12-19 Thread Alan Stern
On Mon, 19 Dec 2005, Fisher Yu wrote: > Hi, folks, > I econutered this hang problem several times. Google doesn't give > help. So I go to here. > > The kernel version is 2.6.14.3, attached a usb-ide disk (m-system > flash disk, 16GB), usb-ide chip model is MYSON CS8818. The system also

Re: [linux-usb-devel] [QUESTION] HCD's suspend implementation

2005-12-19 Thread Franck
2005/12/19, Olav Kongas <[EMAIL PROTECTED]>: > > > On Sun, 18 Dec 2005, David Brownell wrote: > > > > > > > > > OK, but what happen if HC suspend is called whereas bus and its > > > attached devices have not been suspended yet ? > > > > That would be a bug; the driver model is supposed to ensure th

Re: [linux-usb-devel] [QUESTION] HCD's suspend implementation

2005-12-19 Thread Franck
2005/12/18, Alan Stern <[EMAIL PROTECTED]>: > On Sun, 18 Dec 2005, David Brownell wrote: > > > > nope, my hcd->power_budget is set to 500mA. This error is printed by > > > hub_port_connect_change in hub.c. The condition that refuses the new > > > device is not related to power budget, is it ? > > >