Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36096
b: refs/heads/master
c: 6ed0713
h: refs/heads/master
v: v3
  • Loading branch information
Domen Puncer authored and Greg Kroah-Hartman committed Sep 26, 2006
1 parent f12adee commit e30b615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8859942ede8154c1e90e3b0d1b60aecf0cfaa169
refs/heads/master: 6ed07134792655db12fddaafbf870425331a21f6
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-au1550.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ au1550_xfer(struct i2c_adapter *i2c_adap, struct i2c_msg *msgs, int num)
static u32
au1550_func(struct i2c_adapter *adap)
{
return I2C_FUNC_I2C;
return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL;
}

static struct i2c_algorithm au1550_algo = {
Expand Down

0 comments on commit e30b615

Please sign in to comment.