Merge pull request #1 from Artturin/universal-vibrator-file
vibrator: use stable vibrator_file
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
||||
#include <linux/input.h>
|
||||
|
||||
static char *argv0 = "./vibrate";
|
||||
static char *vibrator_file = "/dev/input/event4";
|
||||
static char *vibrator_file = "/dev/input/by-path/platform-vibrator-event";
|
||||
|
||||
void print_usage()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user