const char* trb_strterm(TRB_TERM term)
{
static const char commonStatusBits[16][64] = {
- "Endpoint not reached", /* error */
- "Coll: collision detected", /* error */
- "WordMiss: word missing", /* error */
- "Checksum: checksum error", /* status, at the moment */
- "DontKnow: dont understand", /* error */
- "BufferMatch: buffer mismatch", /* error */
+ "COM_Endpoint not reached", /* error */
+ "COM_Coll: collision detected", /* error */
+ "COM_WordMiss: word missing", /* error */
+ "COM_Checksum: checksum error", /* status, at the moment */
+ "COM_DontKnow: dont understand", /* error */
+ "COM_BufferMatch: buffer mismatch", /* error */
"", "", "", "", "", "", "", "", "", ""
};