瀏覽代碼

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

vibrator: use stable vibrator_file
master
Dejvino 3 年之前
committed by GitHub
父節點
當前提交
0107cf984f
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/vibrate.c

+ 1
- 1
src/vibrate.c 查看文件

@@ -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…
取消
儲存