On Wed, May 27, 2015 at 07:50:02PM +0800, Li Jun wrote: > From: Macpaul Lin <macpaul@xxxxxxxxx> > > Add USB_OTG_ADP definition for usb_otg_descriptor.bmAttributes. > > Signed-off-by: Macpaul Lin <macpaul@xxxxxxxxx> > Signed-off-by: Li Jun <jun.li@xxxxxxxxxxxxx> > --- > include/uapi/linux/usb/ch9.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/uapi/linux/usb/ch9.h b/include/uapi/linux/usb/ch9.h > index 67204f1..ce2867e 100644 > --- a/include/uapi/linux/usb/ch9.h > +++ b/include/uapi/linux/usb/ch9.h > @@ -682,6 +682,7 @@ struct usb_otg_descriptor { > /* from usb_otg_descriptor.bmAttributes */ > #define USB_OTG_SRP (1 << 0) > #define USB_OTG_HNP (1 << 1) /* swap host/device roles */ > +#define USB_OTG_ADP (1 << 2) /* support ADP */ > > /*-------------------------------------------------------------------------*/ > > -- > 1.9.1 > Acked-by: Peter Chen <peter.chen@xxxxxxxxxxxxx> -- Best Regards, Peter Chen -- 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