]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit9723ddc8fe0d76ce41fe0dc16afb241ec7d0a29d
treed020e496389013a33a02dae43c6c5cc1f8013813
parenta4b1aeb72662c2a35740bdf2b7e2e19593dd5d48
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