On Friday 07 June 2013 11:33:29 Manjunath Goudar wrote:
/*
* RemoteWakeupConnected has to be set explicitly before
* calling ohci_run. The reset value of RWC is 0.
*/
Just nitpicking, but you still use the wrong commenting style occasionally. The '*' characters should always be aligned vertically, like
/* * RemoteWakeupConnected has to be set explicitly before * calling ohci_run. The reset value of RWC is 0. */
Arnd