Hello,
> I'm seeing completely the opposite effect here. I'm watching the logs
> on my host machine. If I boot HaRET with the iPAQ plugged in, my host
> sees the USB connection drop and immediately reappear as soon as the
> black text screen starts on the iPAQ. Once it's booted, I can ifup usb0
> on both ends and ping no problems.
>
> If I have the iPAQ unplugged, then let it boot into GPE, and plug it
> back in, my host doesn't see the USB connection appear, and I can't
> ping, regardless of whether I ifup usb0 or not.
>
Yes, I have the same problem. Matt has done a patch for this. But it is not in
the kernel
since it is not clear that this patch is the good solution (if I have well
understood).
Sincerly,
Alain
---------
RCS file: /cvs/linux/kernel26/drivers/usb/gadget/pxa2xx_udc.c,v
retrieving revision 1.29
diff -u -p -r1.29 pxa2xx_udc.c
--- drivers/usb/gadget/pxa2xx_udc.c 24 Jun 2005 08:29:18 -0000 1.29
+++ drivers/usb/gadget/pxa2xx_udc.c 30 Sep 2005 18:01:14 -0000
@@ -2551,7 +2551,7 @@ static int __init pxa2xx_udc_probe(struc
udc_disable(dev);
udc_reinit(dev);
- dev->vbus = is_usb_connected();
+ dev->vbus = 1;
/* irq setup after old hardware state is cleaned up */
retval = request_irq(IRQ_USB, pxa2xx_udc_irq,
Received on Tue Oct 04 2005 - 09:28:52 EDT
This archive was generated by hypermail 2.2.0 : Tue Oct 04 2005 - 09:28:57 EDT