Re: [linux-usb-devel] Port 2 of USB Root Hub of S3C2410 not Responding

2005-07-31 Thread Ben Dooks
On Fri, Jul 29, 2005 at 05:38:53PM +0800, [EMAIL PROTECTED] wrote: > Dear Ben, > > Thanks a lots! :) > You really pointed to my problem. > You saved my lots of time to figure it out. > > But about the s3c2410_usb_set_power() function, ... > > static void s3c2410_usb_set_power(struct s3c2410_hcd

Re: [linux-usb-devel] Port 2 of USB Root Hub of S3C2410 not Responding

2005-07-29 Thread [EMAIL PROTECTED]
Dear Ben, Thanks a lots! :) You really pointed to my problem. You saved my lots of time to figure it out. But about the s3c2410_usb_set_power() function, ... static void s3c2410_usb_set_power(struct s3c2410_hcd_info *info, int port, int to) { if (info ==

Re: [linux-usb-devel] Port 2 of USB Root Hub of S3C2410 not Responding

2005-07-28 Thread Ben Dooks
On Thu, Jul 28, 2005 at 05:53:50PM +0800, [EMAIL PROTECTED] wrote: > Dear all, > > I'm using Ben's patch to S3C24XX USB host, > http://www.mail-archive.com/linux-usb-devel@lists.sourceforge.net/msg36593.html. > > The port 1 of root hub works perfectly, > but the port 2 is not responding to the de

[linux-usb-devel] Port 2 of USB Root Hub of S3C2410 not Responding

2005-07-28 Thread [EMAIL PROTECTED]
Dear all, I'm using Ben's patch to S3C24XX USB host, http://www.mail-archive.com/linux-usb-devel@lists.sourceforge.net/msg36593.html. The port 1 of root hub works perfectly, but the port 2 is not responding to the device plugging. After inspecting on the patch, I have done some changes, but non