Changeset 600
- Timestamp:
- 10/20/99 03:10:18 (9 years ago)
- Files:
-
- lm-sensors/trunk/kernel/chips/w83781d.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/kernel/chips/w83781d.c
r585 r600 950 950 /* Reset all except Watchdog values and last conversion values 951 951 This sets fan-divs to 2, among others */ 952 /* Disable beeps (reset turns them on) */ 952 953 w83781d_write_value(client,W83781D_REG_CONFIG,0x80); 954 w83781d_write_value(client,W83781D_REG_BEEP_INTS2,0); 953 955 954 956 vid = w83781d_read_value(client,W83781D_REG_VID_FANDIV) & 0x0f;
