linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Patch for LG Flatron T1710B touchscreen
@ 2010-11-19  9:00 Glenn Sommer
  2010-11-19 17:08 ` Dmitry Torokhov
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Sommer @ 2010-11-19  9:00 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds, linux-input

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

I've patches my kernel to use the ITM driver with this device, and it seems to work great.

--- PATCH START ---

--- drivers/input/touchscreen/usbtouchscreen.c.orig	2010-11-18 16:33:40.806381557 +0100
+++ drivers/input/touchscreen/usbtouchscreen.c	2010-11-19 09:40:13.909222383 +0100
@@ -173,6 +173,7 @@ static struct usb_device_id usbtouch_dev

  #ifdef CONFIG_TOUCHSCREEN_USB_ITM
  	{USB_DEVICE(0x0403, 0xf9e9), .driver_info = DEVTYPE_ITM},
+	{USB_DEVICE(0x16e3, 0xf9e9), .driver_info = DEVTYPE_ITM},
  #endif

  #ifdef CONFIG_TOUCHSCREEN_USB_ETURB

--- PATCH END ---

-- 
Med venlig hilsen / Best regards
Data Nordisk

Glenn Sommer

^ permalink raw reply	[flat|nested] 3+ messages in thread
* Patch for LG Flatron T1710B Touchscreen
@ 2010-11-22  9:12 Glenn Sommer
  0 siblings, 0 replies; 3+ messages in thread
From: Glenn Sommer @ 2010-11-22  9:12 UTC (permalink / raw)
  Cc: linux-kernel, torvalds, linux-input

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

I've patches my kernel to use the ITM driver with this device, and it seems to work great.

--- drivers/input/touchscreen/usbtouchscreen.c.orig	2010-11-18 16:33:40.806381557 +0100
+++ drivers/input/touchscreen/usbtouchscreen.c	2010-11-19 09:40:13.909222383 +0100
@@ -173,6 +173,7 @@ static struct usb_device_id usbtouch_dev

  #ifdef CONFIG_TOUCHSCREEN_USB_ITM
  	{USB_DEVICE(0x0403, 0xf9e9), .driver_info = DEVTYPE_ITM},
+	{USB_DEVICE(0x16e3, 0xf9e9), .driver_info = DEVTYPE_ITM},
  #endif

  #ifdef CONFIG_TOUCHSCREEN_USB_ETURBO

Signed-off-by: Glenn Sommer <gsommer@datanordisk.dk>


-- 
Med venlig hilsen / Best regards
Data Nordisk

Glenn Sommer

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-11-22  9:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-19  9:00 Patch for LG Flatron T1710B touchscreen Glenn Sommer
2010-11-19 17:08 ` Dmitry Torokhov
  -- strict thread matches above, loose matches on Subject: below --
2010-11-22  9:12 Patch for LG Flatron T1710B Touchscreen Glenn Sommer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).