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
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 ==
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
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