Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36099
b: refs/heads/master
c: 8241cb1
h: refs/heads/master
i:
  36097: cb1e0ae
  36095: f12adee
v: v3
  • Loading branch information
Jean Delvare authored and Greg Kroah-Hartman committed Sep 26, 2006
1 parent d3a92af commit 5ab8688
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 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: be53f9b2a08e647396ceaa004199ae4b032a9bd2
refs/heads/master: 8241cb1401873e18bba746fd3f6c56ce4252a61f
13 changes: 7 additions & 6 deletions trunk/drivers/video/matrox/i2c-matroxfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,13 @@ static struct i2c_adapter matrox_i2c_adapter_template =

static struct i2c_algo_bit_data matrox_i2c_algo_template =
{
NULL,
matroxfb_gpio_setsda,
matroxfb_gpio_setscl,
matroxfb_gpio_getsda,
matroxfb_gpio_getscl,
10, 10, 100,
.setsda = matroxfb_gpio_setsda,
.setscl = matroxfb_gpio_setscl,
.getsda = matroxfb_gpio_getsda,
.getscl = matroxfb_gpio_getscl,
.udelay = 10,
.mdelay = 10,
.timeout = 100,
};

static int i2c_bus_reg(struct i2c_bit_adapter* b, struct matrox_fb_info* minfo,
Expand Down

0 comments on commit 5ab8688

Please sign in to comment.