All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] hid: egalax: Rework to include Joojoo and Wetab support
@ 2010-11-29  7:43 Henrik Rydberg
  2010-11-29  7:43 ` [PATCH 1/7] hid: egalax: Use kzalloc Henrik Rydberg
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Henrik Rydberg @ 2010-11-29  7:43 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: Dmitry Torokhov, Philipp Merkel, Stephane Chatty, linux-input,
	linux-kernel, Henrik Rydberg

Hi Jiri,

This is the second version of this patchset, extended to also support
the Wetab. The input core changes aside, the patches provide exactly
the same changes, except for a better signal-to-noise value provided
by Phillip.

The first patch is already in your tree, but provided for completeness
(the present set is against -rc3). The second patch no longer sets up
the events per packet, since it is handled during slots
initialization. The third and fourth patch are identical, the fifth
has that new value, and the sixth is further simplified by using the
new input core interface. The seventh patch adds support for the
Wetab.

The driver has been tested succesfully on all three supported device
ids.

Cheers,
Henrik

Henrik Rydberg (7):
  hid: egalax: Use kzalloc
  hid: egalax: Setup input device manually (rev2)
  hid: egalax: Correct for device resolution report error (rev2)
  hid: egalax: Report zero as minimum pressure (rev2)
  hid: egalax: Add event filtering (rev3)
  hid: egalax: Convert to MT slots (rev2)
  hid: egalax: Add support for Wetab

 drivers/hid/hid-core.c   |    1 +
 drivers/hid/hid-egalax.c |  129 +++++++++++++++++++---------------------------
 drivers/hid/hid-ids.h    |    1 +
 3 files changed, 56 insertions(+), 75 deletions(-)


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

end of thread, other threads:[~2010-11-30 16:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-29  7:43 [PATCH 0/7] hid: egalax: Rework to include Joojoo and Wetab support Henrik Rydberg
2010-11-29  7:43 ` [PATCH 1/7] hid: egalax: Use kzalloc Henrik Rydberg
2010-11-29  7:43 ` [PATCH 2/7] hid: egalax: Setup input device manually (rev2) Henrik Rydberg
2010-11-29  7:43 ` [PATCH 3/7] hid: egalax: Correct for device resolution report error (rev2) Henrik Rydberg
2010-11-29  7:43 ` [PATCH 4/7] hid: egalax: Report zero as minimum pressure (rev2) Henrik Rydberg
2010-11-29  7:43 ` [PATCH 5/7] hid: egalax: Add event filtering (rev3) Henrik Rydberg
2010-11-29  7:43 ` [PATCH 6/7] hid: egalax: Convert to MT slots (rev2) Henrik Rydberg
2010-11-29  7:43 ` [PATCH 7/7] hid: egalax: Add support for Wetab Henrik Rydberg
2010-11-29 11:50 ` [PATCH 0/7] hid: egalax: Rework to include Joojoo and Wetab support Jiri Kosina
2010-11-29 13:41   ` Henrik Rydberg
2010-11-30 16:58     ` Jiri Kosina
2010-11-30  9:08   ` Dmitry Torokhov
2010-11-30  9:51     ` Henrik Rydberg
2010-11-30 14:24     ` Jiri Kosina

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.