Raise polling frequency

This commit is contained in:
Jeremy Soller 2018-02-15 15:25:09 -07:00
parent cb11d0013a
commit fe5ea01e7e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ static DEFINE_MUTEX(s76_input_report_mutex);
#define POLL_FREQ_MIN 1 #define POLL_FREQ_MIN 1
#define POLL_FREQ_MAX 20 #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) static int param_set_poll_freq(const char *val, const struct kernel_param *kp)
{ {