From 9a75d2e7fa8bb4f02a79e3ee0f69ba4796da63f9 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 4 Nov 2010 14:46:22 +0100 Subject: Add support for MBA31 and MBA32 models Note the dependency on hid-dkms-1.0.6 Signed-off-by: Henrik Rydberg --- Makefile | 2 +- debian/changelog | 6 ++++++ debian/control | 2 +- debian/postinst | 2 +- debian/postrm | 2 +- debian/prerm | 2 +- debian/rules | 2 +- usr/src/dkms_source_tree/dkms.conf | 2 +- 8 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index afd5167..e181b72 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = bcm5974 -VERSION = 1.1.5 +VERSION = 1.1.6 SRC = usr/src TARBALL = $(NAME)-$(VERSION).dkms.tar.gz diff --git a/debian/changelog b/debian/changelog index ef71eb4..6ce96e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bcm5974-dkms (1.1.6) maverick; urgency=low + + * Add support for MBA31 and MBA32 models + + -- Henrik Rydberg Thu, 04 Nov 2010 14:45:20 +0100 + bcm5974-dkms (1.1.5) maverick; urgency=low * Update maverick version to kernel version 2.6.36 diff --git a/debian/control b/debian/control index ecc0ac2..21893be 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: http://bitmath.org/code/bcm5974-dkms/ Package: bcm5974-dkms Architecture: all -Depends: dkms (>= 1.95), bash (>> 1.99) +Depends: dkms (>= 1.95), bash (>> 1.99), hid-dkms (>= 1.0.6) Description: Apple USB BCM5974 Multitouch trackpad support (DKMS) This driver adds support for the multitouch trackpad on the new Apple Macbook Air and Macbook Pro Penryn laptops. It replaces the diff --git a/debian/postinst b/debian/postinst index 7395342..0df502a 100644 --- a/debian/postinst +++ b/debian/postinst @@ -3,7 +3,7 @@ set -e NAME=bcm5974 -VERSION=1.1.5 +VERSION=1.1.6 case "$1" in configure) diff --git a/debian/postrm b/debian/postrm index d51b5d7..f4aa5b6 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,7 @@ #!/bin/sh NAME=bcm5974 -VERSION=1.1.5 +VERSION=1.1.6 set -e diff --git a/debian/prerm b/debian/prerm index 5321b8b..84f2415 100644 --- a/debian/prerm +++ b/debian/prerm @@ -1,7 +1,7 @@ #!/bin/sh NAME=bcm5974 -VERSION=1.1.5 +VERSION=1.1.6 set -e diff --git a/debian/rules b/debian/rules index ec2ab0c..dd44bb3 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 NAME=bcm5974 -VERSION=1.1.5 +VERSION=1.1.6 configure: configure-stamp configure-stamp: diff --git a/usr/src/dkms_source_tree/dkms.conf b/usr/src/dkms_source_tree/dkms.conf index 09be17b..f9989f6 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.5 +VERSION=1.1.6 PACKAGE_NAME="$NAME" PACKAGE_VERSION="$VERSION" MAKE[0]="make -C ${kernel_source_dir} -- cgit v1.2.3