All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bug20/xorg.conf: update to use tslib driver for touchscreen input device.
@ 2010-05-06 21:55 Ken Gilmer
  2010-05-07 10:05 ` Stefan Schmidt
  2010-05-12 10:53 ` Koen Kooi
  0 siblings, 2 replies; 6+ messages in thread
From: Ken Gilmer @ 2010-05-06 21:55 UTC (permalink / raw)
  To: openembedded-devel

diff --git a/recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf
index 0b976fe..746874f 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf
+++ b/recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf
@@ -26,4 +26,12 @@ EndSection
 Section "ServerLayout"                                 
         Identifier      "Builtin Default Layout"                                     
         Screen  "Builtin Default fbdev Screen 0"        
+		InputDevice "bmi-lcd-ts" "CorePointer"
 EndSection                                              
+
+Section "InputDevice" 
+		Identifier "bmi-lcd-ts" 
+		Driver "tslib"
+		Option "SwapAxes" "1" 
+    	Option "Device" "/dev/input/touchscreen0" 
+EndSection                                        





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

* Re: [PATCH] bug20/xorg.conf: update to use tslib driver for touchscreen input device.
  2010-05-06 21:55 [PATCH] bug20/xorg.conf: update to use tslib driver for touchscreen input device Ken Gilmer
@ 2010-05-07 10:05 ` Stefan Schmidt
  2010-05-12 10:53 ` Koen Kooi
  1 sibling, 0 replies; 6+ messages in thread
From: Stefan Schmidt @ 2010-05-07 10:05 UTC (permalink / raw)
  To: openembedded-devel

Hello.

On Thu, 2010-05-06 at 17:55, Ken Gilmer wrote:
> diff --git a/recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf
> index 0b976fe..746874f 100644
> --- a/recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf
> +++ b/recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf
> @@ -26,4 +26,12 @@ EndSection
>  Section "ServerLayout"                                 
>          Identifier      "Builtin Default Layout"                                     
>          Screen  "Builtin Default fbdev Screen 0"        
> +		InputDevice "bmi-lcd-ts" "CorePointer"
>  EndSection                                              
> +
> +Section "InputDevice" 
> +		Identifier "bmi-lcd-ts" 
> +		Driver "tslib"
> +		Option "SwapAxes" "1" 
> +    	Option "Device" "/dev/input/touchscreen0" 
> +EndSection                                       

The addition is only to make X aware of the swaped axes, right? Looks fine to me
given that you have tested it.

I would need a git format-patch style patch to apply and push it here though ad
evolution seem to have mangled your patch patch and it did not appear in
patchwork yet.

regards
Stefan Schmidt



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

* Re: [PATCH] bug20/xorg.conf: update to use tslib driver for touchscreen input device.
  2010-05-06 21:55 [PATCH] bug20/xorg.conf: update to use tslib driver for touchscreen input device Ken Gilmer
  2010-05-07 10:05 ` Stefan Schmidt
@ 2010-05-12 10:53 ` Koen Kooi
  2010-05-12 18:38   ` Stefan Schmidt
  1 sibling, 1 reply; 6+ messages in thread
From: Koen Kooi @ 2010-05-12 10:53 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

You forgot to bump PR in that patch

On 06-05-10 23:55, Ken Gilmer wrote:
> diff --git a/recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf
> index 0b976fe..746874f 100644
> --- a/recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf
> +++ b/recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf
> @@ -26,4 +26,12 @@ EndSection
>  Section "ServerLayout"                                 
>          Identifier      "Builtin Default Layout"                                     
>          Screen  "Builtin Default fbdev Screen 0"        
> +		InputDevice "bmi-lcd-ts" "CorePointer"
>  EndSection                                              
> +
> +Section "InputDevice" 
> +		Identifier "bmi-lcd-ts" 
> +		Driver "tslib"
> +		Option "SwapAxes" "1" 
> +    	Option "Device" "/dev/input/touchscreen0" 
> +EndSection                                        

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD4DBQFL6oi6MkyGM64RGpERAiG0AJinrG6uBlJOydvk/o6igCcmqfghAJ0bWxfK
Fe1TjxbxgsbYLNmp+yN5UA==
=xQHl
-----END PGP SIGNATURE-----




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

* Re: [PATCH] bug20/xorg.conf: update to use tslib driver for touchscreen input device.
  2010-05-12 10:53 ` Koen Kooi
@ 2010-05-12 18:38   ` Stefan Schmidt
  2010-05-13  7:58     ` Koen Kooi
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Schmidt @ 2010-05-12 18:38 UTC (permalink / raw)
  To: openembedded-devel

Hello.

On Wed, 2010-05-12 at 12:53, Koen Kooi wrote:
> 
> You forgot to bump PR in that patch

Yeah, and I forgot to bump it when testing and pushing it. Done now, thanks.

regards
Stefan Schmidt



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

* Re: [PATCH] bug20/xorg.conf: update to use tslib driver for touchscreen input device.
  2010-05-12 18:38   ` Stefan Schmidt
@ 2010-05-13  7:58     ` Koen Kooi
  2010-05-13  8:35       ` Stefan Schmidt
  0 siblings, 1 reply; 6+ messages in thread
From: Koen Kooi @ 2010-05-13  7:58 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 12-05-10 20:38, Stefan Schmidt wrote:
> Hello.
> 
> On Wed, 2010-05-12 at 12:53, Koen Kooi wrote:
>>
>> You forgot to bump PR in that patch
> 
> Yeah, and I forgot to bump it when testing and pushing it. Done now, thanks.

And you slipped in an imote2 change :)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFL67EeMkyGM64RGpERAiD5AKCr1mspUIg3BcPRo4BVcHWVlwyCKACgpBM+
Nq8FovLy7/GkCoQHdvGWXQg=
=UnZ9
-----END PGP SIGNATURE-----




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

* Re: [PATCH] bug20/xorg.conf: update to use tslib driver for touchscreen input device.
  2010-05-13  7:58     ` Koen Kooi
@ 2010-05-13  8:35       ` Stefan Schmidt
  0 siblings, 0 replies; 6+ messages in thread
From: Stefan Schmidt @ 2010-05-13  8:35 UTC (permalink / raw)
  To: openembedded-devel

Hello.

On Thu, 2010-05-13 at 09:58, Koen Kooi wrote:
> On 12-05-10 20:38, Stefan Schmidt wrote:
> > On Wed, 2010-05-12 at 12:53, Koen Kooi wrote:
> >>
> >> You forgot to bump PR in that patch
> > 
> > Yeah, and I forgot to bump it when testing and pushing it. Done now, thanks.
> 
> And you slipped in an imote2 change :)

Doh, really not my day. Linux-zigbee needs some more work before it can go in
the tree. Restored to the old kernel provider.

regards
Stefan Schmidt



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

end of thread, other threads:[~2010-05-13  8:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-06 21:55 [PATCH] bug20/xorg.conf: update to use tslib driver for touchscreen input device Ken Gilmer
2010-05-07 10:05 ` Stefan Schmidt
2010-05-12 10:53 ` Koen Kooi
2010-05-12 18:38   ` Stefan Schmidt
2010-05-13  7:58     ` Koen Kooi
2010-05-13  8:35       ` Stefan Schmidt

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.