I think you have a timing issue.
The USB input driver is loaded and started before init starts, but it
takes an ammount of time before the USB device is seen by the USB core
and initialized. This seems to happen _after_ init starts up :)
Other than simply sitting and spinning in the USB init code for all of
the devices to be found before continuing on, I don't know what could be
done for this.
Anyone else have any ideas?
thanks,
greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/