Changeset 2055
- Timestamp:
- 11/14/03 21:08:37 (10 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/w83781d.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/w83781d.c
r2034 r2055 971 971 || ((val1 & 0x80) && (val2 != 0x5c) && (val2 != 0x12) 972 972 && (val2 != 0x06)))) { 973 err = -ENODEV; 973 974 goto ERROR1; 974 err = -ENODEV;975 975 } 976 976 /* If Winbond SMBus, check address at 0x48. Asus doesn't support
