1
0
mirror of https://github.com/Dejvino/pinephone-toolkit.git synced 2024-12-22 19:28:48 +00:00

Compare commits

..

No commits in common. "0107cf984fe5d04dc876a18139cc0c52d6bd6046" and "0deaf8473a81670298e2bc5772c99d4bae68ffd5" have entirely different histories.

View File

@ -8,7 +8,7 @@
#include <linux/input.h> #include <linux/input.h>
static char *argv0 = "./vibrate"; static char *argv0 = "./vibrate";
static char *vibrator_file = "/dev/input/by-path/platform-vibrator-event"; static char *vibrator_file = "/dev/input/event4";
void print_usage() void print_usage()
{ {