Browse Source

Merge pull request #1 from Artturin/universal-vibrator-file

vibrator: use stable vibrator_file
master
Dejvino 3 years ago
committed by GitHub
parent
commit
0107cf984f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/vibrate.c

+ 1
- 1
src/vibrate.c View File

@@ -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()
{


Loading…
Cancel
Save