On 6/1/2012 11:43 PM, Sergei Shtylyov wrote:
if ((event->status& DEPEVT_STATUS_LST)&& > ((trb->ctrl& DWC3_TRB_CTRL_HWO) || > (trb->ctrl& DWC3_TRB_CTRL_LST))Or even: if ((event->status& DEPEVT_STATUS_LST)&& (trb->ctrl& (DWC3_TRB_CTRL_HWO | DWC3_TRB_CTRL_LST)))
Well, Accepted. Regards Pratyush -- 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