Ticket #2336: option1.diff
| File option1.diff, 0.7 kB (added by ticket, 5 months ago) |
|---|
-
prog/detect/sensors-detect
old new 868 868 i2c_detect => sub { w83l784r_detect(1, @_); }, 869 869 }, 870 870 { 871 name => "Winbond W83L786NR/NG/R/G", 871 name => "Winbond W83L786NG", 872 driver => "w83l786ng", 873 i2c_addrs => [0x2e, 0x2f], 874 i2c_detect => sub { w83l784r_detect(2, @_); }, 875 }, 876 { 877 name => "Winbond W83L786NR/R/G", 872 878 driver => "to-be-written", 873 879 i2c_addrs => [0x2e, 0x2f], 874 880 i2c_detect => sub { w83l784r_detect(2, @_); },
