diff options
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/xorg-xserver/xserver-kdrive-xomap/button_only.patch | 20 | ||||
-rw-r--r-- | meta/packages/xorg-xserver/xserver-kdrive-xomap_X11R7.1-1.1.99.3.bb | 3 |
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 | |||
5 | Index: 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" | |||
7 | DESCRIPTION = "X server from freedesktop.org" | 7 | DESCRIPTION = "X server from freedesktop.org" |
8 | DESCRIPTION_xserver-kdrive-xomap = "X server for the OMAP in the Nokia 800" | 8 | DESCRIPTION_xserver-kdrive-xomap = "X server for the OMAP in the Nokia 800" |
9 | 9 | ||
10 | PR = "r2" | 10 | PR = "r3" |
11 | 11 | ||
12 | COMPATIBLE_MACHINE = "nokia800" | 12 | COMPATIBLE_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 \ |