1
0
镜像自地址 https://github.com/Dejvino/pinephone-toolkit.git 已同步 2025-12-15 08:11:58 +00:00

比较提交

...

2 次代码提交

作者 SHA1 备注 提交日期
Dejvino
0107cf984f
Merge pull request #1 from Artturin/universal-vibrator-file
vibrator: use stable vibrator_file
2021-03-22 17:43:21 +01:00
Artturin
e3f46a9383 vibrator: use stable vibrator_file 2021-03-22 18:17:55 +02:00

查看文件

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