forked from PAWPAW-Mirror/lib_xua
iAP EA Native Transport Eps added to epTypeTables
This commit is contained in:
@@ -180,7 +180,10 @@ XUD_EpType epTypeTableOut[ENDPOINT_COUNT_OUT] = { XUD_EPTYPE_CTL | XUD_STATUS_EN
|
|||||||
XUD_EPTYPE_BUL, /* MIDI */
|
XUD_EPTYPE_BUL, /* MIDI */
|
||||||
#endif
|
#endif
|
||||||
#ifdef IAP
|
#ifdef IAP
|
||||||
XUD_EPTYPE_BUL /* iAP */
|
XUD_EPTYPE_BUL, /* iAP */
|
||||||
|
#ifdef IAP_EA_NATIVE_TRANS
|
||||||
|
XUD_EPTYPE_BUL, /* EA Native Transport */
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -201,6 +204,9 @@ XUD_EpType epTypeTableIn[ENDPOINT_COUNT_IN] = { XUD_EPTYPE_CTL | XUD_STATUS_ENAB
|
|||||||
#ifdef IAP_INT_EP
|
#ifdef IAP_INT_EP
|
||||||
XUD_EPTYPE_BUL | XUD_STATUS_ENABLE,
|
XUD_EPTYPE_BUL | XUD_STATUS_ENABLE,
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef IAP_EA_NATIVE_TRANS
|
||||||
|
XUD_EPTYPE_BUL | XUD_STATUS_ENABLE,
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user