[Pommed-commits] [SCM] pommed - hotkeys handler for Apple laptops branch, master, updated. 1.37-5-g6ce3549

Julien BLACHE jb at jblache.org
Sun Mar 13 18:22:16 UTC 2011


The following commit has been merged in the master branch:
commit d606e23e2c002bd6ce2b8dd41264544d442851cc
Author: Julien BLACHE <jb at jblache.org>
Date:   Sun Mar 13 19:18:35 2011 +0100

    Actually probe for acpi_video0

diff --git a/pommed/sysfs_backlight.c b/pommed/sysfs_backlight.c
index b65a184..348c17c 100644
--- a/pommed/sysfs_backlight.c
+++ b/pommed/sysfs_backlight.c
@@ -424,6 +424,11 @@ mbp_sysfs_backlight_probe(void)
   if (ret == 0)
     return 0;
 
+  ret = sysfs_backlight_probe(SYSFS_DRIVER_ACPI);
+
+  if (ret == 0)
+    return 0;
+
   /* Probe failed, wire up native driver instead */
   switch (mops->type)
     {

-- 
pommed - hotkeys handler for Apple laptops



More information about the Pommed-commits mailing list