Skip to content

Commit 20522fe

Browse files
jason77-wangJiri Kosina
authored andcommitted
Revert "HID: i2c-hid: Disable runtime PM on Synaptics touchpad"
This reverts commit 74e7c6c. It finally turns out the touchpad is an engineering sample and it is not the Synaptics touchpad. Let us revert this patch otherwise it will affect the real Synaptics touchpad. Signed-off-by: Hui Wang <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent ce85663 commit 20522fe

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

drivers/hid/hid-ids.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,6 @@
10831083
#define USB_DEVICE_ID_SYNAPTICS_HD 0x0ac3
10841084
#define USB_DEVICE_ID_SYNAPTICS_QUAD_HD 0x1ac3
10851085
#define USB_DEVICE_ID_SYNAPTICS_TP_V103 0x5710
1086-
#define I2C_DEVICE_ID_SYNAPTICS_7E7E 0x7e7e
10871086

10881087
#define USB_VENDOR_ID_TEXAS_INSTRUMENTS 0x2047
10891088
#define USB_DEVICE_ID_TEXAS_INSTRUMENTS_LENOVO_YOGA 0x0855

drivers/hid/i2c-hid/i2c-hid-core.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,6 @@ static const struct i2c_hid_quirks {
184184
I2C_HID_QUIRK_NO_RUNTIME_PM },
185185
{ USB_VENDOR_ID_ELAN, HID_ANY_ID,
186186
I2C_HID_QUIRK_BOGUS_IRQ },
187-
{ USB_VENDOR_ID_SYNAPTICS, I2C_DEVICE_ID_SYNAPTICS_7E7E,
188-
I2C_HID_QUIRK_NO_RUNTIME_PM },
189187
{ 0, 0 }
190188
};
191189

0 commit comments

Comments
 (0)