debian/changelog | 11 +++++++++-- debian/local/10-synaptics.conf | 15 +++++++++++++++ debian/local/66-xorg-synaptics.rules | 4 +++- 3 files changed, 27 insertions(+), 3 deletions(-)
New commits: commit 70ab53296ccfee40af50fd362b2e8a1cd16f561f Author: Timo Aaltonen <tjaal...@cc.hut.fi> Date: Wed Mar 31 00:27:26 2010 +0300 Release 1.2.2-1ubuntu1 diff --git a/debian/changelog b/debian/changelog index 0e07c1f..cc71bf4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -xserver-xorg-input-synaptics (1.2.2-1ubuntu1) UNRELEASED; urgency=low +xserver-xorg-input-synaptics (1.2.2-1ubuntu1) lucid; urgency=low * Merge from Debian unstable. (LP: #546933) * Rewrite old quirks to use ID_INPUT.tags. - -- Timo Aaltonen <tjaal...@ubuntu.com> Tue, 30 Mar 2010 19:21:34 +0300 + -- Timo Aaltonen <tjaal...@ubuntu.com> Wed, 31 Mar 2010 00:27:07 +0300 xserver-xorg-input-synaptics (1.2.2-1) unstable; urgency=low commit 45a035ab68ff39d00aa13d29899c9d255c602937 Author: Timo Aaltonen <tjaal...@cc.hut.fi> Date: Tue Mar 30 21:55:06 2010 +0300 Release to unstable diff --git a/debian/changelog b/debian/changelog index 1948a44..ba9f6f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xserver-xorg-input-synaptics (1.2.2-1) UNRELEASED; urgency=low +xserver-xorg-input-synaptics (1.2.2-1) unstable; urgency=low [ Timo Aaltonen ] * New upstream release. @@ -19,7 +19,7 @@ xserver-xorg-input-synaptics (1.2.2-1) UNRELEASED; urgency=low * Fix reference to the synaptics manpage in README.Debian, closes: #568628. - -- Timo Aaltonen <tjaal...@ubuntu.com> Tue, 08 Dec 2009 16:15:58 +0200 + -- Timo Aaltonen <tjaal...@ubuntu.com> Tue, 30 Mar 2010 21:51:15 +0300 xserver-xorg-input-synaptics (1.2.1-1) unstable; urgency=low commit 450c1c95e6c2c881d638074090959108839c2679 Author: Timo Aaltonen <tjaal...@cc.hut.fi> Date: Tue Mar 30 19:34:49 2010 +0300 Rewrite old quirks to use ID_INPUT.tags. diff --git a/debian/changelog b/debian/changelog index 04618eb..2228fa5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ xserver-xorg-input-synaptics (1.2.2-1ubuntu1) UNRELEASED; urgency=low * Merge from Debian unstable. (LP: #546933) + * Rewrite old quirks to use ID_INPUT.tags. -- Timo Aaltonen <tjaal...@ubuntu.com> Tue, 30 Mar 2010 19:21:34 +0300 diff --git a/debian/local/10-synaptics.conf b/debian/local/10-synaptics.conf index 22949b3..c25f30f 100644 --- a/debian/local/10-synaptics.conf +++ b/debian/local/10-synaptics.conf @@ -3,3 +3,18 @@ Section "InputClass" MatchIsTouchpad "on" Driver "synaptics" EndSection + +Section "InputClass" + Identifier "Dell Inspiron quirks" + MatchTag "inspiron_1011|inspiron_1012" + Driver "synaptics" + Option "JumpyCursorThreshold" "90" + Option "AreaBottomEdge" "4100" +EndSection + +Section "InputClass" + Identifier "HP Mininote quirks" + MatchTag "mininote_1000" + Driver "synaptics" + Option "JumpyCursorThreshold" "20" +EndSection diff --git a/debian/local/66-xorg-synaptics.rules b/debian/local/66-xorg-synaptics.rules index f4d5069..1b1ea57 100644 --- a/debian/local/66-xorg-synaptics.rules +++ b/debian/local/66-xorg-synaptics.rules @@ -5,6 +5,8 @@ ENV{ID_INPUT_TOUCHPAD}!="1", GOTO="xorg_synaptics_end" # Placeholder for platform specific quirks needing # ID_INPUT.tags to be set. - +ATTR{[dmi/id]product_name}=="Inspiron 1011", ENV{ID_INPUT.tags}="inspiron_1011" +ATTR{[dmi/id]product_name}=="Inspiron 1012", ENV{ID_INPUT.tags}="inspiron_1012" +ATTR{[dmi/id]product_name}=="HP MiniNote 1000", ENV{ID_INPUT.tags}="mininote_1000" LABEL="xorg_synaptics_end" commit 23176d25c85e974535ba65e5a1903661cf5c3671 Author: Timo Aaltonen <tjaal...@cc.hut.fi> Date: Tue Mar 30 19:22:20 2010 +0300 Update the changelog diff --git a/debian/changelog b/debian/changelog index 0792d52..04618eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xserver-xorg-input-synaptics (1.2.2-1ubuntu1) UNRELEASED; urgency=low + + * Merge from Debian unstable. (LP: #546933) + + -- Timo Aaltonen <tjaal...@ubuntu.com> Tue, 30 Mar 2010 19:21:34 +0300 + xserver-xorg-input-synaptics (1.2.2-1) UNRELEASED; urgency=low [ Timo Aaltonen ] -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1nwj5z-0000jn...@alioth.debian.org