diff -uNr linux-2.5.26-rmap-slablru/drivers/usb/host/uhci-hcd.c linux-2.5.26-rmap-slablru-stats/drivers/usb/host/uhci-hcd.c --- linux-2.5.26-rmap-slablru/drivers/usb/host/uhci-hcd.c Thu Jul 18 19:17:51 2002 +++ linux-2.5.26-rmap-slablru-stats/drivers/usb/host/uhci-hcd.c Fri Jul 19 20:31:01 2002 @@ -2053,6 +2053,8 @@ /* Run and mark it configured with a 64-byte max packet */ outw(USBCMD_RS | USBCMD_CF | USBCMD_MAXP, io_addr + USBCMD); + + uhci->hcd.state = USB_STATE_READY; } #ifdef CONFIG_PROC_FS @@ -2344,8 +2346,6 @@ /* disable legacy emulation */ pci_write_config_word(dev, USBLEGSUP, USBLEGSUP_DEFAULT); - hcd->state = USB_STATE_READY; - usb_connect(uhci->rh_dev); uhci->rh_dev->speed = USB_SPEED_FULL;