diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-01 01:19:41 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-01 01:19:41 +0200 |
commit | 107327eb915d948740dafae15e7cdbf81b8c59c1 (patch) | |
tree | 99056011bf66fdbbc8c6665db10eaba507faa33c /recipes/zaurusd | |
parent | caa7a37b973c1bd178f519d9fd5460e0bc040fc3 (diff) | |
parent | 7354ce1960407a294d76edaab5e34a98d888c2b1 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/zaurusd')
-rw-r--r-- | recipes/zaurusd/files/avoid-rotated-server.patch | 7 | ||||
-rw-r--r-- | recipes/zaurusd/files/use-ts-symlink-instead-of-hardcoding.diff | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/recipes/zaurusd/files/avoid-rotated-server.patch b/recipes/zaurusd/files/avoid-rotated-server.patch index 0ee601222e..8d724017dc 100644 --- a/recipes/zaurusd/files/avoid-rotated-server.patch +++ b/recipes/zaurusd/files/avoid-rotated-server.patch @@ -16,12 +16,9 @@ Index: zaurusd/config/mach-config/mach-borzoi-vars.in =================================================================== --- zaurusd.orig/config/mach-config/mach-borzoi-vars.in 2009-03-07 11:04:43.000000000 +0000 +++ zaurusd/config/mach-config/mach-borzoi-vars.in 2009-06-22 20:51:00.000000000 +0000 -@@ -5,6 +5,9 @@ - SWITCH_EVENT_DEVICE=/dev/input/event0 - +@@ -7,4 +7,7 @@ TSKEYS_CONF=@appconfdir@/tskeys/zaurus-cxx00.conf --TSKEYS_DEVICE=/dev/input/event1 -+TSKEYS_DEVICE=/dev/input/touchscreen0 + TSKEYS_DEVICE=/dev/input/event1 -ALSA_MIXER_INIT=@appconfdir@/alsa/cxx00-default.state \ No newline at end of file diff --git a/recipes/zaurusd/files/use-ts-symlink-instead-of-hardcoding.diff b/recipes/zaurusd/files/use-ts-symlink-instead-of-hardcoding.diff index 55118f6aaa..9c418ec5f9 100644 --- a/recipes/zaurusd/files/use-ts-symlink-instead-of-hardcoding.diff +++ b/recipes/zaurusd/files/use-ts-symlink-instead-of-hardcoding.diff @@ -15,7 +15,7 @@ SWITCH_EVENT_DEVICE=/dev/input/event0 TSKEYS_CONF=@appconfdir@/tskeys/zaurus-cxx00.conf --TSKEYS_DEVICE=/dev/input/touchscreen0 +-TSKEYS_DEVICE=/dev/input/event1 +TSKEYS_DEVICE=/dev/input/touchscreen0 ALSA_MIXER_INIT=@appconfdir@/alsa/cxx00-default.state |