[PATCH 0/2] [Maverick LBM] SRU: Add input drivers package

Leann Ogasawara leann.ogasawara at canonical.com
Wed Oct 20 16:23:09 UTC 2010


On Fri, 2010-10-15 at 13:16 +0200, Stefan Bader wrote:
> 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

* Obvious fix up for a typo.  Looks sane and necessary.

>   UBUNTU: Add input drivers backports

Looks reasonable and has positive confirmation from bug reporters.
Since LBM is a purely elective install, I see no risk of regression.

Acked-by: Leann Ogasawara <leann.ogasawara at canonical.com>

>  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