zephyr/drivers/sensor/ti
Oleksii Shcherbyna 35608e295d drivers: fuel_gauge: Fix incorrect variable in bq27xx chem_id switch
The bq27xx driver incorrectly uses the 'val' variable in a switch()
statement that should operate on 'chem_id'. This leads to incorrect
behavior for fuel gauges such as the BQ27427, where the chemical ID
determines how properties are interpreted.

This commit replaces 'switch(val)' with 'switch(chem_id)' to ensure
proper handling of fuel gauge behavior across supported devices.

Signed-off-by: Oleksii Shcherbyna <oleksii.shcherbyna@droid-technologies.com>
2025-06-25 10:49:10 +02:00
..
bq274xx drivers: fuel_gauge: Fix incorrect variable in bq27xx chem_id switch 2025-06-25 10:49:10 +02:00
fdc2x1x
ina23x
ina219
ina226
ina3221
lm95234
opt3001
ti_hdc
ti_hdc20xx
tmag5170
tmag5273
tmp11x drivers: sensor: ti: tmp11x: fix get ambient offset 2025-05-14 11:04:08 +01:00
tmp007
tmp108 driver: sensor: as6212: fix sampling frequency 2025-06-10 12:09:51 +02:00
tmp112
tmp114
tmp435
tmp1075 drivers: sensor: tmp1075: add support for fractional threshold values 2025-05-19 21:54:45 +02:00
CMakeLists.txt
Kconfig