Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161549
b: refs/heads/master
c: a138ebc
h: refs/heads/master
i:
  161547: d6789a3
v: v3
  • Loading branch information
hermann pitton authored and Mauro Carvalho Chehab committed Sep 12, 2009
1 parent 2b7d85b commit 56c69c7
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 821c777080c43710a3ddbf8bcd708093191b1630
refs/heads/master: a138ebcf826b9cbf6683e1db25905d7cd89e2dd1
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/saa7134/saa7134-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -721,9 +721,11 @@ void saa7134_probe_i2c_ir(struct saa7134_dev *dev)
if (pinnacle_remote == 0) {
init_data.get_key = get_key_pinnacle_color;
init_data.ir_codes = ir_codes_pinnacle_color;
info.addr = 0x47;
} else {
init_data.get_key = get_key_pinnacle_grey;
init_data.ir_codes = ir_codes_pinnacle_grey;
info.addr = 0x47;
}
break;
case SAA7134_BOARD_UPMOST_PURPLE_TV:
Expand Down

0 comments on commit 56c69c7

Please sign in to comment.