From fe5ea01e7eac5a830e4a0b924836cfd8cf8c6f0d Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 15 Feb 2018 15:25:09 -0700 Subject: [PATCH] Raise polling frequency --- input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input.c b/input.c index fdf5156..d195bb1 100644 --- a/input.c +++ b/input.c @@ -26,7 +26,7 @@ static DEFINE_MUTEX(s76_input_report_mutex); #define POLL_FREQ_MIN 1 #define POLL_FREQ_MAX 20 -#define POLL_FREQ_DEFAULT 1 +#define POLL_FREQ_DEFAULT 5 static int param_set_poll_freq(const char *val, const struct kernel_param *kp) {