Home
last modified time | relevance | path

Searched hist:"7 f59d16a50ca7e6d417c9408b91ab2f97eff0a36" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci-hcd.c7f59d16a50ca7e6d417c9408b91ab2f97eff0a36 Thu Jun 18 20:34:33 UTC 2015 Hans de Goede <hdegoede@redhat.com> 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: Hans de Goede <hdegoede@redhat.com>