Message ID | 5064E169.2090505@gmail.com |
---|---|
State | New |
Headers | show |
Fixed up whitespace mangling by getting the patch from LP.
diff --git a/drivers/input/mouse/cypress_ps2.c b/drivers/input/mouse/cypress_ps2.c index 3a572ec..c3752be 100644 --- a/drivers/input/mouse/cypress_ps2.c +++ b/drivers/input/mouse/cypress_ps2.c @@ -423,6 +423,7 @@ static int cypress_set_input_params(struct input_dev *input, } + __set_bit(INPUT_PROP_BUTTONPAD, input->propbit); __set_bit(EV_KEY, input->evbit); __set_bit(BTN_TOUCH, input->keybit);