All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: Initial Support for the Samsung Omnia (SGH-i900)
Date: Fri, 20 Nov 2009 10:23:46 +0100	[thread overview]
Message-ID: <he5n72$ltj$1@ger.gmane.org> (raw)
In-Reply-To: <992df8520911150534v4aeec248u91c5ca477de25eb9@mail.gmail.com>

On 15-11-09 14:34, Alex Ferguson wrote:
> I've been working on some initial support for the Samsung Omnia (SGH-i900)
> in the form of a machine configuration file and kernel. I also posted this
> as a bug here:
>
> http://bugs.openembedded.org/show_bug.cgi?id=5335

Oops, I missed a serious bug in your patches:

+++ b/recipes/tslib/tslib/sgh-i900/tslib.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+TSLIB_TSDEVICE=/dev/input/event1
+
+export TSLIB_TSDEVICE

That is so wrong it isn't funny anymore. The eventX numbers are pretty 
much randomly assigned, so you can't depend on them. In OE we have a 
udev script that finds all touchscreens and creates 
/dev/input/touchscreenX symlinks. The default tslib.sh uses those.

Could you please explain why the default tslib.sh isn't working for you?

regards,

Koen




  parent reply	other threads:[~2009-11-20  9:25 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-15 13:34 Initial Support for the Samsung Omnia (SGH-i900) Alex Ferguson
2009-11-16  9:51 ` Stefan Schmidt
2009-11-16 13:11 ` Alex Ferguson
2009-11-16 13:18   ` Koen Kooi
2009-11-16 13:52   ` Marcin Juszkiewicz
2009-11-18 16:12   ` Alex Ferguson
2009-11-18 17:51     ` Koen Kooi
2009-11-18 19:47       ` Alex Ferguson
2009-11-20  9:23 ` Koen Kooi [this message]
2009-11-20  9:51   ` Alex Ferguson
2009-11-20 11:10     ` Koen Kooi
2009-11-20 12:12       ` Alex Ferguson
2009-11-20 12:29         ` Koen Kooi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='he5n72$ltj$1@ger.gmane.org' \
    --to=k.kooi@student.utwente.nl \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.