Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76711
b: refs/heads/master
c: b3d9813
h: refs/heads/master
i:
  76709: c15f767
  76707: e09fa0e
  76703: 4a40dbd
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 29be12b commit 5d49d1d
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 8d316bf54b2a1965f9460d0ad9d80850d2c7afb3
refs/heads/master: b3d98135aa6e462d7e3f42a86d12483a9003a4da
5 changes: 5 additions & 0 deletions trunk/drivers/media/video/bt8xx/bttv-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ static void ir_handle_key(struct bttv *btv)
(ir->mask_keyup && (0 == (gpio & ir->mask_keyup)))) {
ir_input_keydown(ir->dev,&ir->ir,data,data);
} else {
/* HACK: Probably, ir->mask_keydown is missing
for this board */
if (btv->c.type == BTTV_BOARD_WINFAST2000)
ir_input_keydown(ir->dev, &ir->ir, data, data);

ir_input_nokey(ir->dev,&ir->ir);
}

Expand Down

0 comments on commit 5d49d1d

Please sign in to comment.