From 61dfadb41b4936d2f6f173a13eb6fb410be3d7cc Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Tue, 9 Nov 2010 16:32:37 +0100 Subject: Measured touchpad range on the MBA32 Thanks hiboo. Signed-off-by: Henrik Rydberg --- Makefile | 2 +- debian/changelog | 6 ++++++ debian/postinst | 2 +- debian/postrm | 2 +- debian/prerm | 2 +- debian/rules | 2 +- usr/src/dkms_source_tree/bcm5974.c | 4 ++-- usr/src/dkms_source_tree/dkms.conf | 2 +- 8 files changed, 14 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index e181b72..d8e8dae 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = bcm5974 -VERSION = 1.1.6 +VERSION = 1.1.7 SRC = usr/src TARBALL = $(NAME)-$(VERSION).dkms.tar.gz diff --git a/debian/changelog b/debian/changelog index 6ce96e6..49035f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bcm5974-dkms (1.1.7) maverick; urgency=low + + * Measured trackpad range for MBA32 + + -- Henrik Rydberg Tue, 09 Nov 2010 16:32:06 +0100 + bcm5974-dkms (1.1.6) maverick; urgency=low * Add support for MBA31 and MBA32 models diff --git a/debian/postinst b/debian/postinst index 0df502a..ca2d261 100644 --- a/debian/postinst +++ b/debian/postinst @@ -3,7 +3,7 @@ set -e NAME=bcm5974 -VERSION=1.1.6 +VERSION=1.1.7 case "$1" in configure) diff --git a/debian/postrm b/debian/postrm index f4aa5b6..d7abaa7 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,7 @@ #!/bin/sh NAME=bcm5974 -VERSION=1.1.6 +VERSION=1.1.7 set -e diff --git a/debian/prerm b/debian/prerm index 84f2415..2b5ce18 100644 --- a/debian/prerm +++ b/debian/prerm @@ -1,7 +1,7 @@ #!/bin/sh NAME=bcm5974 -VERSION=1.1.6 +VERSION=1.1.7 set -e diff --git a/debian/rules b/debian/rules index dd44bb3..ecd7701 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 NAME=bcm5974 -VERSION=1.1.6 +VERSION=1.1.7 configure: configure-stamp configure-stamp: diff --git a/usr/src/dkms_source_tree/bcm5974.c b/usr/src/dkms_source_tree/bcm5974.c index 913126d..ee82851 100644 --- a/usr/src/dkms_source_tree/bcm5974.c +++ b/usr/src/dkms_source_tree/bcm5974.c @@ -259,8 +259,8 @@ static const struct bcm5974_config bcm5974_config_table[] = { 0x81, TYPE2, FINGER_TYPE2, FINGER_TYPE2 + SIZEOF_ALL_FINGERS, { DIM_PRESSURE, DIM_PRESSURE / SN_PRESSURE, 0, 300 }, { DIM_WIDTH, DIM_WIDTH / SN_WIDTH, 0, 2048 }, - { DIM_X, DIM_X / SN_COORD, -4460, 5166 }, - { DIM_Y, DIM_Y / SN_COORD, -75, 6700 } + { DIM_X, DIM_X / SN_COORD, -4620, 5140 }, + { DIM_Y, DIM_Y / SN_COORD, -150, 6600 } }, { USB_DEVICE_ID_APPLE_WELLSPRING4A_ANSI, diff --git a/usr/src/dkms_source_tree/dkms.conf b/usr/src/dkms_source_tree/dkms.conf index f9989f6..23ce6ba 100644 --- a/usr/src/dkms_source_tree/dkms.conf +++ b/usr/src/dkms_source_tree/dkms.conf @@ -1,5 +1,5 @@ NAME=bcm5974 -VERSION=1.1.6 +VERSION=1.1.7 PACKAGE_NAME="$NAME" PACKAGE_VERSION="$VERSION" MAKE[0]="make -C ${kernel_source_dir} -- cgit v1.2.3