diff options
author | Łukasz Stelmach <l.stelmach@samsung.com> | 2014-05-12 14:57:17 +0200 |
---|---|---|
committer | Łukasz Stelmach <l.stelmach@samsung.com> | 2014-06-27 12:46:21 +0200 |
commit | 70b3552effc0ea1e555ec3a7175b6b7ac0aacbbb (patch) | |
tree | c713c6e5b2adf852b204f93b35154f6862ffb278 | |
parent | 6373e7e18d9f5108c5f71729eaa5585906f02ca8 (diff) | |
download | device-manager-plugin-odroid-70b3552effc0ea1e555ec3a7175b6b7ac0aacbbb.tar.gz device-manager-plugin-odroid-70b3552effc0ea1e555ec3a7175b6b7ac0aacbbb.tar.bz2 device-manager-plugin-odroid-70b3552effc0ea1e555ec3a7175b6b7ac0aacbbb.zip |
Device manager plugin for Odroid development boardsubmit/tizen/20140627.104705
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
-rw-r--r-- | .gitignore | 11 | ||||
-rw-r--r-- | CMakeLists.txt | 16 | ||||
-rw-r--r-- | LICENSE | 202 | ||||
-rw-r--r-- | device-manager-plugin-odroid.manifest | 5 | ||||
-rw-r--r-- | include/devman_plugin_intf.h | 168 | ||||
-rw-r--r-- | packaging/device-manager-plugin-odroid.changes | 2 | ||||
-rw-r--r-- | packaging/device-manager-plugin-odroid.spec | 27 | ||||
-rw-r--r-- | src/device_manager_io.c | 179 | ||||
-rw-r--r-- | src/device_manager_plugin_odroid.c | 311 |
9 files changed, 921 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..90cd463 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*~ +.\#* +\#*\# +*.o +GPATH +GRTAGS +GSYMS +GTAGS +Makefile +CMakeCache.txt +CMakeFiles diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..822888f --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,16 @@ +cmake_minimum_required(VERSION 2.8) +project(slp_devman_plugin) + +set(SRCS + src/device_manager_plugin_odroid.c + src/device_manager_io.c) + +add_library(${PROJECT_NAME} SHARED ${SRCS}) + +include(FindPkgConfig) + +pkg_check_modules(pkgs REQUIRED devman_plugin) +include_directories(${pkgs_INCLUDE_DIRS}) +target_link_libraries(${PROJECT_NAME} ${pkgs_LIBRARIES}) + +install(TARGETS ${PROJECT_NAME} DESTINATION lib COMPONENT RuntimeLibraries)
\ No newline at end of file @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/device-manager-plugin-odroid.manifest b/device-manager-plugin-odroid.manifest new file mode 100644 index 0000000..a76fdba --- /dev/null +++ b/device-manager-plugin-odroid.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_" /> + </request> +</manifest> diff --git a/include/devman_plugin_intf.h b/include/devman_plugin_intf.h new file mode 100644 index 0000000..ff7492f --- /dev/null +++ b/include/devman_plugin_intf.h @@ -0,0 +1,168 @@ +/* +* Copyright (c) 2012 Samsung Electronics Co., Ltd All Rights Reserved +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + + + +#ifndef __DEVMAN_PLUGIN_INTF_H__ +#define __DEVMAN_PLUGIN_INTF_H__ + +enum { + STATUS_OFFLINE = 0, + STATUS_ONLINE, +}; + +enum { + STATUS_OFF = 0, + STATUS_ON, +}; + +enum { + PATH_CP = 0, + PATH_AP, +}; + +enum { + BATTERY_NOT_FULLY_CHARGED = 0, + BATTERY_FULLY_CHARGED, +}; + +enum { + BATTERY_UNKNOWN = 0, + BATTERY_GOOD, + BATTERY_OVERHEAT, + BATTERY_DEAD, + BATTERY_OVERVOLTAGE, + BATTERY_UNSPECIFIED, + BATTERY_COLD, + BATTERY_HEALTH_MAX, +}; + +enum { + POWER_STATE_SUSPEND = 0, + POWER_STATE_PRE_SUSPEND, + POWER_STATE_POST_RESUME, +}; + +enum { + LUX_DECREMENT, + LUX_NOCHANGE, + LUX_INCREMENT, +}; + +typedef struct { + int (*OEM_sys_get_display_count) (int *value); + + int (*OEM_sys_get_backlight_min_brightness) (int index, int *value); + int (*OEM_sys_get_backlight_max_brightness) (int index, int *value); + int (*OEM_sys_get_backlight_brightness) (int index, int *value, int power_saving); + int (*OEM_sys_set_backlight_brightness) (int index, int value, int power_saving); + + int (*OEM_sys_set_backlight_dimming) (int index, int value); + + int (*OEM_sys_get_backlight_acl_control) (int index, int *value); + int (*OEM_sys_set_backlight_acl_control) (int index, int value); + + int (*OEM_sys_get_lcd_power) (int index, int *value); + int (*OEM_sys_set_lcd_power) (int index, int value); + + int (*OEM_sys_get_image_enhance_mode) (int *value); + int (*OEM_sys_set_image_enhance_mode) (int value); + int (*OEM_sys_get_image_enhance_scenario) (int *value); + int (*OEM_sys_set_image_enhance_scenario) (int value); + int (*OEM_sys_get_image_enhance_tone) (int *value); + int (*OEM_sys_set_image_enhance_tone) (int value); + int (*OEM_sys_get_image_enhance_outdoor) (int *value); + int (*OEM_sys_set_image_enhance_outdoor) (int value); + + int (*OEM_sys_get_image_enhance_tune) (int *value); + int (*OEM_sys_set_image_enhance_tune) (int value); + + int (*OEM_sys_image_enhance_info) (int *value); + + int (*OEM_sys_set_display_frame_rate) (int value); + + int (*OEM_sys_get_uart_path) (int *value); + int (*OEM_sys_set_uart_path) (int value); + + int (*OEM_sys_get_usb_path) (int *value); + int (*OEM_sys_set_usb_path) (int value); + + int (*OEM_sys_get_haptic_motor_level_max) (int *value); + int (*OEM_sys_get_haptic_motor_level) (int *value); + int (*OEM_sys_set_haptic_motor_level) (int value); + int (*OEM_sys_set_haptic_motor_enable) (int value); + int (*OEM_sys_set_haptic_motor_oneshot) (int value); + + int (*OEM_sys_get_haptic_vibetones_level_max) (int *value); + int (*OEM_sys_get_haptic_vibetones_level) (int *value); + int (*OEM_sys_set_haptic_vibetones_level) (int value); + int (*OEM_sys_set_haptic_vibetones_enable) (int value); + int (*OEM_sys_set_haptic_vibetones_oneshot) (int value); + + int (*OEM_sys_get_battery_capacity) (int *value); + int (*OEM_sys_get_battery_capacity_raw) (int *value); + int (*OEM_sys_get_battery_charge_full) (int *value); + int (*OEM_sys_get_battery_charge_now) (int *value); + int (*OEM_sys_get_battery_present) (int *value); + int (*OEM_sys_get_battery_health) (int *value); + int (*OEM_sys_get_battery_polling_required) (int *value); + int (*OEM_sys_get_battery_support_insuspend_charging) (int *value); + + int (*OEM_sys_get_jack_charger_online) (int *value); + int (*OEM_sys_get_jack_earjack_online) (int *value); + int (*OEM_sys_get_jack_earkey_online) (int *value); + int (*OEM_sys_get_jack_hdmi_online) (int *value); + int (*OEM_sys_get_jack_usb_online) (int *value); + int (*OEM_sys_get_jack_cradle_online) (int *value); + int (*OEM_sys_get_jack_tvout_online) (int *value); + int (*OEM_sys_get_jack_keyboard_online) (int *value); + + int (*OEM_sys_get_hdmi_support) (int *value); + + int (*OEM_sys_get_leds_torch_max_brightness) (int *value); + int (*OEM_sys_get_leds_torch_brightness) (int *value); + int (*OEM_sys_set_leds_torch_brightness) (int value); + + /* TODO: Change args type */ + int (*OEM_sys_set_power_state) (int value); + + /* TODO: Should determine enum values of wakeup_count nodes */ + int (*OEM_sys_get_power_wakeup_count) (int *value); + int (*OEM_sys_set_power_wakeup_count) (int value); + + int (*OEM_sys_get_memnotify_node) (char *node); + int (*OEM_sys_get_memnotify_victim_task) (int *value); + int (*OEM_sys_set_memnotify_threshold_lv1) (int value); + int (*OEM_sys_set_memnotify_threshold_lv2) (int value); + + int (*OEM_sys_get_process_monitor_node) (char *node); + int (*OEM_sys_set_process_monitor_mp_pnp) (int value); + int (*OEM_sys_set_process_monitor_mp_vip) (int value); + + int (*OEM_sys_get_cpufreq_cpuinfo_max_freq) (int *value); + int (*OEM_sys_get_cpufreq_cpuinfo_min_freq) (int *value); + int (*OEM_sys_get_cpufreq_scaling_max_freq) (int *value); + int (*OEM_sys_set_cpufreq_scaling_max_freq) (int value); + int (*OEM_sys_get_cpufreq_scaling_min_freq) (int *value); + int (*OEM_sys_set_cpufreq_scaling_min_freq) (int value); + + int (*OEM_sys_get_backlight_brightness_by_lux) (int lux, int *value); + +} OEM_sys_devman_plugin_interface; + +const OEM_sys_devman_plugin_interface *OEM_sys_get_devman_plugin_interface(); + +#endif /* __DEVMAN_PLUGIN_INTF_H__ */ diff --git a/packaging/device-manager-plugin-odroid.changes b/packaging/device-manager-plugin-odroid.changes new file mode 100644 index 0000000..2223d47 --- /dev/null +++ b/packaging/device-manager-plugin-odroid.changes @@ -0,0 +1,2 @@ +* Fri Jun 27 2014 Łukasz Stelmach <l.stelmach@samsung.com> 6373e7e1 +- Initial release diff --git a/packaging/device-manager-plugin-odroid.spec b/packaging/device-manager-plugin-odroid.spec new file mode 100644 index 0000000..e32f712 --- /dev/null +++ b/packaging/device-manager-plugin-odroid.spec @@ -0,0 +1,27 @@ +Name: device-manager-plugin-odroid +Summary: Device manager plugin for ODROID development boards +Version: 0.0.1 +Release: 0 +Group: System/Hardware Adaptation +License: Apache-2.0 +Source0: %{name}-%{version}.tar.gz +BuildRequires: cmake +BuildRequires: pkgconfig(devman_plugin) + +%description +Tizen OEM Adaptation Layer library for ODROID development board. + +%prep +%setup -q + +%build +cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} +make %{?jobs:-j%jobs} + +%install +%make_install + +%files +%license LICENSE +%manifest device-manager-plugin-odroid.manifest +%{_libdir}/libslp_devman_plugin.so diff --git a/src/device_manager_io.c b/src/device_manager_io.c new file mode 100644 index 0000000..b3caf8d --- /dev/null +++ b/src/device_manager_io.c @@ -0,0 +1,179 @@ +/* +* Copyright (c) 2012 Samsung Electronics Co., Ltd All Rights Reserved +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + + +#include <unistd.h> +#include <stdio.h> +#include <string.h> +#include <fcntl.h> +#include <devman_plugin_intf.h> +#include <errno.h> +#include <sys/types.h> +#include <sys/stat.h> + +#define EXPORT_API __attribute__((visibility("default"))) + +#define BUFF_MAX 255 +#define SUCCESS 0 +#define FAIL 1 + +int sys_check_node(char *path) +{ + int fd = -1; + + fd = open(path, O_RDONLY); + + if (fd == -1) + return -1; + + close(fd); + return 0; +} + +int sys_get_node(char *path, char *node) +{ + if (0 >= snprintf(node, strlen(path) + 1, "%s", path)) + return -1; + + return 0; +} + +int sys_get_int_wo_convert(char *path, int *value) +{ + int fd = -1; + + fd = open(path, O_RDONLY); + if (fd == -1) { + return -1; + } + + if (0 > read(fd, value, sizeof(int))) { + close(fd); + return -1; + } + close (fd); + + return 0; +} + +int sys_set_int_wo_convert(char *path, int value) +{ + int fd = -1; + + fd = open(path, O_WRONLY); + if (fd == -1) { + return -1; + } + + if (0 > write(fd, &value, sizeof(int))) { + close(fd); + return -1; + } + close(fd); + + return 0; +} + +static int sys_read_buf(char *file, char *buf) +{ + int fd; + int r; + + fd = open(file, O_RDONLY); + if (fd == -1) { + return -ENOENT; + } + + r = read(fd, buf, BUFF_MAX); + if ((r >= 0) && (r < BUFF_MAX)) + buf[r] = '\0'; + else { + return -EIO; + } + + close(fd); + + return 0; +} + +static int sys_write_buf(char *file, char *buf) +{ + int fd; + int r; + + fd = open(file, O_WRONLY); + if (fd == -1) { + return -1; + } + + r = write(fd, buf, strlen(buf)); + close(fd); + if (r < 0) { + return -1; + } + + return 0; +} + +int sys_get_int(char *fname, int *val) +{ + char buf[BUFF_MAX]; + + if (sys_read_buf(fname, buf) == 0) { + *val = atoi(buf); + return 0; + } else { + *val = -1; + return -1; + } +} + +int sys_get_str(char *fname, char *str) +{ + char buf[BUFF_MAX] = {0}; + + if (sys_read_buf(fname, buf) == 0) + { + strncpy(str, buf, strlen(buf)); + return 0; + } + + return -1; +} + +int sys_set_int(char *fname, int val) +{ + char buf[BUFF_MAX]; + int r = -1; + snprintf(buf, sizeof(buf), "%d", val); + + if (sys_write_buf(fname, buf) == 0) + r = 0; + + return r; +} + +int sys_set_str(char *fname, char *val) +{ + int r = -1; + + if (val != NULL) { + if (sys_write_buf(fname, val) == 0) + r = 0; + } + + return r; +} diff --git a/src/device_manager_plugin_odroid.c b/src/device_manager_plugin_odroid.c new file mode 100644 index 0000000..d6ea2df --- /dev/null +++ b/src/device_manager_plugin_odroid.c @@ -0,0 +1,311 @@ +/* -*- mode: c; c-file-style: "k&r"; c-basic-offset: 4; indent-tabs-mode: nil -*- + * + * Copyright (c) 2012 Samsung Electronics Co., Ltd All Rights Reserved + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#include <errno.h> +#include <devman_plugin_intf.h> + +#define BUFF_MAX 255 + +#define HDMI_STATE_PATH "/sys/class/drm/card0-HDMI-A-1/status" +#define POWER_STATE_PATH "/sys/power/state" +#define POWER_WAKEUP_COUNT_PATH "/sys/power/wakeup_count" + +#define CPUFREQ_CPUINFO_MAX_FREQ_PATH "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq" +#define CPUFREQ_CPUINFO_MIN_FREQ_PATH "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq" +#define CPUFREQ_SCALING_MAX_FREQ_PATH "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq" +#define CPUFREQ_SCALING_MIN_FREQ_PATH "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq" + +#define GENERATE_ACCESSORS_INT_RW(_suffix, _item) \ +int OEM_sys_get_##_suffix(int *value) \ +{ \ + return sys_get_int(_item, value); \ +} \ + \ +int OEM_sys_set_##_suffix(int value) \ +{ \ + return sys_set_int(_item, value); \ +} + +#define GENERATE_ACCESSORS_INT_R(_suffix, _item) \ +int OEM_sys_get_##_suffix(int *value) \ +{ \ + return sys_get_int(_item, value); \ +} + +#define GENERATE_ACCESSORS_INT_W(_suffix, _item) \ +int OEM_sys_set_##_suffix(int value) \ +{ \ + return sys_set_int(_item, value); \ +} + +#define GENERATE_GET_UNSUPPORTED_PROPERTY(_suffix) \ +int OEM_sys_get_##_suffix(int *value) \ +{ \ + return -ENOTSUP;\ +} + +#define GENERATE_SET_UNSUPPORTED_PROPERTY(_suffix) \ +int OEM_sys_set_##_suffix(int value) \ +{ \ + return -ENOTSUP;\ +} + +#define GENERATE_GET_UNSUPPORTED_PROPERTY_I(_suffix) \ +int OEM_sys_get_##_suffix(int index, int *value) \ +{ \ + return -ENOTSUP;\ +} + +#define GENERATE_SET_UNSUPPORTED_PROPERTY_I(_suffix) \ +int OEM_sys_set_##_suffix(int index, int value) \ +{ \ + return -ENOTSUP;\ +} + +#define GENERATE_GET_CONSTANT_PROPERTY(_suffix, _value) \ +int OEM_sys_get_##_suffix(int *value) \ +{ \ + *value = _value; \ + return 0; \ +} + +GENERATE_GET_CONSTANT_PROPERTY(display_count, 0) + +GENERATE_GET_UNSUPPORTED_PROPERTY_I(backlight_min_brightness) +GENERATE_GET_UNSUPPORTED_PROPERTY_I(backlight_max_brightness) +int OEM_sys_get_backlight_brightness(int index, int *value, int power_saving) { return -ENOTSUP;} +int OEM_sys_set_backlight_brightness(int index, int value, int power_saving) { return -ENOTSUP;} +GENERATE_SET_UNSUPPORTED_PROPERTY_I(backlight_dimming) +GENERATE_GET_UNSUPPORTED_PROPERTY_I(backlight_acl_control) +GENERATE_SET_UNSUPPORTED_PROPERTY_I(backlight_acl_control) +GENERATE_GET_UNSUPPORTED_PROPERTY_I(lcd_power) +GENERATE_SET_UNSUPPORTED_PROPERTY_I(lcd_power) + +GENERATE_GET_UNSUPPORTED_PROPERTY(image_enhance_mode) +GENERATE_SET_UNSUPPORTED_PROPERTY(image_enhance_mode) +GENERATE_GET_UNSUPPORTED_PROPERTY(image_enhance_scenario) +GENERATE_SET_UNSUPPORTED_PROPERTY(image_enhance_scenario) +GENERATE_GET_UNSUPPORTED_PROPERTY(image_enhance_tone) +GENERATE_SET_UNSUPPORTED_PROPERTY(image_enhance_tone) +GENERATE_GET_UNSUPPORTED_PROPERTY(image_enhance_outdoor) +GENERATE_SET_UNSUPPORTED_PROPERTY(image_enhance_outdoor) +GENERATE_GET_UNSUPPORTED_PROPERTY(image_enhance_tune) +GENERATE_SET_UNSUPPORTED_PROPERTY(image_enhance_tune) + +int OEM_sys_image_enhance_info(int *value) +{ + return -ENOTSUP; +} + +GENERATE_SET_UNSUPPORTED_PROPERTY(display_frame_rate) + +GENERATE_GET_UNSUPPORTED_PROPERTY(uart_path) +GENERATE_SET_UNSUPPORTED_PROPERTY(uart_path) + +GENERATE_GET_UNSUPPORTED_PROPERTY(usb_path) +GENERATE_SET_UNSUPPORTED_PROPERTY(usb_path) + +GENERATE_GET_UNSUPPORTED_PROPERTY(haptic_vibetones_level_max) +GENERATE_GET_UNSUPPORTED_PROPERTY(haptic_vibetones_level) +GENERATE_SET_UNSUPPORTED_PROPERTY(haptic_vibetones_level) +GENERATE_SET_UNSUPPORTED_PROPERTY(haptic_vibetones_enable) +GENERATE_SET_UNSUPPORTED_PROPERTY(haptic_vibetones_oneshot) + +GENERATE_GET_UNSUPPORTED_PROPERTY(battery_capacity) +GENERATE_GET_UNSUPPORTED_PROPERTY(battery_capacity_raw) +GENERATE_GET_UNSUPPORTED_PROPERTY(battery_charge_full) +GENERATE_GET_UNSUPPORTED_PROPERTY(battery_charge_now) +GENERATE_GET_UNSUPPORTED_PROPERTY(battery_present) +GENERATE_GET_UNSUPPORTED_PROPERTY(battery_health) +GENERATE_GET_UNSUPPORTED_PROPERTY(battery_polling_required) +GENERATE_GET_UNSUPPORTED_PROPERTY(battery_support_insuspend_charging) + +GENERATE_GET_UNSUPPORTED_PROPERTY(jack_charger_online) +GENERATE_GET_UNSUPPORTED_PROPERTY(jack_earjack_online) /* TODO: max98090 requires fixing */ +GENERATE_GET_UNSUPPORTED_PROPERTY(jack_earkey_online) + +int OEM_sys_get_jack_hdmi_online(int * value) +{ + char buf[BUFF_MAX] = {0}; + int ret = 0; + + ret = sys_get_str(HDMI_STATE_PATH, buf); + if (ret == -1) + return -ENOTSUP; + + ret = 0; + if (strncmp(buf, "connected", 9) == 0) + *value = 1; + else if (strncmp(buf, "disconnected", 12) == 0) + *value = 0; + else + ret = -EIO; + + return ret; +} + +GENERATE_GET_UNSUPPORTED_PROPERTY(jack_usb_online) /* TODO: kernel supporte is pending */ +GENERATE_GET_UNSUPPORTED_PROPERTY(jack_cradle_online) +GENERATE_GET_UNSUPPORTED_PROPERTY(jack_tvout_online) +GENERATE_GET_UNSUPPORTED_PROPERTY(jack_keyboard_online) /* Does USB keyboard count? */ +GENERATE_GET_CONSTANT_PROPERTY(hdmi_support, 1) + +GENERATE_GET_UNSUPPORTED_PROPERTY(leds_torch_max_brightness) +GENERATE_GET_UNSUPPORTED_PROPERTY(leds_torch_brightness) +GENERATE_SET_UNSUPPORTED_PROPERTY(leds_torch_brightness) + +/* TODO: what to write to POWER_STATE_PATH */ +int OEM_sys_set_power_state(int value) +{ + + switch(value) + { + case POWER_STATE_SUSPEND: + return sys_set_str(POWER_STATE_PATH, "mem"); + case POWER_STATE_PRE_SUSPEND: + case POWER_STATE_POST_RESUME: + default: + return -ENOTSUP; + } + return -EINVAL; +} +GENERATE_ACCESSORS_INT_RW(power_wakeup_count, POWER_WAKEUP_COUNT_PATH) + +int OEM_sys_get_memnotify_node(char *node) { return -ENOTSUP;} +GENERATE_GET_UNSUPPORTED_PROPERTY(memnotify_victim_task) +GENERATE_SET_UNSUPPORTED_PROPERTY(memnotify_threshold_lv1) +GENERATE_SET_UNSUPPORTED_PROPERTY(memnotify_threshold_lv2) + +int OEM_sys_get_process_monitor_node(char *node) { return -ENOTSUP;} +GENERATE_SET_UNSUPPORTED_PROPERTY(process_monitor_mp_pnp) +GENERATE_SET_UNSUPPORTED_PROPERTY(process_monitor_mp_vip) + +GENERATE_ACCESSORS_INT_R(cpufreq_cpuinfo_max_freq, CPUFREQ_CPUINFO_MAX_FREQ_PATH) +GENERATE_ACCESSORS_INT_R(cpufreq_cpuinfo_min_freq, CPUFREQ_CPUINFO_MIN_FREQ_PATH) +GENERATE_ACCESSORS_INT_RW(cpufreq_scaling_max_freq, CPUFREQ_SCALING_MAX_FREQ_PATH) +GENERATE_ACCESSORS_INT_RW(cpufreq_scaling_min_freq, CPUFREQ_SCALING_MIN_FREQ_PATH) + +GENERATE_GET_UNSUPPORTED_PROPERTY_I(backlight_brightness_by_lux) +GENERATE_GET_UNSUPPORTED_PROPERTY_I(whitemagic_mode) +GENERATE_SET_UNSUPPORTED_PROPERTY_I(whitemagic_mode) + +static OEM_sys_devman_plugin_interface devman_plugin_interface_odroid; + +const OEM_sys_devman_plugin_interface *OEM_sys_get_devman_plugin_interface() +{ + /* Light interfaces */ + devman_plugin_interface_odroid.OEM_sys_get_display_count = &OEM_sys_get_display_count; + devman_plugin_interface_odroid.OEM_sys_get_backlight_min_brightness = &OEM_sys_get_backlight_min_brightness; + devman_plugin_interface_odroid.OEM_sys_get_backlight_max_brightness = &OEM_sys_get_backlight_max_brightness; + devman_plugin_interface_odroid.OEM_sys_get_backlight_brightness = &OEM_sys_get_backlight_brightness; + devman_plugin_interface_odroid.OEM_sys_set_backlight_brightness = &OEM_sys_set_backlight_brightness; + devman_plugin_interface_odroid.OEM_sys_set_backlight_dimming = &OEM_sys_set_backlight_dimming; + devman_plugin_interface_odroid.OEM_sys_get_backlight_acl_control = &OEM_sys_get_backlight_acl_control; + devman_plugin_interface_odroid.OEM_sys_set_backlight_acl_control = &OEM_sys_set_backlight_acl_control; + + devman_plugin_interface_odroid.OEM_sys_get_lcd_power = &OEM_sys_get_lcd_power; + devman_plugin_interface_odroid.OEM_sys_set_lcd_power = &OEM_sys_set_lcd_power; + + /* Image Ehnhace interfaces */ + devman_plugin_interface_odroid.OEM_sys_get_image_enhance_mode = &OEM_sys_get_image_enhance_mode; + devman_plugin_interface_odroid.OEM_sys_set_image_enhance_mode = &OEM_sys_set_image_enhance_mode; + devman_plugin_interface_odroid.OEM_sys_get_image_enhance_scenario = &OEM_sys_get_image_enhance_scenario; + devman_plugin_interface_odroid.OEM_sys_set_image_enhance_scenario = &OEM_sys_set_image_enhance_scenario; + devman_plugin_interface_odroid.OEM_sys_get_image_enhance_tone = &OEM_sys_get_image_enhance_tone; + devman_plugin_interface_odroid.OEM_sys_set_image_enhance_tone = &OEM_sys_set_image_enhance_tone; + devman_plugin_interface_odroid.OEM_sys_get_image_enhance_outdoor = &OEM_sys_get_image_enhance_outdoor; + devman_plugin_interface_odroid.OEM_sys_set_image_enhance_outdoor = &OEM_sys_set_image_enhance_outdoor; + + devman_plugin_interface_odroid.OEM_sys_get_image_enhance_tune = &OEM_sys_get_image_enhance_tune; + devman_plugin_interface_odroid.OEM_sys_set_image_enhance_tune = &OEM_sys_set_image_enhance_tune; + + devman_plugin_interface_odroid.OEM_sys_image_enhance_info = &OEM_sys_image_enhance_info; + + devman_plugin_interface_odroid.OEM_sys_set_display_frame_rate = &OEM_sys_set_display_frame_rate; + + /* UART path interfaces */ + devman_plugin_interface_odroid.OEM_sys_get_uart_path = &OEM_sys_get_uart_path; + devman_plugin_interface_odroid.OEM_sys_set_uart_path = &OEM_sys_set_uart_path; + + /* USB path interfaces */ + devman_plugin_interface_odroid.OEM_sys_get_usb_path = &OEM_sys_get_usb_path; + devman_plugin_interface_odroid.OEM_sys_set_usb_path = &OEM_sys_set_usb_path; + + /* Vibrator interfaces */ + devman_plugin_interface_odroid.OEM_sys_get_haptic_vibetones_level_max = &OEM_sys_get_haptic_vibetones_level_max; + devman_plugin_interface_odroid.OEM_sys_get_haptic_vibetones_level = &OEM_sys_get_haptic_vibetones_level; + devman_plugin_interface_odroid.OEM_sys_set_haptic_vibetones_level = &OEM_sys_set_haptic_vibetones_level; + devman_plugin_interface_odroid.OEM_sys_set_haptic_vibetones_enable = &OEM_sys_set_haptic_vibetones_enable; + devman_plugin_interface_odroid.OEM_sys_set_haptic_vibetones_oneshot = &OEM_sys_set_haptic_vibetones_oneshot; + + /* Battery interfaces */ + devman_plugin_interface_odroid.OEM_sys_get_battery_capacity = &OEM_sys_get_battery_capacity; + devman_plugin_interface_odroid.OEM_sys_get_battery_capacity_raw = &OEM_sys_get_battery_capacity_raw; + devman_plugin_interface_odroid.OEM_sys_get_battery_charge_full = &OEM_sys_get_battery_charge_full; + devman_plugin_interface_odroid.OEM_sys_get_battery_charge_now = &OEM_sys_get_battery_charge_now; + devman_plugin_interface_odroid.OEM_sys_get_battery_present = &OEM_sys_get_battery_present; + devman_plugin_interface_odroid.OEM_sys_get_battery_health = &OEM_sys_get_battery_health; + devman_plugin_interface_odroid.OEM_sys_get_battery_polling_required= &OEM_sys_get_battery_polling_required; + devman_plugin_interface_odroid.OEM_sys_get_battery_support_insuspend_charging = &OEM_sys_get_battery_support_insuspend_charging; + + /* Connection interfaces */ + devman_plugin_interface_odroid.OEM_sys_get_jack_charger_online = &OEM_sys_get_jack_charger_online; + devman_plugin_interface_odroid.OEM_sys_get_jack_earjack_online = &OEM_sys_get_jack_earjack_online; + devman_plugin_interface_odroid.OEM_sys_get_jack_earkey_online = &OEM_sys_get_jack_earkey_online; + devman_plugin_interface_odroid.OEM_sys_get_jack_hdmi_online = &OEM_sys_get_jack_hdmi_online; + devman_plugin_interface_odroid.OEM_sys_get_jack_usb_online = &OEM_sys_get_jack_usb_online; + devman_plugin_interface_odroid.OEM_sys_get_jack_cradle_online = &OEM_sys_get_jack_cradle_online; + devman_plugin_interface_odroid.OEM_sys_get_jack_tvout_online = &OEM_sys_get_jack_tvout_online; + devman_plugin_interface_odroid.OEM_sys_get_jack_keyboard_online = &OEM_sys_get_jack_keyboard_online; + + devman_plugin_interface_odroid.OEM_sys_get_hdmi_support = &OEM_sys_get_hdmi_support; + + /* Torch interfaces */ + devman_plugin_interface_odroid.OEM_sys_get_leds_torch_max_brightness = &OEM_sys_get_leds_torch_max_brightness; + devman_plugin_interface_odroid.OEM_sys_get_leds_torch_brightness = &OEM_sys_get_leds_torch_brightness; + devman_plugin_interface_odroid.OEM_sys_set_leds_torch_brightness = &OEM_sys_set_leds_torch_brightness; + + /* Power management interfaces */ + devman_plugin_interface_odroid.OEM_sys_set_power_state = &OEM_sys_set_power_state; + devman_plugin_interface_odroid.OEM_sys_get_power_wakeup_count = &OEM_sys_get_power_wakeup_count; + devman_plugin_interface_odroid.OEM_sys_set_power_wakeup_count = &OEM_sys_set_power_wakeup_count; + + /* OOM interfaces */ + devman_plugin_interface_odroid.OEM_sys_get_memnotify_node = &OEM_sys_get_memnotify_node; + devman_plugin_interface_odroid.OEM_sys_get_memnotify_victim_task = &OEM_sys_get_memnotify_victim_task; + devman_plugin_interface_odroid.OEM_sys_set_memnotify_threshold_lv1 = &OEM_sys_set_memnotify_threshold_lv1; + devman_plugin_interface_odroid.OEM_sys_set_memnotify_threshold_lv2 = &OEM_sys_set_memnotify_threshold_lv2; + + /* Process monitor interfaces */ + devman_plugin_interface_odroid.OEM_sys_get_process_monitor_node = &OEM_sys_get_process_monitor_node; + devman_plugin_interface_odroid.OEM_sys_set_process_monitor_mp_pnp = &OEM_sys_set_process_monitor_mp_pnp; + devman_plugin_interface_odroid.OEM_sys_set_process_monitor_mp_vip = &OEM_sys_set_process_monitor_mp_vip; + + /* UART path interfaces */ + devman_plugin_interface_odroid.OEM_sys_get_cpufreq_cpuinfo_max_freq = &OEM_sys_get_cpufreq_cpuinfo_max_freq; + devman_plugin_interface_odroid.OEM_sys_get_cpufreq_cpuinfo_min_freq = &OEM_sys_get_cpufreq_cpuinfo_min_freq; + devman_plugin_interface_odroid.OEM_sys_get_cpufreq_scaling_max_freq = &OEM_sys_get_cpufreq_scaling_max_freq; + devman_plugin_interface_odroid.OEM_sys_set_cpufreq_scaling_max_freq = &OEM_sys_set_cpufreq_scaling_max_freq; + devman_plugin_interface_odroid.OEM_sys_get_cpufreq_scaling_min_freq = &OEM_sys_get_cpufreq_scaling_min_freq; + devman_plugin_interface_odroid.OEM_sys_set_cpufreq_scaling_min_freq = &OEM_sys_set_cpufreq_scaling_min_freq; + + devman_plugin_interface_odroid.OEM_sys_get_backlight_brightness_by_lux = &OEM_sys_get_backlight_brightness_by_lux; + /* OEM_sys_display_info(disp_info); */ + /* OEM_sys_muic_node_path_info(); */ + + return &devman_plugin_interface_odroid; +} |