diff options
Diffstat (limited to 'drivers/usb/usb_ohci.c')
| -rw-r--r-- | drivers/usb/usb_ohci.c | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/usb/usb_ohci.c b/drivers/usb/usb_ohci.c index fd5567f71..da11ecbc0 100644 --- a/drivers/usb/usb_ohci.c +++ b/drivers/usb/usb_ohci.c @@ -1943,7 +1943,9 @@ int usb_lowlevel_stop(void)  	if(usb_cpu_stop())  		return -1;  #endif - +	/* This driver is no longer initialised. It needs a new low-level +	 * init (board/cpu) before it can be used again. */ +	ohci_inited = 0;  	return 0;  }  #endif /* CONFIG_USB_OHCI_NEW */  |