]> git.pld-linux.org Git - packages/enlightenment.git/commitdiff
- there is separate LINUX_PBOOK sensor type now
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Jul 2008 18:47:32 +0000 (18:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    enlightenmentDR17-module_temp_mac.patch -> 1.3

enlightenmentDR17-module_temp_mac.patch [deleted file]

diff --git a/enlightenmentDR17-module_temp_mac.patch b/enlightenmentDR17-module_temp_mac.patch
deleted file mode 100644 (file)
index 46052f7..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- enlightenment-0.16.999.038/src/modules/temperature/e_mod_main.c.orig       2007-03-26 01:28:22.000000000 +0200
-+++ enlightenment-0.16.999.038/src/modules/temperature/e_mod_main.c    2007-09-09 19:21:22.754853908 +0200
-@@ -286,6 +286,9 @@
-             inst->sensor_path = evas_stringshare_add("/proc/omnibook/temperature");
-             break;
-          case SENSOR_TYPE_LINUX_MACMINI:
-+            if(!ecore_file_exists("/sys/devices/temperatures/cpu_temperature") && ecore_file_exists("/sys/devices/temperatures/sensor1_temperature"))
-+                inst->sensor_path = evas_stringshare_add("/sys/devices/temperatures/sensor1_temperature");
-+            else
-                 inst->sensor_path = evas_stringshare_add("/sys/devices/temperatures/cpu_temperature");
-             break;
-          case SENSOR_TYPE_LINUX_I2C:
This page took 0.082875 seconds and 4 git commands to generate.