linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: James Hilliard <james.hilliard1@gmail.com>
Cc: linux-input@vger.kernel.org,
	Kate Stewart <kstewart@linuxfoundation.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Allison Randal <allison@lohutok.net>,
	Richard Fontana <rfontana@redhat.com>,
	Oliver Neukum <oneukum@suse.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [RESEND PATCH] Input: usbtouchscreen - add support for BonXeon TP
Date: Sat, 18 Apr 2020 21:17:34 -0700	[thread overview]
Message-ID: <20200419041734.GE166864@dtor-ws> (raw)
In-Reply-To: <20200413184217.55700-1-james.hilliard1@gmail.com>

On Mon, Apr 13, 2020 at 12:42:17PM -0600, James Hilliard wrote:
> Based on available information this uses the singletouch irtouch
> protocol. This is tested and confirmed to be fully functional on
> the BonXeon TP hardware I have.
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Applied, thank you.

> ---
> no response in over 2 weeks
> ---
>  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
> 

-- 
Dmitry

      reply	other threads:[~2020-04-19  4:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-13 18:42 [RESEND PATCH] Input: usbtouchscreen - add support for BonXeon TP James Hilliard
2020-04-19  4:17 ` Dmitry Torokhov [this message]

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=20200419041734.GE166864@dtor-ws \
    --to=dmitry.torokhov@gmail.com \
    --cc=allison@lohutok.net \
    --cc=james.hilliard1@gmail.com \
    --cc=kstewart@linuxfoundation.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=oneukum@suse.com \
    --cc=rfontana@redhat.com \
    --cc=tglx@linutronix.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).