summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf/at91sam9g45ek/xorg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf/at91sam9g45ek/xorg.conf')
-rw-r--r--meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf/at91sam9g45ek/xorg.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf/at91sam9g45ek/xorg.conf b/meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf/at91sam9g45ek/xorg.conf
new file mode 100644
index 000000000..0502f8737
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf/at91sam9g45ek/xorg.conf
@@ -0,0 +1,23 @@
1Section "ServerLayout"
2 Identifier "default"
3 InputDevice "atmel-tsadcc" "CorePointer"
4EndSection
5
6Section "InputDevice"
7 Identifier "atmel-tsadcc"
8 Driver "evdev"
9 Option "Device" "/dev/input/touchscreen0"
10EndSection
11
12Section "InputDevice"
13 Driver "mouse"
14 Identifier "Mouse[1]"
15 Option "Buttons" "10"
16 Option "Device" "/dev/input/mice"
17EndSection
18
19Section "InputDevice"
20 Driver "kbd"
21 Identifier "Keyboard[0]"
22 Option "Protocol" "Standard"
23EndSection