Skip to content
Snippets Groups Projects
Commit b0e4565d authored by aTc's avatar aTc
Browse files

pyra_test_inputs : update device names

parent fe41d60d
Branches upstream
No related merge requests found
......@@ -527,9 +527,9 @@ int main(int argc, char *argv[])
else if (strcasestr(name, "keypad") != NULL
|| strcasestr(name, "tca8418") != NULL)
ifd[DEV_KEYPAD] = fd;
else if (strcmp(name, "pyra-gpio-keys@1") == 0)
else if (strcmp(name, "user-button") == 0)
ifd[DEV_BUTTONS1] = fd;
else if (strcmp(name, "pyra-gpio-keys@2") == 0)
else if (strcmp(name, "pyra-game-buttons") == 0)
ifd[DEV_BUTTONS2] = fd;
else if (strcasestr(name, "touchscreen") != NULL)
ifd[DEV_TS] = fd;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment