]> Pileus Git - ~andy/linux/blobdiff - drivers/input/mouse/cypress_ps2.c
Input: cypress_ps2 - don't report as a button pads
[~andy/linux] / drivers / input / mouse / cypress_ps2.c
index a5869a856ea5ca3fff3a0c5bda49d0f81132b640..8af34ffe208b16eff1ab240de45967fb84b6610f 100644 (file)
@@ -15,7 +15,6 @@
  * the Free Software Foundation.
  */
 
-#include <linux/init.h>
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/slab.h>
@@ -410,7 +409,6 @@ static int cypress_set_input_params(struct input_dev *input,
        __clear_bit(REL_X, input->relbit);
        __clear_bit(REL_Y, input->relbit);
 
-       __set_bit(INPUT_PROP_BUTTONPAD, input->propbit);
        __set_bit(EV_KEY, input->evbit);
        __set_bit(BTN_LEFT, input->keybit);
        __set_bit(BTN_RIGHT, input->keybit);