]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: ehci: Properly deal with data toggle for interrupt endpoints
authorHans de Goede <hdegoede@redhat.com>
Thu, 18 Jun 2015 20:34:33 +0000 (22:34 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:52 +0000 (00:42 +0200)
commit7f651023488676a0395c167186acc3930aea102c
tree2576339001b54b54eba1427d1ecf0f87fd585fa9
parent99f12694d49eae55132875a9b49db139b6035f04
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>
drivers/usb/host/ehci-hcd.c