We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6783b94 commit 2bec7ceCopy full SHA for 2bec7ce
shuttlepro.c
@@ -343,7 +343,7 @@ main (int argc, char **argv)
343
// Try to find a suitable device. The following glob pattern should
344
// hopefully cover all existing versions.
345
glob_t globbuf;
346
- if (glob ("/dev/input/by-id/usb-*Shuttle*-event-if*",
+ if (glob ("/dev/input/by-id/usb-*Shuttle*-event-*",
347
0, NULL, &globbuf))
348
{
349
errf ("%s: found no suitable shuttle device", argv[0]);
0 commit comments