summaryrefslogtreecommitdiff
path: root/bcm5974-dkms-mkdeb/debian
diff options
context:
space:
mode:
Diffstat (limited to 'bcm5974-dkms-mkdeb/debian')
-rw-r--r--bcm5974-dkms-mkdeb/debian/README.Debian23
-rw-r--r--bcm5974-dkms-mkdeb/debian/changelog3
-rw-r--r--bcm5974-dkms-mkdeb/debian/control5
-rw-r--r--bcm5974-dkms-mkdeb/debian/copyright41
-rw-r--r--bcm5974-dkms-mkdeb/debian/dirs1
5 files changed, 63 insertions, 10 deletions
diff --git a/bcm5974-dkms-mkdeb/debian/README.Debian b/bcm5974-dkms-mkdeb/debian/README.Debian
index 7a1b108..1f170f1 100644
--- a/bcm5974-dkms-mkdeb/debian/README.Debian
+++ b/bcm5974-dkms-mkdeb/debian/README.Debian
@@ -1,10 +1,23 @@
1MODULE_NAME DKMS module for Debian 1MODULE_NAME DKMS module for Debian
2 2
3This driver adds support for the multitouch trackpad on the new 3BCM5974: This driver adds support for the multitouch trackpad on the
4Apple Macbook Air and Macbook Pro Penryn laptops. It replaces the 4new Apple Macbook Air and Macbook Pro Penryn laptops. It replaces the
5appletouch driver on those computers, and integrates well with the 5appletouch driver on those computers, and integrates well with the
6synaptics driver of the Xorg system. 6synaptics driver of the Xorg system.
7 7
8This package was automatically generated by the DKMS system, 8Known to work on Macbook Air and Macbook Pro Penryn.
9for distribution on Debian based operating systems.
10 9
10* Install the debian package (uses dkms)
11
12* Reboot
13
14Post installation
15
16* Make sure your /etc/X11/xorg.conf settings are sane.
17
18* If experiencing problems with your xorg settings, try the
19 bcm5974-diagnostics script (dkms installs the source under /usr/src/).
20
21Enjoy!
22
23Henrik Rydberg <rydberg@euromail.se>
diff --git a/bcm5974-dkms-mkdeb/debian/changelog b/bcm5974-dkms-mkdeb/debian/changelog
index 029a7bc..3ea1523 100644
--- a/bcm5974-dkms-mkdeb/debian/changelog
+++ b/bcm5974-dkms-mkdeb/debian/changelog
@@ -1,6 +1,5 @@
1MODULE_NAME-dkms (MODULE_VERSION) unstable; urgency=low 1MODULE_NAME-dkms (MODULE_VERSION) unstable; urgency=low
2 2
3 * Automatically packaged by DKMS. 3 * Switch back to normal mode when closing
4 4
5 -- Henrik Rydberg <rydberg@euromail.se> DATE_STAMP 5 -- Henrik Rydberg <rydberg@euromail.se> DATE_STAMP
6
diff --git a/bcm5974-dkms-mkdeb/debian/control b/bcm5974-dkms-mkdeb/debian/control
index ad717e6..c5497bf 100644
--- a/bcm5974-dkms-mkdeb/debian/control
+++ b/bcm5974-dkms-mkdeb/debian/control
@@ -4,8 +4,13 @@ Priority: optional
4Maintainer: Henrik Rydberg <rydberg@euromail.se> 4Maintainer: Henrik Rydberg <rydberg@euromail.se>
5Build-Depends: debhelper (>= 5) 5Build-Depends: debhelper (>= 5)
6Standards-Version: 3.7.2 6Standards-Version: 3.7.2
7Homepage: http://web.comhem.se/rydberg/Bits/
7 8
8Package: MODULE_NAME-dkms 9Package: MODULE_NAME-dkms
9Architecture: all 10Architecture: all
10Depends: dkms (>= 1.95), bash (>> 1.99) 11Depends: dkms (>= 1.95), bash (>> 1.99)
11Description: Apple USB BCM5974 Multitouch trackpad support (DKMS) 12Description: Apple USB BCM5974 Multitouch trackpad support (DKMS)
13 This driver adds support for the multitouch trackpad on the new
14 Apple Macbook Air and Macbook Pro Penryn laptops. It replaces the
15 appletouch driver on those computers, and integrates well with the
16 synaptics driver of the Xorg system.
diff --git a/bcm5974-dkms-mkdeb/debian/copyright b/bcm5974-dkms-mkdeb/debian/copyright
index d690e83..e00b447 100644
--- a/bcm5974-dkms-mkdeb/debian/copyright
+++ b/bcm5974-dkms-mkdeb/debian/copyright
@@ -1,4 +1,41 @@
1GNU GENERAL PUBLIC LICENSE Version 2 1The bcm5974-dkms package was created using DKMS <dkms-devel@dell.com>
2 2
3See the LICENSE file of this distribution for details. 3Source URL: http://web.comhem.se/rydberg/Bits/
4 4
5Upstream Author: Henrik Rydberg <rydberg@euromail.se>
6
7Copyright:
8 Copyright (C) 2008 Henrik Rydberg (rydberg@euromail.se)
9
10 The USB initialization and package decoding was made by
11 Scott Shawcroft as part of the touchd user-space driver project:
12 Copyright (C) 2008 Scott Shawcroft (scott.shawcroft@gmail.com)
13
14 The BCM5974 driver is based on the appletouch driver:
15 Copyright (C) 2001-2004 Greg Kroah-Hartman (greg@kroah.com)
16 Copyright (C) 2005 Johannes Berg (johannes@sipsolutions.net)
17 Copyright (C) 2005 Stelian Pop (stelian@popies.net)
18 Copyright (C) 2005 Frank Arnold (frank@scirocco-5v-turbo.de)
19 Copyright (C) 2005 Peter Osterlund (petero2@telia.com)
20 Copyright (C) 2005 Michael Hanselmann (linux-kernel@hansmi.ch)
21 Copyright (C) 2006 Nicolas Boichat (nicolas@boichat.ch)
22
23License:
24
25 This program is free software; you can redistribute it and/or modify
26 it under the terms of the GNU General Public License as published by
27 the Free Software Foundation; either version 2 of the License, or
28 (at your option) any later version.
29
30 This program is distributed in the hope that it will be useful,
31 but WITHOUT ANY WARRANTY; without even the implied warranty of
32 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33 GNU General Public License for more details.
34
35 You should have received a copy of the GNU General Public License
36 along with this program; if not, write to the Free Software
37 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
38
39Packaging:
40 Copyright (C) 2008 by Henrik Rydberg <rydberg@euromail.se>
41 released under GPL 2
diff --git a/bcm5974-dkms-mkdeb/debian/dirs b/bcm5974-dkms-mkdeb/debian/dirs
index 2b01d9a..b601f22 100644
--- a/bcm5974-dkms-mkdeb/debian/dirs
+++ b/bcm5974-dkms-mkdeb/debian/dirs
@@ -1,2 +1 @@
1usr/src usr/src
2etc/modprobe.d