summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-xserver
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-05-17 09:32:27 +0000
committerRichard Purdie <richard@openedhand.com>2007-05-17 09:32:27 +0000
commit638a2992065d0c3bbc2a11782435d36f85cdf3cb (patch)
treead23e9abde15a1d6f3e5f9f9666e0c84bbec405f /meta/packages/xorg-xserver
parentb2552dc923910c56f95d3e657b19507bbbf9c2b2 (diff)
downloadpoky-638a2992065d0c3bbc2a11782435d36f85cdf3cb.tar.gz
xserver-kdrive-xomap: Only use one type of button event
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1741 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-xserver')
-rw-r--r--meta/packages/xorg-xserver/xserver-kdrive-xomap/button_only.patch20
-rw-r--r--meta/packages/xorg-xserver/xserver-kdrive-xomap_X11R7.1-1.1.99.3.bb3
2 files changed, 22 insertions, 1 deletions
diff --git a/meta/packages/xorg-xserver/xserver-kdrive-xomap/button_only.patch b/meta/packages/xorg-xserver/xserver-kdrive-xomap/button_only.patch
new file mode 100644
index 0000000000..ee8c1ed680
--- /dev/null
+++ b/meta/packages/xorg-xserver/xserver-kdrive-xomap/button_only.patch
@@ -0,0 +1,20 @@
1---
2 hw/kdrive/linux/tslib.c | 5 +----
3 1 file changed, 1 insertion(+), 4 deletions(-)
4
5Index: xorg-server-1.1.99.3/hw/kdrive/linux/tslib.c
6===================================================================
7--- xorg-server-1.1.99.3.orig/hw/kdrive/linux/tslib.c 2007-05-17 10:28:12.000000000 +0100
8+++ xorg-server-1.1.99.3/hw/kdrive/linux/tslib.c 2007-05-17 10:28:42.000000000 +0100
9@@ -111,10 +111,7 @@ TsRead (int fd, void *closure)
10 event.pressure);
11 discard = 0;
12 if (event.pressure) {
13- if (event.pressure > pi->dixdev->absolute->button_threshold)
14- flags = KD_BUTTON_8;
15- else
16- flags = KD_BUTTON_1;
17+ flags = KD_BUTTON_1;
18
19 /*
20 * Here we test for the touch screen driver actually being on the
diff --git a/meta/packages/xorg-xserver/xserver-kdrive-xomap_X11R7.1-1.1.99.3.bb b/meta/packages/xorg-xserver/xserver-kdrive-xomap_X11R7.1-1.1.99.3.bb
index 52b635867d..5a9e9860c0 100644
--- a/meta/packages/xorg-xserver/xserver-kdrive-xomap_X11R7.1-1.1.99.3.bb
+++ b/meta/packages/xorg-xserver/xserver-kdrive-xomap_X11R7.1-1.1.99.3.bb
@@ -7,7 +7,7 @@ SECTION = "x11/base"
7DESCRIPTION = "X server from freedesktop.org" 7DESCRIPTION = "X server from freedesktop.org"
8DESCRIPTION_xserver-kdrive-xomap = "X server for the OMAP in the Nokia 800" 8DESCRIPTION_xserver-kdrive-xomap = "X server for the OMAP in the Nokia 800"
9 9
10PR = "r2" 10PR = "r3"
11 11
12COMPATIBLE_MACHINE = "nokia800" 12COMPATIBLE_MACHINE = "nokia800"
13 13
@@ -21,6 +21,7 @@ SRC_URI = "http://repository.maemo.org/pool/maemo3.0/free/source/xorg-server_1.1
21 file://enable-builtin-fonts.patch;patch=1 \ 21 file://enable-builtin-fonts.patch;patch=1 \
22 file://xcalibrate.patch;patch=1 \ 22 file://xcalibrate.patch;patch=1 \
23 file://fixups.patch;patch=1 \ 23 file://fixups.patch;patch=1 \
24 file://button_only.patch;patch=1 \
24 file://calibrateext.patch;patch=1" 25 file://calibrateext.patch;patch=1"
25# file://kdrive-evdev.patch;patch=1 \ 26# file://kdrive-evdev.patch;patch=1 \
26# file://kdrive-use-evdev.patch;patch=1 \ 27# file://kdrive-use-evdev.patch;patch=1 \