From: James Hilliard <james.hilliard1@gmail.com>
To: linux-input@vger.kernel.org
Cc: Lars Poeschel <poeschel@lemonage.de>,
Ondrej Zary <linux@rainbow-software.org>,
James Hilliard <james.hilliard1@gmail.com>
Subject: [PATCH 1/1] Input: usbtouchscreen - add support for BonXeon TP
Date: Fri, 21 Feb 2020 12:58:20 -0700 [thread overview]
Message-ID: <20200221195820.102457-1-james.hilliard1@gmail.com> (raw)
Based on available information this uses the singletouch irtouch
protocol.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
drivers/input/touchscreen/usbtouchscreen.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/input/touchscreen/usbtouchscreen.c b/drivers/input/touchscreen/usbtouchscreen.c
index 16d70201de4a..397cb1d3f481 100644
--- a/drivers/input/touchscreen/usbtouchscreen.c
+++ b/drivers/input/touchscreen/usbtouchscreen.c
@@ -182,6 +182,7 @@ static const struct usb_device_id usbtouch_devices[] = {
#endif
#ifdef CONFIG_TOUCHSCREEN_USB_IRTOUCH
+ {USB_DEVICE(0x255e, 0x0001), .driver_info = DEVTYPE_IRTOUCH},
{USB_DEVICE(0x595a, 0x0001), .driver_info = DEVTYPE_IRTOUCH},
{USB_DEVICE(0x6615, 0x0001), .driver_info = DEVTYPE_IRTOUCH},
{USB_DEVICE(0x6615, 0x0012), .driver_info = DEVTYPE_IRTOUCH_HIRES},
--
2.20.1
next reply other threads:[~2020-02-21 19:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-21 19:58 James Hilliard [this message]
2020-03-08 1:52 ` [PATCH 1/1] Input: usbtouchscreen - add support for BonXeon TP James Hilliard
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=20200221195820.102457-1-james.hilliard1@gmail.com \
--to=james.hilliard1@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux@rainbow-software.org \
--cc=poeschel@lemonage.de \
/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).