]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commit
usb-ehci: Clear pipe token on pipe reallocate
authorKevin O'Connor <kevin@koconnor.net>
Tue, 5 Feb 2019 02:22:15 +0000 (21:22 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 5 Feb 2019 02:22:15 +0000 (21:22 -0500)
commit996d3c0297135f12ff3eda40dcb464b2375926e5
tree8e85defce294d9c7068e86f526c0ebd977134c94
parent63d69674666eb78153ecc6a7e2ede4305ad7c966
usb-ehci: Clear pipe token on pipe reallocate

Make sure to clear the token before reuse as it may otherwise have an
incorrect toggle setting.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/hw/usb-ehci.c