Disable XUD STATUS notifications for iAP EA Native IN endpoint for now, to avoid lockup

This commit is contained in:
Sam Chesney
2014-08-29 14:38:54 +01:00
parent abd6522273
commit 54c26602b8

View File

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