Searched refs:retMsg (Results 1 – 1 of 1) sorted by relevance
1348 char *retMsg; in show_tabletDiagnosticMessage() local1352 retMsg = "no errors\n"; in show_tabletDiagnosticMessage()1356 retMsg = "Error: receiving relative reports\n"; in show_tabletDiagnosticMessage()1360 retMsg = "Error: receiving absolute reports\n"; in show_tabletDiagnosticMessage()1366 retMsg = "Error: receiving stylus reports\n"; in show_tabletDiagnosticMessage()1368 retMsg = "Error: receiving mouse reports\n"; in show_tabletDiagnosticMessage()1375 return snprintf(buf, PAGE_SIZE, retMsg); in show_tabletDiagnosticMessage()