diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-11-09 16:32:37 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-11-09 16:32:37 +0100 |
| commit | 61dfadb41b4936d2f6f173a13eb6fb410be3d7cc (patch) | |
| tree | 0a46427daf11ccf8d8c75a17f5a02608a8f1c72c | |
| parent | 9a75d2e7fa8bb4f02a79e3ee0f69ba4796da63f9 (diff) | |
Measured touchpad range on the MBA32
Thanks hiboo.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/postinst | 2 | ||||
| -rw-r--r-- | debian/postrm | 2 | ||||
| -rw-r--r-- | debian/prerm | 2 | ||||
| -rwxr-xr-x | debian/rules | 2 | ||||
| -rw-r--r-- | usr/src/dkms_source_tree/bcm5974.c | 4 | ||||
| -rw-r--r-- | usr/src/dkms_source_tree/dkms.conf | 2 |
8 files changed, 14 insertions, 8 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | NAME = bcm5974 | 1 | NAME = bcm5974 |
| 2 | VERSION = 1.1.6 | 2 | VERSION = 1.1.7 |
| 3 | SRC = usr/src | 3 | SRC = usr/src |
| 4 | 4 | ||
| 5 | TARBALL = $(NAME)-$(VERSION).dkms.tar.gz | 5 | 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 @@ | |||
| 1 | bcm5974-dkms (1.1.7) maverick; urgency=low | ||
| 2 | |||
| 3 | * Measured trackpad range for MBA32 | ||
| 4 | |||
| 5 | -- Henrik Rydberg <rydberg@euromail.se> Tue, 09 Nov 2010 16:32:06 +0100 | ||
| 6 | |||
| 1 | bcm5974-dkms (1.1.6) maverick; urgency=low | 7 | bcm5974-dkms (1.1.6) maverick; urgency=low |
| 2 | 8 | ||
| 3 | * Add support for MBA31 and MBA32 models | 9 | * 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 @@ | |||
| 3 | set -e | 3 | set -e |
| 4 | 4 | ||
| 5 | NAME=bcm5974 | 5 | NAME=bcm5974 |
| 6 | VERSION=1.1.6 | 6 | VERSION=1.1.7 |
| 7 | 7 | ||
| 8 | case "$1" in | 8 | case "$1" in |
| 9 | configure) | 9 | configure) |
diff --git a/debian/postrm b/debian/postrm index f4aa5b6..d7abaa7 100644 --- a/debian/postrm +++ b/debian/postrm | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | NAME=bcm5974 | 3 | NAME=bcm5974 |
| 4 | VERSION=1.1.6 | 4 | VERSION=1.1.7 |
| 5 | 5 | ||
| 6 | set -e | 6 | set -e |
| 7 | 7 | ||
diff --git a/debian/prerm b/debian/prerm index 84f2415..2b5ce18 100644 --- a/debian/prerm +++ b/debian/prerm | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | NAME=bcm5974 | 3 | NAME=bcm5974 |
| 4 | VERSION=1.1.6 | 4 | VERSION=1.1.7 |
| 5 | 5 | ||
| 6 | set -e | 6 | set -e |
| 7 | 7 | ||
diff --git a/debian/rules b/debian/rules index dd44bb3..ecd7701 100755 --- a/debian/rules +++ b/debian/rules | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | #export DH_VERBOSE=1 | 5 | #export DH_VERBOSE=1 |
| 6 | 6 | ||
| 7 | NAME=bcm5974 | 7 | NAME=bcm5974 |
| 8 | VERSION=1.1.6 | 8 | VERSION=1.1.7 |
| 9 | 9 | ||
| 10 | configure: configure-stamp | 10 | configure: configure-stamp |
| 11 | configure-stamp: | 11 | 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[] = { | |||
| 259 | 0x81, TYPE2, FINGER_TYPE2, FINGER_TYPE2 + SIZEOF_ALL_FINGERS, | 259 | 0x81, TYPE2, FINGER_TYPE2, FINGER_TYPE2 + SIZEOF_ALL_FINGERS, |
| 260 | { DIM_PRESSURE, DIM_PRESSURE / SN_PRESSURE, 0, 300 }, | 260 | { DIM_PRESSURE, DIM_PRESSURE / SN_PRESSURE, 0, 300 }, |
| 261 | { DIM_WIDTH, DIM_WIDTH / SN_WIDTH, 0, 2048 }, | 261 | { DIM_WIDTH, DIM_WIDTH / SN_WIDTH, 0, 2048 }, |
| 262 | { DIM_X, DIM_X / SN_COORD, -4460, 5166 }, | 262 | { DIM_X, DIM_X / SN_COORD, -4620, 5140 }, |
| 263 | { DIM_Y, DIM_Y / SN_COORD, -75, 6700 } | 263 | { DIM_Y, DIM_Y / SN_COORD, -150, 6600 } |
| 264 | }, | 264 | }, |
| 265 | { | 265 | { |
| 266 | USB_DEVICE_ID_APPLE_WELLSPRING4A_ANSI, | 266 | 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 @@ | |||
| 1 | NAME=bcm5974 | 1 | NAME=bcm5974 |
| 2 | VERSION=1.1.6 | 2 | VERSION=1.1.7 |
| 3 | PACKAGE_NAME="$NAME" | 3 | PACKAGE_NAME="$NAME" |
| 4 | PACKAGE_VERSION="$VERSION" | 4 | PACKAGE_VERSION="$VERSION" |
| 5 | MAKE[0]="make -C ${kernel_source_dir} | 5 | MAKE[0]="make -C ${kernel_source_dir} |
