Commit 09910509ebc74643e94fe6f3feb4c23b019aeb34

Authored by Glenn Sommer
Committed by Dmitry Torokhov
1 parent de391d1250

Input: usbtouchscreen - add support for LG Flatron T1710B

I've recently got my hands on a LG Flatron T1710B touchscreen.
As other LG products, this seems to use the ITM panel.

Signed-off-by: Glenn Sommer <gsommer@datanordisk.dk>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/input/touchscreen/usbtouchscreen.c
... ... @@ -178,6 +178,7 @@
178 178  
179 179 #ifdef CONFIG_TOUCHSCREEN_USB_ITM
180 180 {USB_DEVICE(0x0403, 0xf9e9), .driver_info = DEVTYPE_ITM},
  181 + {USB_DEVICE(0x16e3, 0xf9e9), .driver_info = DEVTYPE_ITM},
181 182 #endif
182 183  
183 184 #ifdef CONFIG_TOUCHSCREEN_USB_ETURBO