On Tue, 5 Apr 2005, Andrew Morton wrote:
> Carlos Martin <[EMAIL PROTECTED]> wrote:
> >
> > On Apr 5, 2005 4:51 PM, Carlos Martin <[EMAIL PROTECTED]> wrote:
> > > On Apr 5, 2005 2:48 AM, Andrew Morton <[EMAIL PROTECTED]> wrote:
> > > >
> > > > Carlos, could you please test 2.6.12-rc2, see if the bug has leaked
> > > > into mainline?
> > > >
> > > > Thanks.
> > >
> > > I checked -rc2 and it doesn't have the problem. The problem doesn't
> > > appear with -rc1-mm3, so something between -mm3 and -mm4 broke it.
> > > I'll check -rc2-mm1 and see if it breaks there.
> > > If it matters, the hardware (the other one) is a Zaurus SL5500
> > > running OpenZaurus 3.5.2.
> > Sorry, before I sent it just to Andrew, I think I've got the list as well
> > now.
> > I tried -rc2-mm1 and it has the same problem. The registers are
> > different and the address of the functions as well, but I think that
> > can be expected. Do you want me to send the new bug output?
>
> I think I've already sent it to linux-usb-devel. However it might be a Pat
> thing, so here it is again.
Sorry about the delay and thanks for the ping. It looks like a foolish
oversight on my part.
Carlos, could you try this patch and let me know if it helps?
Thanks,
Pat
--- linux-2.6.12-rc2-mm1/drivers/usb/core/usb.c.orig 2005-04-05
20:37:19.783839424 -0700
+++ linux-2.6.12-rc2-mm1/drivers/usb/core/usb.c 2005-04-05 20:37:43.549226536
-0700
@@ -300,7 +300,7 @@
/* if interface was already added, bind now; else let
* the future device_add() bind it, bypassing probe()
*/
- if (!klist_node_attached (&dev->knode_bus))
+ if (klist_node_attached (&dev->knode_bus))
device_bind_driver(dev);
return 0;
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel