diff options
author | Todd Poynor <toddpoynor@google.com> | 2012-04-26 20:04:07 -0700 |
---|---|---|
committer | Todd Poynor <toddpoynor@google.com> | 2012-04-26 20:04:07 -0700 |
commit | 6930c8e8c2f798199da3ce1c5777aa1763594ce3 (patch) | |
tree | 739d7036624c867e53932e0df4218876338a3d50 | |
parent | ee56ff7b992be6e686b65629ab3bd4709cc6a337 (diff) | |
download | device_samsung_tuna-6930c8e8c2f798199da3ce1c5777aa1763594ce3.zip device_samsung_tuna-6930c8e8c2f798199da3ce1c5777aa1763594ce3.tar.gz device_samsung_tuna-6930c8e8c2f798199da3ce1c5777aa1763594ce3.tar.bz2 |
tuna: Power HAL: Add version 0.2
Change-Id: Ibea0084f48ce0cbea50fb151ade0785822f7222e
-rw-r--r-- | power/power_tuna.c | 4 |
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", |