projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cf0c6e
)
bcm5974: Add pointer and buttonpad properties
author
Chase Douglas
<chase.douglas@canonical.com>
Tue, 14 Feb 2012 18:31:26 +0000
(19:31 +0100)
committer
Henrik Rydberg
<rydberg@euromail.se>
Tue, 14 Feb 2012 18:35:36 +0000
(19:35 +0100)
To simplify detection as a touchpad, inform userspace of the physical
properties of the device.
Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
[rydberg@euromail.se: conflict resolution]
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
drivers/input/mouse/bcm5974.c
patch
|
blob
|
history
diff --git
a/drivers/input/mouse/bcm5974.c
b/drivers/input/mouse/bcm5974.c
index 927e479c26494506df371e9cc4757d7b032ea3f4..f9e2758b9f46eb988dd8a2b8dcf06da312f615cc 100644
(file)
--- a/
drivers/input/mouse/bcm5974.c
+++ b/
drivers/input/mouse/bcm5974.c
@@
-433,6
+433,7
@@
static void setup_events_to_report(struct input_dev *input_dev,
__set_bit(BTN_TOOL_QUADTAP, input_dev->keybit);
__set_bit(BTN_LEFT, input_dev->keybit);
+ __set_bit(INPUT_PROP_POINTER, input_dev->propbit);
if (cfg->caps & HAS_INTEGRATED_BUTTON)
__set_bit(INPUT_PROP_BUTTONPAD, input_dev->propbit);