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:
1
CHANGES
1
CHANGES
@@ -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
|
||||
|
@@ -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(@_); },
|
||||
},
|
||||
|
Reference in New Issue
Block a user