drivers: input: evdev: add input booster init
This commit is contained in:
parent
00dc71a062
commit
3479fee46c
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#include <linux/module.h>
|
||||
#include <linux/init.h>
|
||||
#include <linux/input/mt.h>
|
||||
#include <linux/input/input_booster.h>
|
||||
#include <linux/major.h>
|
||||
#include <linux/device.h>
|
||||
#include <linux/cdev.h>
|
||||
|
@ -1469,6 +1470,9 @@ static struct input_handler evdev_handler = {
|
|||
|
||||
static int __init evdev_init(void)
|
||||
{
|
||||
#ifdef CONFIG_SEC_INPUT_BOOSTER
|
||||
input_booster_init();
|
||||
#endif
|
||||
return input_register_handler(&evdev_handler);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue