From ab6bac060846533701aa75844c19b6dc9fc359bc Mon Sep 17 00:00:00 2001 From: Todd Poynor Date: Thu, 26 Apr 2012 20:04:07 -0700 Subject: tuna: Power HAL: Add version 0.2 Change-Id: Ibea0084f48ce0cbea50fb151ade0785822f7222e --- power/power_tuna.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'power') 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", -- cgit v1.1