Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174015
b: refs/heads/master
c: aef02aa
h: refs/heads/master
i:
  174013: bc5e623
  174011: 79bdd0c
  174007: c7d54fc
  173999: 6a0478d
  173983: 18a91f2
  173951: 008969c
v: v3
  • Loading branch information
Jean Delvare authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent 9d58f6d commit 510fe0a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 43e16ea241cab1f4d4206307b2f6eacbaf4dc335
refs/heads/master: aef02aa1e2593b39f808b2b8ae928699087b96dc
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/saa7134/saa7134-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ void saa7134_probe_i2c_ir(struct saa7134_dev *dev)
{
struct i2c_board_info info;
const unsigned short addr_list[] = {
0x7a, 0x47, 0x71, 0x2d,
0x47, 0x71, 0x2d,
I2C_CLIENT_END
};

Expand Down Expand Up @@ -737,6 +737,7 @@ void saa7134_probe_i2c_ir(struct saa7134_dev *dev)
dev->init_data.name = "Purple TV";
dev->init_data.get_key = get_key_purpletv;
dev->init_data.ir_codes = &ir_codes_purpletv_table;
info.addr = 0x7a;
break;
case SAA7134_BOARD_MSI_TVATANYWHERE_PLUS:
dev->init_data.name = "MSI TV@nywhere Plus";
Expand Down

0 comments on commit 510fe0a

Please sign in to comment.