[Uludag-commits] r10068 - trunk/comar/zorg

svn-uludag at uludag.org.tr svn-uludag at uludag.org.tr
1 Kas 2006 Çar 21:20:26 EET


Author: onur
Date: Wed Nov  1 21:20:26 2006
New Revision: 10068

Modified:
   trunk/comar/zorg/zorg.py
Log:
due to awesome load of request

Modified: trunk/comar/zorg/zorg.py
=================================================================
--- trunk/comar/zorg/zorg.py	(original)
+++ trunk/comar/zorg/zorg.py	Wed Nov  1 21:20:26 2006
@@ -47,7 +47,7 @@
 
 template_synaptics = """
 Section "InputDevice"
-    Identifier "Mouse1"
+    Identifier "Touchpad"
     Driver     "synaptics"
     Option     "Protocol" "auto-dev"
     # Option     "Device" "/dev/input/mouse0"
@@ -70,7 +70,7 @@
 
 template_alps = """
 Section "InputDevice"
-    Identifier "Mouse1"
+    Identifier "Touchpad"
     Driver     "synaptics"
     Option     "Protocol" "auto-dev"
     Option     "SHMConfig" "true"
@@ -689,11 +689,11 @@
             # if "SynPS/2" in line or "AlpsPS/2" in line:
             if "SynPS/2" in line:
                 keys_main["SYNAPTICS_MOD"] = 'Load "synaptics"'
-                keys_main["SYNAPTICS_LAY"] = 'InputDevice "Mouse1" "SendCoreEvents"'
+                keys_main["SYNAPTICS_LAY"] = 'InputDevice "Touchpad" "SendCoreEvents"'
                 keys_main["SEC_SYNAPTICS"] = template_synaptics
             elif "AlpsPS/2" in line:
                 keys_main["SYNAPTICS_MOD"] = 'Load "synaptics"'
-                keys_main["SYNAPTICS_LAY"] = 'InputDevice "Mouse1" "SendCoreEvents"'
+                keys_main["SYNAPTICS_LAY"] = 'InputDevice "Touchpad" "SendCoreEvents"'
                 keys_main["SEC_SYNAPTICS"] = template_alps
         a.close()
     except:


Uludag-commits mesaj listesiyle ilgili daha fazla bilgi