~ubuntu-branches/ubuntu/raring/xserver-xorg-input-synaptics/raring-proposed

« back to all changes in this revision

Viewing changes to debian/patches/130_dont_enable_rightbutton_area.patch

  • Committer: Package Import Robot
  • Author(s): Chase Douglas
  • Date: 2012-06-07 10:07:18 UTC
  • Revision ID: package-import@ubuntu.com-20120607100718-2jbzo3yqvtjuuhxy
Tags: 1.6.1-1ubuntu2
* Enable right button clickpad area by default (LP: #972727)
  - Upstream has this enabled. We had it disabled for Precise due to the
    feature landing well after feature freeze. This change puts us back in
    sync with upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From 797e51a27f48a93da9f3fb3355ca78c483029e63 Mon Sep 17 00:00:00 2001
2
 
From: Chase Douglas <chase.douglas@canonical.com>
3
 
Date: Fri, 23 Mar 2012 10:58:52 -0700
4
 
Subject: [PATCH] Revert "conf: enable right-button click by default on
5
 
 non-Apple clickpads"
6
 
 
7
 
This is a behavior change that is inappropriate at this point in the
8
 
Precise release cycle
9
 
 
10
 
This reverts commit b6779458bcdb049480310ba1acb3991ad061ffc7.
11
 
---
12
 
 conf/50-synaptics.conf |   18 ------------------
13
 
 1 files changed, 0 insertions(+), 18 deletions(-)
14
 
 
15
 
diff --git a/conf/50-synaptics.conf b/conf/50-synaptics.conf
16
 
index 822f7a4..5ec7e78 100644
17
 
--- a/conf/50-synaptics.conf
18
 
+++ b/conf/50-synaptics.conf
19
 
@@ -24,21 +24,3 @@ Section "InputClass"
20
 
         MatchDevicePath "/dev/input/mouse*"
21
 
         Option "Ignore" "on"
22
 
 EndSection
23
 
-
24
 
-# This option enables the bottom right corner to be a right button on
25
 
-# non-synaptics clickpads.
26
 
-# This option is only interpreted by clickpads.
27
 
-Section "InputClass"
28
 
-        Identifier "Default clickpad buttons"
29
 
-        MatchDriver "synaptics"
30
 
-        Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
31
 
-EndSection
32
 
-
33
 
-# This option disables software buttons on Apple touchpads.
34
 
-# This option is only interpreted by clickpads.
35
 
-Section "InputClass"
36
 
-        Identifier "Disable clickpad buttons on Apple touchpads"
37
 
-        MatchProduct "Apple|bcm5974"
38
 
-        MatchDriver "synaptics"
39
 
-        Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
40
 
-EndSection
41
 
1.7.9.1
42