diff options
author | Steve Paik <spaik@google.com> | 2018-05-25 14:10:23 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-05-25 14:10:23 -0700 |
commit | 26761f6d395382cde1725647c052d18daef081a3 (patch) | |
tree | bdf47aa70e77870d865aea7342fda419e8bea49f /automotive | |
parent | 7a83eaa56daa430d0af8aa3f4725219f7dff0a7a (diff) | |
parent | de0e5293bd68b5956561c9e2547b9d61a08154ba (diff) | |
download | platform_hardware_interfaces-26761f6d395382cde1725647c052d18daef081a3.tar.gz platform_hardware_interfaces-26761f6d395382cde1725647c052d18daef081a3.tar.bz2 platform_hardware_interfaces-26761f6d395382cde1725647c052d18daef081a3.zip |
Merge "Fix tire pressure sensor property" into pi-dev
am: de0e5293bd
Change-Id: I354c9cdc4ce1ed9d93857a33b7437a00266fdf54
Diffstat (limited to 'automotive')
-rw-r--r-- | automotive/vehicle/2.0/types.hal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/automotive/vehicle/2.0/types.hal b/automotive/vehicle/2.0/types.hal index a031ee982d..57179dfd67 100644 --- a/automotive/vehicle/2.0/types.hal +++ b/automotive/vehicle/2.0/types.hal @@ -501,7 +501,8 @@ enum VehicleProperty : int32_t { /** * Tire pressure * - * The min/max range is used to indicate the recommended tire pressure. + * min/max value indicates tire pressure sensor range. Each tire will have a separate min/max + * value denoted by its areaConfig.areaId. * * @change_mode VehiclePropertyChangeMode:CONTINUOUS * @access VehiclePropertyAccess:READ @@ -510,7 +511,7 @@ enum VehicleProperty : int32_t { TIRE_PRESSURE = ( 0x0309 | VehiclePropertyGroup:SYSTEM - | VehiclePropertyType:MIXED + | VehiclePropertyType:FLOAT | VehicleArea:WHEEL), /** |