Changeset 5291
- Timestamp:
- 06/24/08 08:40:46 (5 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r5289 r5291 31 31 Fix Analog Devices ADT7461 support 32 32 Add VIA C7 support 33 Fix Winbond W83L786NR/NG/R/G support (#2336) 33 34 34 35 2.10.6 "Welcome Home Lina" (20080306) -
lm-sensors/trunk/prog/detect/sensors-detect
r5289 r5291 870 870 { 871 871 name => "Winbond W83L786NR/NG/R/G", 872 driver => " to-be-written",872 driver => "w83l786ng", 873 873 i2c_addrs => [0x2e, 0x2f], 874 874 i2c_detect => sub { w83l784r_detect(2, @_); },
