Changeset 5455
- Timestamp:
- 11/29/08 18:53:05 (4 years ago)
- Location:
- lm-sensors/branches/lm-sensors-3.0.0
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/CHANGES
r5441 r5455 30 30 Simplify loading of bus drivers 31 31 Fix bus number prediction logic (#2327) 32 Suggest the sbs driver for smart batteries 32 33 33 34 3.0.3 (2008-09-28) -
lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect
r5451 r5455 1305 1305 { 1306 1306 name => "Smart Battery", 1307 driver => "s martbatt",1307 driver => "sbs", # ACPI driver, not sure if it always works 1308 1308 i2c_addrs => [0x0b], 1309 1309 i2c_detect => sub { smartbatt_detect(@_); },
