diff options
author | Xu Yang <[email protected]> | 2023-08-09 14:53:27 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2023-08-12 10:03:22 +0200 |
commit | c272dabf2d43c3523af1a40be3127e7a1f84540a (patch) | |
tree | d5ea68475035f41e029392583d377a607e53d023 /net/lapb/lapb_timer.c | |
parent | 3ddde5aa43cf302aa8ac6d4d5fa6166a09bb0a00 (diff) |
usb: host: ehci-sched: try to turn on io watchdog as long as periodic_count > 0
If initially isoc_count = 0, periodic_count > 0 and the io watchdog is
not started (e.g. just timed out), then the io watchdog may not run after
submitting isoc urbs and enable_periodic(). The isoc urbs may not complete
forever if the controller had already stopped periodic schedule.
This will try to call turn_on_io_watchdog() for each enable_periodic() to
ensure the io watchdog functions properly.
Signed-off-by: Xu Yang <[email protected]>
Reviewed-by: Alan Stern <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions