Skip to content
Commit 7f59d16a authored by Hans de Goede's avatar Hans de Goede Committed by Marek Vasut
Browse files

usb: ehci: Properly deal with data toggle for interrupt endpoints



Without this we loose every other interrupt packet. We never noticed this
because with keyboards the packets which we were loosing would normally
be key release packets.

But now that we do keyrepeat in software instead of relying on the hid
idle functionality, missing a release will result in key repeat triggering.

This commit fixes this.

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent b335fe68
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment