All of lore.kernel.org
 help / color / mirror / Atom feed
* [STABLE][PATCH] zaurusd: point tskeys to the real ts device instead hardcoding it to event1
@ 2009-05-07  8:49 Koen Kooi
  2009-05-07 21:44 ` Paul Eggleton
  2009-05-10 12:04 ` Philip Balister
  0 siblings, 2 replies; 5+ messages in thread
From: Koen Kooi @ 2009-05-07  8:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

From: Koen Kooi <koen@openembedded.org>


Signed-off-by: Koen Kooi <koen@openembedded.org>
---
 .../use-ts-symlink-instead-of-hardcoding.diff      |   88 ++++++++++++++++++++
 recipes/zaurusd/zaurusd_svn.bb                     |    5 +-
 2 files changed, 91 insertions(+), 2 deletions(-)
 create mode 100644 recipes/zaurusd/files/use-ts-symlink-instead-of-hardcoding.diff

diff --git a/recipes/zaurusd/files/use-ts-symlink-instead-of-hardcoding.diff b/recipes/zaurusd/files/use-ts-symlink-instead-of-hardcoding.diff
new file mode 100644
index 0000000..b49a21f
--- /dev/null
+++ b/recipes/zaurusd/files/use-ts-symlink-instead-of-hardcoding.diff
@@ -0,0 +1,88 @@
+--- /tmp/mach-akita-vars.in	2009-04-28 16:39:58.000000000 +0200
++++ zaurusd/config/mach-config/mach-akita-vars.in	2009-04-28 16:40:06.000000000 +0200
+@@ -5,6 +5,6 @@
+ SWITCH_EVENT_DEVICE=/dev/input/event0
+ 
+ TSKEYS_CONF=@appconfdir@/tskeys/zaurus-cxx00.conf
+-TSKEYS_DEVICE=/dev/input/event1
++TSKEYS_DEVICE=/dev/input/touchscreen0
+ 
+ ALSA_MIXER_INIT=@appconfdir@/alsa/cxx00-default.state
+\ No newline at end of file
+--- /tmp/mach-borzoi-vars.in	2009-04-28 16:39:58.000000000 +0200
++++ zaurusd/config/mach-config/mach-borzoi-vars.in	2009-04-28 16:40:06.000000000 +0200
+@@ -5,6 +5,6 @@
+ SWITCH_EVENT_DEVICE=/dev/input/event0
+ 
+ TSKEYS_CONF=@appconfdir@/tskeys/zaurus-cxx00.conf
+-TSKEYS_DEVICE=/dev/input/event1
++TSKEYS_DEVICE=/dev/input/touchscreen0
+ 
+ ALSA_MIXER_INIT=@appconfdir@/alsa/cxx00-default.state
+\ No newline at end of file
+--- /tmp/mach-corgi-vars.in	2009-04-28 16:39:58.000000000 +0200
++++ zaurusd/config/mach-config/mach-corgi-vars.in	2009-04-28 16:40:06.000000000 +0200
+@@ -5,6 +5,6 @@
+ SWITCH_EVENT_DEVICE=/dev/input/event0
+ 
+ TSKEYS_CONF=@appconfdir@/tskeys/zaurus-c7x0.conf
+-TSKEYS_DEVICE=/dev/input/event1
++TSKEYS_DEVICE=/dev/input/touchscreen0
+ 
+ ALSA_MIXER_INIT=@appconfdir@/alsa/c7x0-default.state
+\ No newline at end of file
+--- /tmp/mach-husky-vars.in	2009-04-28 16:39:58.000000000 +0200
++++ zaurusd/config/mach-config/mach-husky-vars.in	2009-04-28 16:40:06.000000000 +0200
+@@ -5,6 +5,6 @@
+ SWITCH_EVENT_DEVICE=/dev/input/event0
+ 
+ TSKEYS_CONF=@appconfdir@/tskeys/zaurus-c7x0.conf
+-TSKEYS_DEVICE=/dev/input/event1
++TSKEYS_DEVICE=/dev/input/touchscreen0
+ 
+ ALSA_MIXER_INIT=@appconfdir@/alsa/c7x0-default.state
+\ No newline at end of file
+--- /tmp/mach-poodle-vars	2009-04-28 16:39:58.000000000 +0200
++++ zaurusd/config/mach-config/mach-poodle-vars	2009-04-28 16:40:06.000000000 +0200
+@@ -4,6 +4,6 @@
+ SWITCH_EVENT_DEVICE=/dev/input/event0
+ 
+ #TSKEYS_CONF=@appconfdir@/tskeys/zaurus-clamshell.conf
+-#TSKEYS_DEVICE=/dev/input/event1
++#TSKEYS_DEVICE=/dev/input/touchscreen0
+ 
+ ALSA_MIXER_INIT=@appconfdir@/alsa/poodle-default.state
+\ No newline at end of file
+--- /tmp/mach-shepherd-vars.in	2009-04-28 16:39:58.000000000 +0200
++++ zaurusd/config/mach-config/mach-shepherd-vars.in	2009-04-28 16:40:06.000000000 +0200
+@@ -5,6 +5,6 @@
+ SWITCH_EVENT_DEVICE=/dev/input/event0
+ 
+ TSKEYS_CONF=@appconfdir@/tskeys/zaurus-c7x0.conf
+-TSKEYS_DEVICE=/dev/input/event1
++TSKEYS_DEVICE=/dev/input/touchscreen0
+ 
+ ALSA_MIXER_INIT=@appconfdir@/alsa/c7x0-default.state
+\ No newline at end of file
+--- /tmp/mach-spitz-vars.in	2009-04-28 16:39:58.000000000 +0200
++++ zaurusd/config/mach-config/mach-spitz-vars.in	2009-04-28 16:40:06.000000000 +0200
+@@ -5,6 +5,6 @@
+ SWITCH_EVENT_DEVICE=/dev/input/event0
+ 
+ TSKEYS_CONF=@appconfdir@/tskeys/zaurus-cxx00.conf
+-TSKEYS_DEVICE=/dev/input/event1
++TSKEYS_DEVICE=/dev/input/touchscreen0
+ 
+ ALSA_MIXER_INIT=@appconfdir@/alsa/cxx00-default.state
+\ No newline at end of file
+--- /tmp/mach-tosa-vars.in	2009-04-28 16:39:58.000000000 +0200
++++ zaurusd/config/mach-config/mach-tosa-vars.in	2009-04-28 16:40:06.000000000 +0200
+@@ -4,6 +4,6 @@
+ SWITCH_EVENT_DEVICE=/dev/input/event0
+ 
+ #TSKEYS_CONF=@appconfdir@/tskeys/zaurus-clamshell.conf
+-#TSKEYS_DEVICE=/dev/input/event1
++#TSKEYS_DEVICE=/dev/input/touchscreen0
+ 
+ ALSA_MIXER_INIT=@appconfdir@/alsa/6000x-default.state
+\ No newline at end of file
diff --git a/recipes/zaurusd/zaurusd_svn.bb b/recipes/zaurusd/zaurusd_svn.bb
index 2ad405e..b2b1622 100644
--- a/recipes/zaurusd/zaurusd_svn.bb
+++ b/recipes/zaurusd/zaurusd_svn.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL"
 DEPENDS = "tslib"
 RDEPENDS = "procps"
 PV = "0.0+svn${SRCDATE}"
-PR = "r18"
+PR = "r19"
 
 SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http \
            file://zaurus-hinge.in \
@@ -18,7 +18,8 @@ SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http \
 	   file://zaurus-hinge.bl-on \
 	   file://zaurus-hinge.bl-off \
 	   file://01-check-toggle-landscape \
-	   file://01-check-toggle-portait"
+	   file://01-check-toggle-portait \
+       file://use-ts-symlink-instead-of-hardcoding.diff;patch=1 "
 
 
 S = "${WORKDIR}/${PN}"
-- 
1.5.6.5




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [STABLE][PATCH] zaurusd: point tskeys to the real ts device instead hardcoding it to event1
  2009-05-07  8:49 [STABLE][PATCH] zaurusd: point tskeys to the real ts device instead hardcoding it to event1 Koen Kooi
@ 2009-05-07 21:44 ` Paul Eggleton
  2009-05-10 16:11   ` Koen Kooi
  2009-05-10 12:04 ` Philip Balister
  1 sibling, 1 reply; 5+ messages in thread
From: Paul Eggleton @ 2009-05-07 21:44 UTC (permalink / raw)
  To: openembedded-devel

On Thu, 07 May 2009, Koen Kooi wrote:
> From: Koen Kooi <koen@openembedded.org>
>
>
> Signed-off-by: Koen Kooi <koen@openembedded.org>

Acked-by; Paul Eggleton <bluelightning@bluelightning.org>



> ---
>  .../use-ts-symlink-instead-of-hardcoding.diff      |   88
> ++++++++++++++++++++ recipes/zaurusd/zaurusd_svn.bb                     |  
>  5 +-
>  2 files changed, 91 insertions(+), 2 deletions(-)
>  create mode 100644
> recipes/zaurusd/files/use-ts-symlink-instead-of-hardcoding.diff
>
> diff --git
> a/recipes/zaurusd/files/use-ts-symlink-instead-of-hardcoding.diff
> b/recipes/zaurusd/files/use-ts-symlink-instead-of-hardcoding.diff new file
> mode 100644
> index 0000000..b49a21f
> --- /dev/null
> +++ b/recipes/zaurusd/files/use-ts-symlink-instead-of-hardcoding.diff
> @@ -0,0 +1,88 @@
> +--- /tmp/mach-akita-vars.in	2009-04-28 16:39:58.000000000 +0200
> ++++ zaurusd/config/mach-config/mach-akita-vars.in	2009-04-28
> 16:40:06.000000000 +0200 +@@ -5,6 +5,6 @@
> + SWITCH_EVENT_DEVICE=/dev/input/event0
> +
> + TSKEYS_CONF=@appconfdir@/tskeys/zaurus-cxx00.conf
> +-TSKEYS_DEVICE=/dev/input/event1
> ++TSKEYS_DEVICE=/dev/input/touchscreen0
> +
> + ALSA_MIXER_INIT=@appconfdir@/alsa/cxx00-default.state
> +\ No newline at end of file
> +--- /tmp/mach-borzoi-vars.in	2009-04-28 16:39:58.000000000 +0200
> ++++ zaurusd/config/mach-config/mach-borzoi-vars.in	2009-04-28
> 16:40:06.000000000 +0200 +@@ -5,6 +5,6 @@
> + SWITCH_EVENT_DEVICE=/dev/input/event0
> +
> + TSKEYS_CONF=@appconfdir@/tskeys/zaurus-cxx00.conf
> +-TSKEYS_DEVICE=/dev/input/event1
> ++TSKEYS_DEVICE=/dev/input/touchscreen0
> +
> + ALSA_MIXER_INIT=@appconfdir@/alsa/cxx00-default.state
> +\ No newline at end of file
> +--- /tmp/mach-corgi-vars.in	2009-04-28 16:39:58.000000000 +0200
> ++++ zaurusd/config/mach-config/mach-corgi-vars.in	2009-04-28
> 16:40:06.000000000 +0200 +@@ -5,6 +5,6 @@
> + SWITCH_EVENT_DEVICE=/dev/input/event0
> +
> + TSKEYS_CONF=@appconfdir@/tskeys/zaurus-c7x0.conf
> +-TSKEYS_DEVICE=/dev/input/event1
> ++TSKEYS_DEVICE=/dev/input/touchscreen0
> +
> + ALSA_MIXER_INIT=@appconfdir@/alsa/c7x0-default.state
> +\ No newline at end of file
> +--- /tmp/mach-husky-vars.in	2009-04-28 16:39:58.000000000 +0200
> ++++ zaurusd/config/mach-config/mach-husky-vars.in	2009-04-28
> 16:40:06.000000000 +0200 +@@ -5,6 +5,6 @@
> + SWITCH_EVENT_DEVICE=/dev/input/event0
> +
> + TSKEYS_CONF=@appconfdir@/tskeys/zaurus-c7x0.conf
> +-TSKEYS_DEVICE=/dev/input/event1
> ++TSKEYS_DEVICE=/dev/input/touchscreen0
> +
> + ALSA_MIXER_INIT=@appconfdir@/alsa/c7x0-default.state
> +\ No newline at end of file
> +--- /tmp/mach-poodle-vars	2009-04-28 16:39:58.000000000 +0200
> ++++ zaurusd/config/mach-config/mach-poodle-vars	2009-04-28
> 16:40:06.000000000 +0200 +@@ -4,6 +4,6 @@
> + SWITCH_EVENT_DEVICE=/dev/input/event0
> +
> + #TSKEYS_CONF=@appconfdir@/tskeys/zaurus-clamshell.conf
> +-#TSKEYS_DEVICE=/dev/input/event1
> ++#TSKEYS_DEVICE=/dev/input/touchscreen0
> +
> + ALSA_MIXER_INIT=@appconfdir@/alsa/poodle-default.state
> +\ No newline at end of file
> +--- /tmp/mach-shepherd-vars.in	2009-04-28 16:39:58.000000000 +0200
> ++++ zaurusd/config/mach-config/mach-shepherd-vars.in	2009-04-28
> 16:40:06.000000000 +0200 +@@ -5,6 +5,6 @@
> + SWITCH_EVENT_DEVICE=/dev/input/event0
> +
> + TSKEYS_CONF=@appconfdir@/tskeys/zaurus-c7x0.conf
> +-TSKEYS_DEVICE=/dev/input/event1
> ++TSKEYS_DEVICE=/dev/input/touchscreen0
> +
> + ALSA_MIXER_INIT=@appconfdir@/alsa/c7x0-default.state
> +\ No newline at end of file
> +--- /tmp/mach-spitz-vars.in	2009-04-28 16:39:58.000000000 +0200
> ++++ zaurusd/config/mach-config/mach-spitz-vars.in	2009-04-28
> 16:40:06.000000000 +0200 +@@ -5,6 +5,6 @@
> + SWITCH_EVENT_DEVICE=/dev/input/event0
> +
> + TSKEYS_CONF=@appconfdir@/tskeys/zaurus-cxx00.conf
> +-TSKEYS_DEVICE=/dev/input/event1
> ++TSKEYS_DEVICE=/dev/input/touchscreen0
> +
> + ALSA_MIXER_INIT=@appconfdir@/alsa/cxx00-default.state
> +\ No newline at end of file
> +--- /tmp/mach-tosa-vars.in	2009-04-28 16:39:58.000000000 +0200
> ++++ zaurusd/config/mach-config/mach-tosa-vars.in	2009-04-28
> 16:40:06.000000000 +0200 +@@ -4,6 +4,6 @@
> + SWITCH_EVENT_DEVICE=/dev/input/event0
> +
> + #TSKEYS_CONF=@appconfdir@/tskeys/zaurus-clamshell.conf
> +-#TSKEYS_DEVICE=/dev/input/event1
> ++#TSKEYS_DEVICE=/dev/input/touchscreen0
> +
> + ALSA_MIXER_INIT=@appconfdir@/alsa/6000x-default.state
> +\ No newline at end of file
> diff --git a/recipes/zaurusd/zaurusd_svn.bb
> b/recipes/zaurusd/zaurusd_svn.bb index 2ad405e..b2b1622 100644
> --- a/recipes/zaurusd/zaurusd_svn.bb
> +++ b/recipes/zaurusd/zaurusd_svn.bb
> @@ -4,7 +4,7 @@ LICENSE = "GPL"
>  DEPENDS = "tslib"
>  RDEPENDS = "procps"
>  PV = "0.0+svn${SRCDATE}"
> -PR = "r18"
> +PR = "r19"
>
>  SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http
> \ file://zaurus-hinge.in \
> @@ -18,7 +18,8 @@ SRC_URI =
> "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http \
> file://zaurus-hinge.bl-on \
>  	   file://zaurus-hinge.bl-off \
>  	   file://01-check-toggle-landscape \
> -	   file://01-check-toggle-portait"
> +	   file://01-check-toggle-portait \
> +       file://use-ts-symlink-instead-of-hardcoding.diff;patch=1 "
>
>
>  S = "${WORKDIR}/${PN}"




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [STABLE][PATCH] zaurusd: point tskeys to the real ts device instead hardcoding it to event1
  2009-05-07  8:49 [STABLE][PATCH] zaurusd: point tskeys to the real ts device instead hardcoding it to event1 Koen Kooi
  2009-05-07 21:44 ` Paul Eggleton
@ 2009-05-10 12:04 ` Philip Balister
  1 sibling, 0 replies; 5+ messages in thread
From: Philip Balister @ 2009-05-10 12:04 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 5322 bytes --]

Acked-by: Philip Balister <philip@balister.org>

Koen Kooi wrote:
> From: Koen Kooi <koen@openembedded.org>
> 
> 
> Signed-off-by: Koen Kooi <koen@openembedded.org>
> ---
>  .../use-ts-symlink-instead-of-hardcoding.diff      |   88 ++++++++++++++++++++
>  recipes/zaurusd/zaurusd_svn.bb                     |    5 +-
>  2 files changed, 91 insertions(+), 2 deletions(-)
>  create mode 100644 recipes/zaurusd/files/use-ts-symlink-instead-of-hardcoding.diff
> 
> diff --git a/recipes/zaurusd/files/use-ts-symlink-instead-of-hardcoding.diff b/recipes/zaurusd/files/use-ts-symlink-instead-of-hardcoding.diff
> new file mode 100644
> index 0000000..b49a21f
> --- /dev/null
> +++ b/recipes/zaurusd/files/use-ts-symlink-instead-of-hardcoding.diff
> @@ -0,0 +1,88 @@
> +--- /tmp/mach-akita-vars.in	2009-04-28 16:39:58.000000000 +0200
> ++++ zaurusd/config/mach-config/mach-akita-vars.in	2009-04-28 16:40:06.000000000 +0200
> +@@ -5,6 +5,6 @@
> + SWITCH_EVENT_DEVICE=/dev/input/event0
> + 
> + TSKEYS_CONF=@appconfdir@/tskeys/zaurus-cxx00.conf
> +-TSKEYS_DEVICE=/dev/input/event1
> ++TSKEYS_DEVICE=/dev/input/touchscreen0
> + 
> + ALSA_MIXER_INIT=@appconfdir@/alsa/cxx00-default.state
> +\ No newline at end of file
> +--- /tmp/mach-borzoi-vars.in	2009-04-28 16:39:58.000000000 +0200
> ++++ zaurusd/config/mach-config/mach-borzoi-vars.in	2009-04-28 16:40:06.000000000 +0200
> +@@ -5,6 +5,6 @@
> + SWITCH_EVENT_DEVICE=/dev/input/event0
> + 
> + TSKEYS_CONF=@appconfdir@/tskeys/zaurus-cxx00.conf
> +-TSKEYS_DEVICE=/dev/input/event1
> ++TSKEYS_DEVICE=/dev/input/touchscreen0
> + 
> + ALSA_MIXER_INIT=@appconfdir@/alsa/cxx00-default.state
> +\ No newline at end of file
> +--- /tmp/mach-corgi-vars.in	2009-04-28 16:39:58.000000000 +0200
> ++++ zaurusd/config/mach-config/mach-corgi-vars.in	2009-04-28 16:40:06.000000000 +0200
> +@@ -5,6 +5,6 @@
> + SWITCH_EVENT_DEVICE=/dev/input/event0
> + 
> + TSKEYS_CONF=@appconfdir@/tskeys/zaurus-c7x0.conf
> +-TSKEYS_DEVICE=/dev/input/event1
> ++TSKEYS_DEVICE=/dev/input/touchscreen0
> + 
> + ALSA_MIXER_INIT=@appconfdir@/alsa/c7x0-default.state
> +\ No newline at end of file
> +--- /tmp/mach-husky-vars.in	2009-04-28 16:39:58.000000000 +0200
> ++++ zaurusd/config/mach-config/mach-husky-vars.in	2009-04-28 16:40:06.000000000 +0200
> +@@ -5,6 +5,6 @@
> + SWITCH_EVENT_DEVICE=/dev/input/event0
> + 
> + TSKEYS_CONF=@appconfdir@/tskeys/zaurus-c7x0.conf
> +-TSKEYS_DEVICE=/dev/input/event1
> ++TSKEYS_DEVICE=/dev/input/touchscreen0
> + 
> + ALSA_MIXER_INIT=@appconfdir@/alsa/c7x0-default.state
> +\ No newline at end of file
> +--- /tmp/mach-poodle-vars	2009-04-28 16:39:58.000000000 +0200
> ++++ zaurusd/config/mach-config/mach-poodle-vars	2009-04-28 16:40:06.000000000 +0200
> +@@ -4,6 +4,6 @@
> + SWITCH_EVENT_DEVICE=/dev/input/event0
> + 
> + #TSKEYS_CONF=@appconfdir@/tskeys/zaurus-clamshell.conf
> +-#TSKEYS_DEVICE=/dev/input/event1
> ++#TSKEYS_DEVICE=/dev/input/touchscreen0
> + 
> + ALSA_MIXER_INIT=@appconfdir@/alsa/poodle-default.state
> +\ No newline at end of file
> +--- /tmp/mach-shepherd-vars.in	2009-04-28 16:39:58.000000000 +0200
> ++++ zaurusd/config/mach-config/mach-shepherd-vars.in	2009-04-28 16:40:06.000000000 +0200
> +@@ -5,6 +5,6 @@
> + SWITCH_EVENT_DEVICE=/dev/input/event0
> + 
> + TSKEYS_CONF=@appconfdir@/tskeys/zaurus-c7x0.conf
> +-TSKEYS_DEVICE=/dev/input/event1
> ++TSKEYS_DEVICE=/dev/input/touchscreen0
> + 
> + ALSA_MIXER_INIT=@appconfdir@/alsa/c7x0-default.state
> +\ No newline at end of file
> +--- /tmp/mach-spitz-vars.in	2009-04-28 16:39:58.000000000 +0200
> ++++ zaurusd/config/mach-config/mach-spitz-vars.in	2009-04-28 16:40:06.000000000 +0200
> +@@ -5,6 +5,6 @@
> + SWITCH_EVENT_DEVICE=/dev/input/event0
> + 
> + TSKEYS_CONF=@appconfdir@/tskeys/zaurus-cxx00.conf
> +-TSKEYS_DEVICE=/dev/input/event1
> ++TSKEYS_DEVICE=/dev/input/touchscreen0
> + 
> + ALSA_MIXER_INIT=@appconfdir@/alsa/cxx00-default.state
> +\ No newline at end of file
> +--- /tmp/mach-tosa-vars.in	2009-04-28 16:39:58.000000000 +0200
> ++++ zaurusd/config/mach-config/mach-tosa-vars.in	2009-04-28 16:40:06.000000000 +0200
> +@@ -4,6 +4,6 @@
> + SWITCH_EVENT_DEVICE=/dev/input/event0
> + 
> + #TSKEYS_CONF=@appconfdir@/tskeys/zaurus-clamshell.conf
> +-#TSKEYS_DEVICE=/dev/input/event1
> ++#TSKEYS_DEVICE=/dev/input/touchscreen0
> + 
> + ALSA_MIXER_INIT=@appconfdir@/alsa/6000x-default.state
> +\ No newline at end of file
> diff --git a/recipes/zaurusd/zaurusd_svn.bb b/recipes/zaurusd/zaurusd_svn.bb
> index 2ad405e..b2b1622 100644
> --- a/recipes/zaurusd/zaurusd_svn.bb
> +++ b/recipes/zaurusd/zaurusd_svn.bb
> @@ -4,7 +4,7 @@ LICENSE = "GPL"
>  DEPENDS = "tslib"
>  RDEPENDS = "procps"
>  PV = "0.0+svn${SRCDATE}"
> -PR = "r18"
> +PR = "r19"
>  
>  SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http \
>             file://zaurus-hinge.in \
> @@ -18,7 +18,8 @@ SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http \
>  	   file://zaurus-hinge.bl-on \
>  	   file://zaurus-hinge.bl-off \
>  	   file://01-check-toggle-landscape \
> -	   file://01-check-toggle-portait"
> +	   file://01-check-toggle-portait \
> +       file://use-ts-symlink-instead-of-hardcoding.diff;patch=1 "
>  
>  
>  S = "${WORKDIR}/${PN}"

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [STABLE][PATCH] zaurusd: point tskeys to the real ts device instead hardcoding it to event1
  2009-05-07 21:44 ` Paul Eggleton
@ 2009-05-10 16:11   ` Koen Kooi
  2009-05-10 16:24     ` Paul Eggleton
  0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2009-05-10 16:11 UTC (permalink / raw)
  To: openembedded-devel

On 07-05-09 23:44, Paul Eggleton wrote:
> On Thu, 07 May 2009, Koen Kooi wrote:
>> From: Koen Kooi<koen@openembedded.org>
>>
>>
>> Signed-off-by: Koen Kooi<koen@openembedded.org>
>
> Acked-by; Paul Eggleton<bluelightning@bluelightning.org>

Thanks! Patchwork didn't pickup your Ack due to the ';', sorry about that.

regards,

Koen




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [STABLE][PATCH] zaurusd: point tskeys to the real ts device instead hardcoding it to event1
  2009-05-10 16:11   ` Koen Kooi
@ 2009-05-10 16:24     ` Paul Eggleton
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Eggleton @ 2009-05-10 16:24 UTC (permalink / raw)
  To: openembedded-devel

On Sun, 10 May 2009, Koen Kooi wrote:
> On 07-05-09 23:44, Paul Eggleton wrote:
> Thanks! Patchwork didn't pickup your Ack due to the ';', sorry about that.

Heh, whoops - my bad ;)

Cheers,
Paul



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-05-10 16:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-07  8:49 [STABLE][PATCH] zaurusd: point tskeys to the real ts device instead hardcoding it to event1 Koen Kooi
2009-05-07 21:44 ` Paul Eggleton
2009-05-10 16:11   ` Koen Kooi
2009-05-10 16:24     ` Paul Eggleton
2009-05-10 12:04 ` Philip Balister

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.