Skip to content

Commit b9aa0a7

Browse files
bryanpaluchgregkh
authored andcommitted
usb: increase ohci watchdog delay to 275 msec
commit ed6d6f8 upstream. Increase ohci watchout delay to 275 ms. Previous delay was 250 ms with 20 ms of slack, after removing slack time some ohci controllers don't respond in time. Logs from systems with controllers that have the issue would show "HcDoneHead not written back; disabled" Signed-off-by: Bryan Paluch <[email protected]> Acked-by: Alan Stern <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 241208e commit b9aa0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/host/ohci-hcd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
static const char hcd_name [] = "ohci_hcd";
7373

7474
#define STATECHANGE_DELAY msecs_to_jiffies(300)
75-
#define IO_WATCHDOG_DELAY msecs_to_jiffies(250)
75+
#define IO_WATCHDOG_DELAY msecs_to_jiffies(275)
7676

7777
#include "ohci.h"
7878
#include "pci-quirks.h"

0 commit comments

Comments
 (0)