From: Felipe Balbi Date: Mon, 11 Mar 2013 10:40:31 +0000 (+0200) Subject: usb: gadget: pxa25x: fix disconnect reporting X-Git-Tag: v3.9-rc3~17^2~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66e4afc77f76653460d7eb31ec793506ada1ad33;p=pandora-kernel.git usb: gadget: pxa25x: fix disconnect reporting when commit 6166c24 (usb: gadget: pxa25x_udc: convert to udc_start/udc_stop) converted this driver to udc_start/udc_stop, it failed to consider the fact that stop_activity() is called from disconnect interrupt. Fix the problem so that gadget drivers know about proper disconnect sequences. Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed