Changeset 3155
- Timestamp:
- 10/30/05 14:02:47 (8 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/w83627hf.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/w83627hf.c
r3147 r3155 195 195 #define W83627HF_REG_PWM1 0x5A 196 196 #define W83627HF_REG_PWM2 0x5B 197 #define W83627HF_REG_PWMCLK12 0x5C198 197 199 198 #define W83627THF_REG_PWM1 0x01 /* 697HF and 637HF too */ … … 942 941 } 943 942 944 if (type == w83627hf) {945 /* enable PWM2 control (can't hurt since PWM reg946 should have been reset to 0xff) */947 w83627hf_write_value(client, W83627HF_REG_PWMCLK12, 0x19);948 }949 943 /* enable comparator mode for temp2 and temp3 so 950 944 alarm indication will work correctly */
