linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] Port of hid-egalax to the unified hid-multitouch driver
@ 2011-03-06 13:24 Richard Nauber
  2011-03-07 10:04 ` Benjamin Tissoires
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Nauber @ 2011-03-06 13:24 UTC (permalink / raw)
  To: linux-input; +Cc: Jiri Kosina, Henrik Rydberg

Hi everyone,
I wrote this little patch that merges hid-egalax into hid-multitouch.
(It applies to 2.6.38-rc7, but I can rebase it as you please...) The
latter driver has to gain a new quirk type (MT_QUIRK_EGALAX) for fixing
the reported ranges (X,Y and Z) and work around the corrupt packet
length (td->last_field_index).
With these changes it works like a charm for my Samsung MB30
touchscreen and by the way fixes the broken suspend/resume behavior.

So I'd like you to test it for other egalax devices and give me your
feedback on this patch.

Thanks and Greetings,
Richard

  [input-hid] Add hid-egalax driver to the unified hid-multitouch
    framework.

 drivers/hid/Kconfig          |    9 +-
 drivers/hid/Makefile         |    1 -
 drivers/hid/hid-egalax.c     |  279
------------------------------------------
 drivers/hid/hid-multitouch.c |   48 +++++++-
 4 files changed, 47 insertions(+), 290 deletions(-)
 delete mode 100644 drivers/hid/hid-egalax.c




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-03-08 15:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-06 13:24 [RFC] Port of hid-egalax to the unified hid-multitouch driver Richard Nauber
2011-03-07 10:04 ` Benjamin Tissoires
2011-03-08 13:14   ` Jiri Kosina
2011-03-08 13:29     ` Henrik Rydberg
2011-03-08 15:12       ` Benjamin Tissoires
2011-03-08 15:21         ` Jiri Kosina

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).