2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 22:05:11 +00:00

W83L785TS-S now has a driver.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2173 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2003-12-14 17:15:51 +00:00
parent e9f9539302
commit b1e6a4dc94

View File

@@ -969,8 +969,8 @@ use subs qw(mtp008_detect lm78_detect lm78_isa_detect lm78_alias_detect
i2c_detect => sub { w83l784r_detect 0, @_},
} ,
{
name => "Winbond W83L785TS",
driver => "to-be-written",
name => "Winbond W83L785TS-S",
driver => "w83l785ts",
i2c_addrs => [0x2e],
i2c_detect => sub { w83l785ts_detect 0, @_},
} ,