|
@@ -19,8 +19,8 @@
|
|
|
* along with this program; if not, write to the Free Software Foundation,
|
|
|
* Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
*/
|
|
|
-/* Up to 16 microframes to halt an HC - one microframe is 125 microsectonds */
|
|
|
-#define XHCI_MAX_HALT_USEC (16*125)
|
|
|
+/* Up to 16 ms to halt an HC */
|
|
|
+#define XHCI_MAX_HALT_USEC (16*1000)
|
|
|
/* HC not running - set to 1 when run/stop bit is cleared. */
|
|
|
#define XHCI_STS_HALT (1<<0)
|
|
|
|