linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marek Vasut <marek.vasut@gmail.com>
To: Jiri Kosina <jkosina@suse.cz>
Cc: Benjamin Tissoires <benjamin.tissoires@gmail.com>,
	chris@cnpbagwell.com, linux-input@vger.kernel.org
Subject: Re: [PATCH] HID: hid-multitouch - add another eGalax id
Date: Mon, 14 Nov 2011 00:15:30 +0100	[thread overview]
Message-ID: <201111140015.30787.marek.vasut@gmail.com> (raw)
In-Reply-To: <alpine.LNX.2.00.1111132130150.15187@pobox.suse.cz>

> On Sat, 12 Nov 2011, Benjamin Tissoires wrote:
> > > From: Chris Bagwell <chris@cnpbagwell.com>
> > > 
> > > This allows ASUS Eee Slate touchscreens to work.
> > > 
> > > Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
> > > ---
> > > 
> > > I do not have one of these to test the patch but I helped a user
> > > debug why his new touchscreen was being treated as a touchpad.
> > > He reported success after adding this ID.
> > 
> > The patch looks good.
> > Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
> 
> Applied, thanks.
> 
> > > I'm sending this since I'm unsure status of patch to auto-assign
> > > multitouch devices to hid-multitouch. That would probably have
> > > solved issue as well.
> > 
> > Well, as of today, the auto-detection is partly included in 3.2-rc1:
> > the generic hid layer will release the device (ie, it's not needed
> > anymore to patch hid-core.c while adding a multitouch device to its
> > list), but hid-multitouch is not capable of handling it after the
> > release of the generic part.
> > BTW, egalax devices need a special handling, and we may have to add
> > them one by one.
> > 
> > Alternatively, we could use:
> >  +       {  .driver_data = MT_CLS_EGALAX,
> >  +               HID_USB_DEVICE(USB_VENDOR_ID_DWAV, HID_ANY_ID) },
> > 
> > but that's hoping that DWAV won't do any other things than multitouch
> > panels. Jiri, have you an idea on this?
> 
> Currently we have something like 7 entries, which doesn't sound that bad.
> If the number of device IDs starts to grow rapidly, we should start
> thinking about this, but I think we are not there yet.

Well there's another one in Acer W500. But that one handles 5 simulaneous MT 
events. I submitted a patch already, but it was held because ... I dunno why 
anymore.

M

  parent reply	other threads:[~2011-11-13 23:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-11 20:21 [PATCH] HID: hid-multitouch - add another eGalax id chris
2011-11-12 15:01 ` Benjamin Tissoires
2011-11-13 20:31   ` Jiri Kosina
2011-11-13 21:59     ` Benjamin Tissoires
2011-11-13 22:03     ` Benjamin Tissoires
2011-11-13 23:15     ` Marek Vasut [this message]
2011-11-14  8:46       ` Jiri Kosina
2011-11-14 10:43         ` Marek Vasut

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=201111140015.30787.marek.vasut@gmail.com \
    --to=marek.vasut@gmail.com \
    --cc=benjamin.tissoires@gmail.com \
    --cc=chris@cnpbagwell.com \
    --cc=jkosina@suse.cz \
    --cc=linux-input@vger.kernel.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).