Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115599
b: refs/heads/master
c: 54c776a
h: refs/heads/master
i:
  115597: de8fa60
  115595: ec856ad
  115591: 0336321
  115583: 8990739
v: v3
  • Loading branch information
Jean Delvare authored and Mauro Carvalho Chehab committed Oct 17, 2008
1 parent dbcfaac commit 14996be
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: 5ba4ecc8b0166de4363cc31aa68d52abe0dff8de
refs/heads/master: 54c776a5bccf5b8c92ecdb480561df05e784128b
1 change: 1 addition & 0 deletions trunk/drivers/media/video/zoran/zoran_card.c
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,7 @@ zoran_register_i2c (struct zoran *zr)
memcpy(&zr->i2c_algo, &zoran_i2c_bit_data_template,
sizeof(struct i2c_algo_bit_data));
zr->i2c_algo.data = zr;
zr->i2c_adapter.class = I2C_CLASS_TV_ANALOG;
zr->i2c_adapter.id = I2C_HW_B_ZR36067;
zr->i2c_adapter.client_register = zoran_i2c_client_register;
zr->i2c_adapter.client_unregister = zoran_i2c_client_unregister;
Expand Down

0 comments on commit 14996be

Please sign in to comment.