Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68603
b: refs/heads/master
c: ac3f575
h: refs/heads/master
i:
  68601: 431ead8
  68599: 36e691a
v: v3
  • Loading branch information
Jean Delvare authored and Jean Delvare committed Oct 13, 2007
1 parent 36689bb commit 1baf4b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d49584c4a37c7228e7778bcb60f79e7a08472fa8
refs/heads/master: ac3f5753ea37d55c85aaf96211c13038fcc69aef
1 change: 1 addition & 0 deletions trunk/drivers/i2c/busses/i2c-nforce2.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ static u32 nforce2_func(struct i2c_adapter *adapter)
/* other functionality might be possible, but is not tested */
return I2C_FUNC_SMBUS_QUICK | I2C_FUNC_SMBUS_BYTE |
I2C_FUNC_SMBUS_BYTE_DATA | I2C_FUNC_SMBUS_WORD_DATA |
I2C_FUNC_SMBUS_PEC |
(((struct nforce2_smbus*)adapter->algo_data)->blockops ?
I2C_FUNC_SMBUS_BLOCK_DATA : 0);
}
Expand Down

0 comments on commit 1baf4b4

Please sign in to comment.