* LG Flatron T1710B kernel driver
@ 2010-11-18 15:50 Glenn Sommer
2010-11-18 17:54 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: Glenn Sommer @ 2010-11-18 15:50 UTC (permalink / raw)
To: linux-input
The LG Flatron T1710B touchscreen seems to be a ITM display
I've patched my kernel, and testet the screen using the ITM drivers, and
it seems to work fine.
Just update the list of devices, like this:
--- usbtouchscreen.c.orig 2010-11-18 16:33:40.806381557 +0100
+++ usbtouchscreen.c 2010-11-17 16:25:23.794528671 +0100
@@ -173,6 +173,7 @@
#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
--
Med venlig hilsen / Best regards
Data Nordisk
Glenn Sommer
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: LG Flatron T1710B kernel driver
2010-11-18 15:50 LG Flatron T1710B kernel driver Glenn Sommer
@ 2010-11-18 17:54 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2010-11-18 17:54 UTC (permalink / raw)
To: Glenn Sommer; +Cc: linux-input
Hi Glenn,
On Thursday, November 18, 2010 07:50:00 am Glenn Sommer wrote:
> The LG Flatron T1710B touchscreen seems to be a ITM display
>
> I've patched my kernel, and testet the screen using the ITM drivers, and
> it seems to work fine.
>
> Just update the list of devices, like this:
>
Coudl you please resubmit the patch as it is documented in
Documentation/SubmittingPatches?
Thanks!
> --- usbtouchscreen.c.orig 2010-11-18 16:33:40.806381557 +0100
> +++ usbtouchscreen.c 2010-11-17 16:25:23.794528671 +0100
> @@ -173,6 +173,7 @@
>
> #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
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-18 17:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-18 15:50 LG Flatron T1710B kernel driver Glenn Sommer
2010-11-18 17:54 ` Dmitry Torokhov
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).