summaryrefslogtreecommitdiff
path: root/recipes/xorg-xserver
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2014-01-21 11:15:44 +0100
committerStefan Agner <stefan.agner@toradex.com>2014-01-23 09:37:18 +0100
commitd46e9fb08a089e6d34c411d627da12768845de42 (patch)
tree85f1a323fd720ce78f39f52d8cf3cab1e1a73f93 /recipes/xorg-xserver
parent000132f68064e9baf71c054d1f4bc46171da3590 (diff)
xorg-xserver: add entry for fusion touchscreen driver
Diffstat (limited to 'recipes/xorg-xserver')
-rw-r--r--recipes/xorg-xserver/xserver-xf86-config/apalis-t30/xorg.conf9
-rw-r--r--recipes/xorg-xserver/xserver-xf86-config/colibri-t20/xorg.conf9
-rw-r--r--recipes/xorg-xserver/xserver-xf86-config/colibri-t30/xorg.conf9
-rw-r--r--recipes/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf22
4 files changed, 42 insertions, 7 deletions
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
+