浏览代码

bcm5974: Add pointer and buttonpad properties

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>
Chase Douglas 13 年之前
父节点
当前提交
7491f3dffd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/input/mouse/bcm5974.c

+ 1 - 0
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);