aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf/at91sam9g45ek/xorg.conf
blob: 0502f8737cff5c50ea914de511e083beeaa0c45c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Section "ServerLayout"
    Identifier "default"
    InputDevice "atmel-tsadcc" "CorePointer"
EndSection

Section "InputDevice"
    Identifier "atmel-tsadcc"
    Driver "evdev"
    Option "Device" "/dev/input/touchscreen0"
EndSection

Section "InputDevice"
	Driver		"mouse"
	Identifier	"Mouse[1]"
	Option		"Buttons"	"10"
	Option		"Device"	"/dev/input/mice"
EndSection

Section	"InputDevice"
	Driver		"kbd"
	Identifier	"Keyboard[0]"
	Option		"Protocol" "Standard"
EndSection