xorg-server: Add n810 keyboard config
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 28 Jan 2011 15:18:24 +0000 (15:18 +0000)
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 28 Jan 2011 15:18:24 +0000 (15:18 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25200 3c298f89-4303-0410-b956-a3cf2f4a3e73

Xorg/xorg/xserver/xorg-server/files/config.xorg/nokia_n810

index 8c2b40b..ecde5d2 100644 (file)
@@ -1,4 +1,14 @@
 Section "InputDevice"
+       Identifier "SlideKeyboard"
+       Driver "kbd"
+       Option "XkbRules" "base"
+       Option "XkbModel" "pc105"
+       Option "XkbLayout" "nokia_vndr/rx-44"
+       Option "XkbVariant" "de"
+       Option "XkbOptions" "lv3:ralt_switch"
+EndSection
+
+Section "InputDevice"
        Identifier "Touchscreen"
        Driver "tslib"
        Option "CorePointer" "true"
@@ -29,4 +39,5 @@ Section "ServerLayout"
        Identifier "DefaultLayout"
        Screen "InternalScreen"
        InputDevice "Touchscreen" "CorePointer"
+       InputDevice "SlideKeyboard" "CoreKeyboard"
 EndSection