| Submitter | git@status.e4ward.com |
|---|---|
| Date | Sept. 27, 2012, 11:29 p.m. |
| Message ID | <5064E169.2090505@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/187773/ |
| State | New |
| Headers | show |
Comments
Fixed up whitespace mangling by getting the patch from LP.
Patch
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);