Searched refs:retMsg (Results 1 – 1 of 1) sorted by relevance
1331 char *retMsg; in show_tabletDiagnosticMessage() local1335 retMsg = "no errors\n"; in show_tabletDiagnosticMessage()1339 retMsg = "Error: receiving relative reports\n"; in show_tabletDiagnosticMessage()1343 retMsg = "Error: receiving absolute reports\n"; in show_tabletDiagnosticMessage()1349 retMsg = "Error: receiving stylus reports\n"; in show_tabletDiagnosticMessage()1351 retMsg = "Error: receiving mouse reports\n"; in show_tabletDiagnosticMessage()1358 return snprintf(buf, PAGE_SIZE, retMsg); in show_tabletDiagnosticMessage()