diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-06-29 00:04:44 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-06-29 00:04:44 +0200 |
commit | 8c942c2a74598c84dbe9646bbd6bbde6525ca53f (patch) | |
tree | 3cbd38cc1ed1b873ba9e880b281426dc54fcfadc | |
parent | 1920ebb6d5153327d69240575c83ffd50f679354 (diff) |
zaurusd: fix borzoi patch
- the sources are terrible.. full of missing newlines at the end...
-rw-r--r-- | recipes/zaurusd/files/use-ts-symlink-instead-of-hardcoding.diff | 2 |
1 files changed, 1 insertions, 1 deletions
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 9c418ec5f9..55118f6aaa 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/event1 +-TSKEYS_DEVICE=/dev/input/touchscreen0 +TSKEYS_DEVICE=/dev/input/touchscreen0 ALSA_MIXER_INIT=@appconfdir@/alsa/cxx00-default.state |