drivers: tp_common: create game_mode into touchpanel node
Change-Id: I0b5d2ba62a9f85b2f946797e66529c67dd4be8d3
This commit is contained in:
@@ -16,6 +16,7 @@ TS_ENABLE_FOPS(double_tap)
|
||||
TS_ENABLE_FOPS(fod_status)
|
||||
TS_ENABLE_FOPS(pen)
|
||||
TS_ENABLE_FOPS(pen_gen2_force)
|
||||
TS_ENABLE_FOPS(game_mode)
|
||||
|
||||
static int __init tp_common_init(void)
|
||||
{
|
||||
|
||||
@@ -13,3 +13,4 @@ int tp_common_set_double_tap_ops(struct tp_common_ops *ops);
|
||||
int tp_common_set_fod_status_ops(struct tp_common_ops *ops);
|
||||
int tp_common_set_pen_ops(struct tp_common_ops *ops);
|
||||
int tp_common_set_pen_gen2_force_ops(struct tp_common_ops *ops);
|
||||
int tp_common_set_game_mode_ops(struct tp_common_ops *ops);
|
||||
|
||||
Reference in New Issue
Block a user