k2_fw_usb_api: workaround for EP4 bug.
authorOleksij Rempel <linux@rempel-privat.de>
Wed, 24 Jul 2013 08:26:18 +0000 (10:26 +0200)
committerOleksij Rempel <linux@rempel-privat.de>
Wed, 24 Jul 2013 08:56:34 +0000 (10:56 +0200)
This patch is workaround for xhci related issue.
After usb port resume FIFO on EP4 can't accept Bulck stream longer then
64 Bytes.
Currently we have no better way then just completly reset chip.
Side effect of this workaround - disconnection event for this device.
It means, module will be reloaded and we will get new usb minor id.
This is why, we should not do it on each firmware restart.

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>

No differences found