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 | ab6bac060846533701aa75844c19b6dc9fc359bc (patch) | |
tree | 69f398dc8b1eba49073332224027a0e9c4c73e06 /power | |
parent | d4d788c3e77668d43d7683dba8dfc192ce144274 (diff) | |
download | device_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.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", |