linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Jiri Kosina <jkosina@suse.cz>
Cc: "Forest Bond" <forest@forestbond.com>,
	linux-input@vger.kernel.org, "Sebastian Dalfuß" <sd@sedf.de>,
	"Daniel Ritz" <daniel.ritz@gmx.ch>,
	"Max Weninger" <max.weninger@gmail.com>,
	"Christian Engelmayer" <christian.engelmayer@frequentis.com>
Subject: Re: [PATCH 2/2] Input: usbtouchscreen: ignore eGalax/D-Wav/EETI HIDs
Date: Fri, 8 Nov 2013 09:49:37 -0800	[thread overview]
Message-ID: <20131108174937.GB17307@core.coreip.homeip.net> (raw)
In-Reply-To: <alpine.LNX.2.00.1311051052530.2779@pobox.suse.cz>

On Tue, Nov 05, 2013 at 10:53:10AM +0100, Jiri Kosina wrote:
> On Mon, 21 Oct 2013, Forest Bond wrote:
> 
> > From: Forest Bond <forest.bond@rapidrollout.com>
> > 
> > The HID driver now handles these devices, regardless of what protocol
> > the device claims it supports.
> > 
> > Signed-off-by: Forest Bond <forest.bond@rapidrollout.com>
> 
> Dmitry,
> 
> could you please Ack this, so that it can be applied together with 1/2? 
> Thanks!

Jiri,

Sorry for the delay. Yes, please merge through your tree.

Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>


> 
> > ---
> >  drivers/input/touchscreen/usbtouchscreen.c |    4 +---
> >  1 file changed, 1 insertion(+), 3 deletions(-)
> > 
> > diff --git a/drivers/input/touchscreen/usbtouchscreen.c b/drivers/input/touchscreen/usbtouchscreen.c
> > index 721fdb3..ae4b6b9 100644
> > --- a/drivers/input/touchscreen/usbtouchscreen.c
> > +++ b/drivers/input/touchscreen/usbtouchscreen.c
> > @@ -146,12 +146,10 @@ enum {
> >  
> >  #define USB_DEVICE_HID_CLASS(vend, prod) \
> >  	.match_flags = USB_DEVICE_ID_MATCH_INT_CLASS \
> > -		| USB_DEVICE_ID_MATCH_INT_PROTOCOL \
> >  		| USB_DEVICE_ID_MATCH_DEVICE, \
> >  	.idVendor = (vend), \
> >  	.idProduct = (prod), \
> > -	.bInterfaceClass = USB_INTERFACE_CLASS_HID, \
> > -	.bInterfaceProtocol = USB_INTERFACE_PROTOCOL_MOUSE
> > +	.bInterfaceClass = USB_INTERFACE_CLASS_HID
> >  
> >  static const struct usb_device_id usbtouch_devices[] = {
> >  #ifdef CONFIG_TOUCHSCREEN_USB_EGALAX
> > -- 
> > 1.7.9.5
> > 
> 
> -- 
> Jiri Kosina
> SUSE Labs

-- 
Dmitry

  reply	other threads:[~2013-11-08 17:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-21 16:38 [PATCH 2/2] Input: usbtouchscreen: ignore eGalax/D-Wav/EETI HIDs Forest Bond
2013-11-05  9:53 ` Jiri Kosina
2013-11-08 17:49   ` Dmitry Torokhov [this message]
2013-11-11 10:21     ` Jiri Kosina
2013-11-11 13:06       ` Forest Bond

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=20131108174937.GB17307@core.coreip.homeip.net \
    --to=dmitry.torokhov@gmail.com \
    --cc=christian.engelmayer@frequentis.com \
    --cc=daniel.ritz@gmx.ch \
    --cc=forest@forestbond.com \
    --cc=jkosina@suse.cz \
    --cc=linux-input@vger.kernel.org \
    --cc=max.weninger@gmail.com \
    --cc=sd@sedf.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).