diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-05-17 09:32:27 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-05-17 09:32:27 +0000 |
| commit | 638a2992065d0c3bbc2a11782435d36f85cdf3cb (patch) | |
| tree | ad23e9abde15a1d6f3e5f9f9666e0c84bbec405f | |
| parent | b2552dc923910c56f95d3e657b19507bbbf9c2b2 (diff) | |
| download | poky-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
| -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 \ |
