summaryrefslogtreecommitdiffstats
path: root/power
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2012-04-26 20:04:07 -0700
committerTodd Poynor <toddpoynor@google.com>2012-04-26 20:04:07 -0700
commitab6bac060846533701aa75844c19b6dc9fc359bc (patch)
tree69f398dc8b1eba49073332224027a0e9c4c73e06 /power
parentd4d788c3e77668d43d7683dba8dfc192ce144274 (diff)
downloaddevice_samsung_tuna-ab6bac060846533701aa75844c19b6dc9fc359bc.zip
device_samsung_tuna-ab6bac060846533701aa75844c19b6dc9fc359bc.tar.gz
device_samsung_tuna-ab6bac060846533701aa75844c19b6dc9fc359bc.tar.bz2
tuna: Power HAL: Add version 0.2
Change-Id: Ibea0084f48ce0cbea50fb151ade0785822f7222e
Diffstat (limited to 'power')
-rw-r--r--power/power_tuna.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/power/power_tuna.c b/power/power_tuna.c
index bff028d..1c7cc9d 100644
--- a/power/power_tuna.c
+++ b/power/power_tuna.c
@@ -146,8 +146,8 @@ static struct hw_module_methods_t power_module_methods = {
struct power_module HAL_MODULE_INFO_SYM = {
.common = {
.tag = HARDWARE_MODULE_TAG,
- .version_major = 1,
- .version_minor = 0,
+ .module_api_version = POWER_MODULE_API_VERSION_0_2,
+ .hal_api_version = HARDWARE_HAL_API_VERSION,
.id = POWER_HARDWARE_MODULE_ID,
.name = "Tuna Power HAL",
.author = "The Android Open Source Project",