[PATCH 00/13] MT patches for maverick
Chase Douglas
chase.douglas at canonical.com
Fri Sep 10 17:44:46 UTC 2010
On Fri, 2010-09-10 at 19:14 +0200, Henrik Rydberg wrote:
> Please find enclosed patches for the wacom and ntrig MT devices.
>
> The wacom patches are for the Bamboo Touch and have been applied to
> Dmitry's tree for 2.6.37. Compared to the patch they replace, there
> are differences in button mappings and device names, but foremost the
> code has been aligned with the Wacom project. It is expected that
> further patches to enable the rest of the Bamboo family will appear
> upstream during maverick.
>
> The ntrig patches presented here have been tested succesfully on Dell
> Studio 17, Dell XT2, HP TX2 and Lenovo T410s. The patches are
> unfortunately pretty large, and are not likely to go upstream in their
> present form. However, they do constitue a tuning-free driver which
> works well together with Unity, and as such are vital to the MT push.
>
> The series is available for pulling from
>
> git://kernel.ubuntu.com/rydberg/maverick-input.git master
>
> and can be browsed at
>
> http://kernel.ubuntu.com/git/rydberg/maverick-input.git
>
> My apologies for dumping there patches so late in the cycle. If
> further paperwork or adjustments are needed, please let me know.
>
> Thanks,
> Henrik
>
> Henrik Rydberg (11):
> Revert "input: mt: Add support for the Bamboo Touch trackpad"
> Input: wacom - add fuzz parameters to features
> Input: wacom - collect device quirks into single function
> Input: wacom - add support for the Bamboo Touch trackpad
> Input: wacom - add a quirk for low resolution Bamboo devices
> hid: ntrig: Remove unused device ids
> hid: ntrig: remove sysfs nodes
> hid: ntrig: Correct logic for quirks
> hid: ntrig: zero-initialize ntrig struct
> hid: ntrig: Setup input filtering manually
> hid: ntrig: New ghost-filtering event logic
>
> Ping Cheng (1):
> Input: wacom - parse the Bamboo device family
>
> Rafi Rubin (1):
> hid: ntrig: identify firmware version (wiggled)
>
> drivers/hid/hid-ntrig.c | 905 ++++++++++----------------------------
> drivers/input/tablet/wacom.h | 1 +
> drivers/input/tablet/wacom_sys.c | 57 ++-
> drivers/input/tablet/wacom_wac.c | 103 +++--
> drivers/input/tablet/wacom_wac.h | 13 +-
> 5 files changed, 346 insertions(+), 733 deletions(-)
All the wacom stuff is pretty sane and accepted upstream. The ntrig
stuff looks scary, but it's unfortunately necessary to make the hardware
function in a sane way at all. I have tested the ntrig stuff on a Dell
Studio 17, and the changes make things work much better.
Acked-by: Chase Douglas <chase.douglas at canonical.com>
More information about the kernel-team
mailing list