Merge pull request #14 from khumarahn/master

teres1-ledcrtl: input device by path
This commit is contained in:
Chris Boudacoff 2017-11-22 13:19:26 +02:00 committed by GitHub
commit 6e88e6786a
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -53,7 +53,9 @@ void usage(void)
{
extern char *program_invocation_short_name;
printf("USAGE:\n");
printf(" %s /dev/input/eventX\n", program_invocation_short_name);
printf(" %s INPUT_DEVICE\n", program_invocation_short_name);
printf("for example,\n");
printf(" %s '/dev/input/by-path/platform-1c1b000.ehci1-controller-usb-0:1.4:1.0-event-kbd'\n", program_invocation_short_name);
printf("\n");
}