From d46e9fb08a089e6d34c411d627da12768845de42 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 21 Jan 2014 11:15:44 +0100 Subject: xorg-xserver: add entry for fusion touchscreen driver --- .../xserver-xf86-config/apalis-t30/xorg.conf | 9 +++++++++ .../xserver-xf86-config/colibri-t20/xorg.conf | 9 +++++++++ .../xserver-xf86-config/colibri-t30/xorg.conf | 9 +++++++++ .../xserver-xf86-config/colibri-vf/xorg.conf | 22 +++++++++++++++------- 4 files changed, 42 insertions(+), 7 deletions(-) (limited to 'recipes') diff --git a/recipes/xorg-xserver/xserver-xf86-config/apalis-t30/xorg.conf b/recipes/xorg-xserver/xserver-xf86-config/apalis-t30/xorg.conf index cf65f87..9c8d28d 100644 --- a/recipes/xorg-xserver/xserver-xf86-config/apalis-t30/xorg.conf +++ b/recipes/xorg-xserver/xserver-xf86-config/apalis-t30/xorg.conf @@ -123,3 +123,12 @@ Section "ServerLayout" Screen "Common Screen" EndSection + +Section "InputClass" + + Identifier "Fusion 7/10" + Driver "evdev" + MatchProduct "fusion_F0710A" + MatchDevicePath "/dev/input/event*" + +EndSection diff --git a/recipes/xorg-xserver/xserver-xf86-config/colibri-t20/xorg.conf b/recipes/xorg-xserver/xserver-xf86-config/colibri-t20/xorg.conf index 0d85a43..70dd584 100644 --- a/recipes/xorg-xserver/xserver-xf86-config/colibri-t20/xorg.conf +++ b/recipes/xorg-xserver/xserver-xf86-config/colibri-t20/xorg.conf @@ -123,3 +123,12 @@ Section "ServerLayout" Screen "Common Screen" EndSection + +Section "InputClass" + + Identifier "Fusion 7/10" + Driver "evdev" + MatchProduct "fusion_F0710A" + MatchDevicePath "/dev/input/event*" + +EndSection diff --git a/recipes/xorg-xserver/xserver-xf86-config/colibri-t30/xorg.conf b/recipes/xorg-xserver/xserver-xf86-config/colibri-t30/xorg.conf index 0d85a43..70dd584 100644 --- a/recipes/xorg-xserver/xserver-xf86-config/colibri-t30/xorg.conf +++ b/recipes/xorg-xserver/xserver-xf86-config/colibri-t30/xorg.conf @@ -123,3 +123,12 @@ Section "ServerLayout" Screen "Common Screen" EndSection + +Section "InputClass" + + Identifier "Fusion 7/10" + Driver "evdev" + MatchProduct "fusion_F0710A" + MatchDevicePath "/dev/input/event*" + +EndSection diff --git a/recipes/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf b/recipes/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf index 79b6c0f..7bb8b11 100644 --- a/recipes/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf +++ b/recipes/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf @@ -1,12 +1,20 @@ Section "Device" - Identifier "Kernel Framebuffer Device" - Driver "fbdev" - Option "fbdev" "/dev/fb0" + Identifier "Kernel Framebuffer Device" + Driver "fbdev" + Option "fbdev" "/dev/fb0" EndSection Section "ServerFlags" - Option "BlankTime" "0" - Option "StandbyTime" "0" - Option "SuspendTime" "0" - Option "OffTime" "0" + Option "BlankTime" "0" + Option "StandbyTime" "0" + Option "SuspendTime" "0" + Option "OffTime" "0" EndSection + +Section "InputClass" + Identifier "Fusion 7/10" + Driver "evdev" + MatchProduct "fusion_F0710A" + MatchDevicePath "/dev/input/event*" +EndSection + -- cgit v1.2.3