]> git.baikalelectronics.ru Git - kernel.git/commit
Input: mpr121 - set missing event capability
authorAkinobu Mita <akinobu.mita@gmail.com>
Sun, 15 Jan 2017 22:44:05 +0000 (14:44 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 15 Jan 2017 23:08:43 +0000 (15:08 -0800)
commit876f1aad3459f2e9e0546c4626b9660b2fd49364
treed020e496389013a33a02dae43c6c5cc1f8013813
parentc41ab7cfb6535002eeeda37d5fa507cd5687aed5
Input: mpr121 - set missing event capability

This driver reports misc scan input events on the sensor's status
register changes.  But the event capability for them was not set in the
device initialization, so these events were ignored.

This change adds the missing event capability.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/mpr121_touchkey.c