Hi,
On Tue, Dec 15, 2009 at 12:38:27PM +0100, Balbi Felipe (Nokia-D/Helsinki) wrote:
diff --git a/drivers/usb/musb/musb_core.h b/drivers/usb/musb/musb_core.h
index 4a43a32..3156293 100644
--- a/drivers/usb/musb/musb_core.h
+++ b/drivers/usb/musb/musb_core.h
@@ -436,6 +436,9 @@ struct musb {
unsigned test_mode:1;
unsigned softconnect:1;
+ /* true if chip can cope with SUSPENDM */
+ unsigned suspendm:1;
+
u8 address;
u8 test_mode_nr;
u16 ackpend; /* ep0 */
Doesn't compile without CONFIG_USB_GADGET_MUSB_HDRC.
damn it... i screw up again... this patch shouldn't be here... i'll
rebase hopefully for the last time...
sorry guys...
oops, this are not the patches I'm sending for integration... got
confused... thanks heikki for pointing this out.
This patch will be superseeded by another version because one of the EVM
boards can't cope with ENSUSPEND.
--
balbi
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html