drivers: tp_common: create game_mode into touchpanel node

Change-Id: I0b5d2ba62a9f85b2f946797e66529c67dd4be8d3
This commit is contained in:
stic-server-open
2026-01-03 15:58:39 +08:00
parent 4c6b3e53c2
commit 7c8b9e64de
2 changed files with 2 additions and 0 deletions

View File

@@ -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)
{

View File

@@ -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);