Searched refs:retMsg (Results 1 – 1 of 1) sorted by relevance
1351 char *retMsg; in show_tabletDiagnosticMessage() local1355 retMsg = "no errors\n"; in show_tabletDiagnosticMessage()1359 retMsg = "Error: receiving relative reports\n"; in show_tabletDiagnosticMessage()1363 retMsg = "Error: receiving absolute reports\n"; in show_tabletDiagnosticMessage()1369 retMsg = "Error: receiving stylus reports\n"; in show_tabletDiagnosticMessage()1371 retMsg = "Error: receiving mouse reports\n"; in show_tabletDiagnosticMessage()1378 return snprintf(buf, PAGE_SIZE, retMsg); in show_tabletDiagnosticMessage()