]> git.baikalelectronics.ru Git - kernel.git/commit
usb: musb: fix reset issue with full speed device
authorAjay Kumar Gupta <ajay.gupta@ti.com>
Tue, 13 Dec 2011 05:02:42 +0000 (10:32 +0530)
committerFelipe Balbi <balbi@ti.com>
Wed, 14 Dec 2011 07:32:51 +0000 (09:32 +0200)
commitb352c391b90bedcdbb9af86802390cc24ea6bf8d
tree31118dfe4aef41f8b7f9c5cb6966d66191de6b6f
parent646f665440e6b7b5283034db136a348dff530d5f
usb: musb: fix reset issue with full speed device

TXMAXP register is not getting programmed correctly for a full speed device
as can_bulk_split() have been removed by
"f33b2f4: usb: musb: disable double buffering when it's broken" patch.

Adding back the case for can_bulk_split() to fix the reset message seen with
a full speed stick.

Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_host.c