Ticket #2218: w83627ehf.c.patch
| File w83627ehf.c.patch, 429 bytes (added by ticket, 6 years ago) |
|---|
-
w83627ehf.c
old new 1184 1184 W83627EHF_REG_TEMP_CONFIG[i], 1185 1185 tmp & 0xfe); 1186 1186 } 1187 1188 /* Enable VBAT */ 1189 tmp = w83627ehf_read_value(client, 0x5d); 1190 if (!(tmp & 0x01)) 1191 w83627ehf_write_value(client, 0x5d, tmp | 0x01); 1187 1192 } 1188 1193 1189 1194 static int w83627ehf_detect(struct i2c_adapter *adapter)
