2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 13:57:41 +00:00

Suggest the sbs driver for smart batteries.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5455 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2008-11-29 17:53:05 +00:00
parent 17e41b742f
commit 7794ae9b81
2 changed files with 2 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ SVN-HEAD
Fix handling of bus driver names with an underscore
Simplify loading of bus drivers
Fix bus number prediction logic (#2327)
Suggest the sbs driver for smart batteries
3.0.3 (2008-09-28)
libsensors: Avoid namespace pollution

View File

@@ -1304,7 +1304,7 @@ use vars qw(@i2c_adapter_names);
},
{
name => "Smart Battery",
driver => "smartbatt",
driver => "sbs", # ACPI driver, not sure if it always works
i2c_addrs => [0x0b],
i2c_detect => sub { smartbatt_detect(@_); },
},