Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347351
b: refs/heads/master
c: 8f3c7c5
h: refs/heads/master
i:
  347349: 0a582bd
  347347: e264163
  347343: 4dec3a8
v: v3
  • Loading branch information
Jean Delvare authored and Jean Delvare committed Dec 19, 2012
1 parent e4cbb4d commit 019d4b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7e630bb55a52cfaa35011c0ebc2efc96f13e5135
refs/heads/master: 8f3c7c547d47bcfcf9ca2ed30b79733ce1e7ad3a
6 changes: 4 additions & 2 deletions trunk/drivers/hwmon/w83627hf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1732,8 +1732,10 @@ static void w83627hf_init_device(struct platform_device *pdev)
/* Minimize conflicts with other winbond i2c-only clients... */
/* disable i2c subclients... how to disable main i2c client?? */
/* force i2c address to relatively uncommon address */
w83627hf_write_value(data, W83781D_REG_I2C_SUBADDR, 0x89);
w83627hf_write_value(data, W83781D_REG_I2C_ADDR, force_i2c);
if (type == w83627hf) {
w83627hf_write_value(data, W83781D_REG_I2C_SUBADDR, 0x89);
w83627hf_write_value(data, W83781D_REG_I2C_ADDR, force_i2c);
}

/* Read VID only once */
if (type == w83627hf || type == w83637hf) {
Expand Down

0 comments on commit 019d4b2

Please sign in to comment.