Przeglądaj źródła

Input: elantech - do not advertise relative events

Elantech touchpads work in absolute mode and do not generate relative
events so they should not be advertising them.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Dmitry Torokhov 15 lat temu
rodzic
commit
c7a1f3ccfc
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      drivers/input/mouse/elantech.c

+ 1 - 0
drivers/input/mouse/elantech.c

@@ -420,6 +420,7 @@ static void elantech_set_input_params(struct psmouse *psmouse)
 
 	__set_bit(EV_KEY, dev->evbit);
 	__set_bit(EV_ABS, dev->evbit);
+	__clear_bit(EV_REL, dev->evbit);
 
 	__set_bit(BTN_LEFT, dev->keybit);
 	__set_bit(BTN_RIGHT, dev->keybit);