On Wed, Nov 20, 2002 at 11:49:30AM +0900, Yoichi Yuasa wrote: > --- linux.orig/drivers/usb/hub.c Thu Sep 12 13:09:25 2002 > +++ linux/drivers/usb/hub.c Wed Nov 20 11:43:34 2002 > @@ -698,12 +698,6 @@ > return; > } > > - if (usb_hub_port_debounce(hub, port)) { > - err("connect-debounce failed, port %d disabled", port+1); > - usb_hub_port_disable(hub, port); > - return; > - } > - > down(&usb_address0_sem); > > tempstr = kmalloc(1024, GFP_KERNEL); Looks like a total hack, don't expect me to apply this ... Ralf