[clutter/clutter-1.6] evdev: enable devices by default



commit c89e83e2198706b86bb549a14364095a9ff6b3ce
Author: Lionel Landwerlin <lionel g landwerlin linux intel com>
Date:   Thu Jun 2 17:13:26 2011 +0100

    evdev: enable devices by default
    
    Signed-off-by: Lionel Landwerlin <lionel g landwerlin linux intel com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=651717

 clutter/evdev/clutter-device-manager-evdev.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/clutter/evdev/clutter-device-manager-evdev.c b/clutter/evdev/clutter-device-manager-evdev.c
index 773c352..3ede823 100644
--- a/clutter/evdev/clutter-device-manager-evdev.c
+++ b/clutter/evdev/clutter-device-manager-evdev.c
@@ -575,6 +575,7 @@ evdev_add_device (ClutterDeviceManagerEvdev *manager_evdev,
                          "device-type", type,
                          "sysfs-path", sysfs_path,
                          "device-path", device_file,
+                         "enabled", TRUE,
                          NULL);
 
   /* Always associate the device to the default stage */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]