X-Git-Url: http://git.scottworley.com/keystroke-timestamps/blobdiff_plain/dc6e28bd029216a3c0e795f1e2200148593c3815..922ce0bc5c364f1eb9d824b9c221d899812a52ef:/keystroke-timestamps.c diff --git a/keystroke-timestamps.c b/keystroke-timestamps.c index 976e37b..36d1cfc 100644 --- a/keystroke-timestamps.c +++ b/keystroke-timestamps.c @@ -13,7 +13,7 @@ int main (int argc, char **argv) { int print_usec = 0; - char* device = strdup("/dev/input/by-path/platform-i8042-serio-0-event-kbd"); + char* device = strdup("/dev/input/by-path/*kbd*"); struct option long_options[] = { {"device", required_argument, 0, 'd' }, {"usec", no_argument, &print_usec, 1 },