diff options
Diffstat (limited to 'drivers/input/mouse/elantech.c')
-rw-r--r-- | drivers/input/mouse/elantech.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c index 0cbf6281899c..06fc6e76ffbe 100644 --- a/drivers/input/mouse/elantech.c +++ b/drivers/input/mouse/elantech.c | |||
@@ -1615,6 +1615,7 @@ int elantech_init(struct psmouse *psmouse) | |||
1615 | BIT_MASK(BTN_LEFT) | BIT_MASK(BTN_MIDDLE) | | 1615 | BIT_MASK(BTN_LEFT) | BIT_MASK(BTN_MIDDLE) | |
1616 | BIT_MASK(BTN_RIGHT); | 1616 | BIT_MASK(BTN_RIGHT); |
1617 | 1617 | ||
1618 | __set_bit(INPUT_PROP_POINTER, tp_dev->propbit); | ||
1618 | __set_bit(INPUT_PROP_POINTING_STICK, tp_dev->propbit); | 1619 | __set_bit(INPUT_PROP_POINTING_STICK, tp_dev->propbit); |
1619 | 1620 | ||
1620 | error = input_register_device(etd->tp_dev); | 1621 | error = input_register_device(etd->tp_dev); |