mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
platform/chrome: chromeos_laptop - stop setting suspend mode for Atmel devices
Atmel touch controller driver no longer respects suspend mode specified in platform data, so let's stop setting it. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Benson Leung <bleung@chromium.org>
This commit is contained in:
parent
203e0baedb
commit
ed58f90c11
@ -100,7 +100,6 @@ static struct mxt_platform_data atmel_224s_tp_platform_data = {
|
||||
.irqflags = IRQF_TRIGGER_FALLING,
|
||||
.t19_num_keys = ARRAY_SIZE(mxt_t19_keys),
|
||||
.t19_keymap = mxt_t19_keys,
|
||||
.suspend_mode = MXT_SUSPEND_T9_CTRL,
|
||||
};
|
||||
|
||||
static struct i2c_board_info atmel_224s_tp_device = {
|
||||
@ -111,7 +110,6 @@ static struct i2c_board_info atmel_224s_tp_device = {
|
||||
|
||||
static struct mxt_platform_data atmel_1664s_platform_data = {
|
||||
.irqflags = IRQF_TRIGGER_FALLING,
|
||||
.suspend_mode = MXT_SUSPEND_T9_CTRL,
|
||||
};
|
||||
|
||||
static struct i2c_board_info atmel_1664s_device = {
|
||||
|
Loading…
Reference in New Issue
Block a user