mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-04 00:05:10 +00:00
We have a driver for the Winbond W83L786NR/NG/R/G now.
Closes ticket #2336. git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5290 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -15,6 +15,7 @@ SVN-HEAD
|
||||
Add Texas Instruments THMC51 support
|
||||
Fix Analog Devices ADT7461 support
|
||||
Add VIA C7 support
|
||||
Fix Winbond W83L786NR/NG/R/G support (#2336)
|
||||
|
||||
3.0.2 (2008-05-18)
|
||||
documentation: Delete the FAQ, now maintained on the wiki
|
||||
|
@@ -901,7 +901,7 @@ use vars qw(@pci_adapters_sis5595 @pci_adapters_sis645 @pci_adapters_sis96x);
|
||||
},
|
||||
{
|
||||
name => "Winbond W83L786NR/NG/R/G",
|
||||
driver => "to-be-written",
|
||||
driver => "w83l786ng",
|
||||
i2c_addrs => [0x2e, 0x2f],
|
||||
i2c_detect => sub { w83l784r_detect(2, @_); },
|
||||
},
|
||||
|
Reference in New Issue
Block a user