]> 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)
commit09cf95ee02a272316b5dc5f7368441c4b8d6f2bc
treed020e496389013a33a02dae43c6c5cc1f8013813
parent7f25907afd740e93a4f45639f05182fdcebef371
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