[PATCH 0/2] [Maverick LBM] SRU: Add input drivers package
Stefan Bader
stefan.bader at canonical.com
Fri Oct 15 11:16:28 UTC 2010
SRU Justification:
Impact: Some of the newer wacom tablet models are not supported by the
in-kernel driver. Those seem to be mostly multi-touch capable tablets.
Fix: To add support without regressing the current kernel driver, the
LBM package will now have an input sub-packager (need to adapt meta!)
which contains the driver taken from linux-next.
Testcase: Testers in the bug report confirmed working tablets witht the
backports modules installed.
Note: While looking there I spotted a minor glitch in the rules. They do
not matter at the moment but might when we want LBM ALSA. I would vote to
slip in this minor nitpick wihtout too much fuzz.
-Stefan
Stefan Bader (2):
UBUNTU: Fix a minor typo for the alsa build
UBUNTU: Add input drivers backports
debian/control.d/flavour-control.stub | 14 +
debian/rules.d/0-common-vars.mk | 1 +
debian/rules.d/2-binary-arch.mk | 26 +-
updates/Makefile | 2 +
updates/input-drivers/Makefile | 1 +
updates/input-drivers/tablet/BOM | 3 +
updates/input-drivers/tablet/Makefile | 10 +
updates/input-drivers/tablet/compat.h | 25 +
updates/input-drivers/tablet/wacom.h | 124 +++
updates/input-drivers/tablet/wacom_sys.c | 651 +++++++++++++
updates/input-drivers/tablet/wacom_wac.c | 1500 ++++++++++++++++++++++++++++++
updates/input-drivers/tablet/wacom_wac.h | 109 +++
12 files changed, 2464 insertions(+), 2 deletions(-)
create mode 100644 updates/input-drivers/Makefile
create mode 100644 updates/input-drivers/tablet/BOM
create mode 100644 updates/input-drivers/tablet/Makefile
create mode 100644 updates/input-drivers/tablet/compat.h
create mode 100644 updates/input-drivers/tablet/wacom.h
create mode 100644 updates/input-drivers/tablet/wacom_sys.c
create mode 100644 updates/input-drivers/tablet/wacom_wac.c
create mode 100644 updates/input-drivers/tablet/wacom_wac.h
More information about the kernel-team
mailing list