Enable XUD status notifications on EA Native Transport IN endpoint

This commit is contained in:
Sam Chesney
2014-09-05 13:38:33 +01:00
parent ae85f31e22
commit c25dd063a3

View File

@@ -222,7 +222,7 @@ XUD_EpType epTypeTableIn[ENDPOINT_COUNT_IN] = { XUD_EPTYPE_CTL | XUD_STATUS_ENAB
XUD_EPTYPE_BUL | XUD_STATUS_ENABLE, XUD_EPTYPE_BUL | XUD_STATUS_ENABLE,
#endif #endif
#ifdef IAP_EA_NATIVE_TRANS #ifdef IAP_EA_NATIVE_TRANS
XUD_EPTYPE_BUL /*| XUD_STATUS_ENABLE*/, XUD_EPTYPE_BUL | XUD_STATUS_ENABLE,
#endif #endif
#endif #endif
}; };