linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Glenn Sommer <gsommer@datanordisk.dk>
Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org,
	linux-input@vger.kernel.org
Subject: Patch for LG Flatron T1710B Touchscreen
Date: Mon, 22 Nov 2010 10:12:33 +0100	[thread overview]
Message-ID: <4CEA3401.8070804@datanordisk.dk> (raw)

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

             reply	other threads:[~2010-11-22  9:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-22  9:12 Glenn Sommer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-11-19  9:00 Patch for LG Flatron T1710B touchscreen Glenn Sommer
2010-11-19 17:08 ` Dmitry Torokhov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CEA3401.8070804@datanordisk.dk \
    --to=gsommer@datanordisk.dk \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).