diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2014-01-21 11:15:44 +0100 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2014-01-23 09:37:18 +0100 |
commit | 66d606a165f24f0f3c5eb1932205bceb94f43ad3 (patch) | |
tree | 1537f5c09e92f001f3b523a27c36f82c283d4850 | |
parent | 9261051c9722bae5b0ab3b7c0bcd5a09e33c0d53 (diff) |
xorg-xserver: add entry for fusion touchscreen driver
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 + |