Skip to content

Commit 070b963

Browse files
jwrdegoedeJiri Kosina
authored andcommitted
HID: i2c-hid: Add RESEND_REPORT_DESCR quirk for Toshiba Click Mini L9W-B
The 0457:10fb touchscreen found on the Toshiba Click Mini L9W-B needs to have a report-decriptors command send to it on resume in order for the touchscreen to start generating events again on resume. Signed-off-by: Hans de Goede <[email protected]> Acked-by: Benjamin Tissoires <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent a4eb490 commit 070b963

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

drivers/hid/hid-ids.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,7 @@
972972
#define USB_DEVICE_ID_SIS817_TOUCH 0x0817
973973
#define USB_DEVICE_ID_SIS_TS 0x1013
974974
#define USB_DEVICE_ID_SIS1030_TOUCH 0x1030
975+
#define USB_DEVICE_ID_SIS10FB_TOUCH 0x10fb
975976

976977
#define USB_VENDOR_ID_SKYCABLE 0x1223
977978
#define USB_DEVICE_ID_SKYCABLE_WIRELESS_PRESENTER 0x3F07

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ static const struct i2c_hid_quirks {
174174
I2C_HID_QUIRK_NO_IRQ_AFTER_RESET },
175175
{ I2C_VENDOR_ID_RAYD, I2C_PRODUCT_ID_RAYD_3118,
176176
I2C_HID_QUIRK_RESEND_REPORT_DESCR },
177+
{ USB_VENDOR_ID_SIS_TOUCH, USB_DEVICE_ID_SIS10FB_TOUCH,
178+
I2C_HID_QUIRK_RESEND_REPORT_DESCR },
177179
{ 0, 0 }
178180
};
179181

0 commit comments

Comments
 (0)