Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285336
b: refs/heads/master
c: 9f711a8
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Nov 30, 2011
1 parent 41699e3 commit ea0ea43
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: 8afc539c4a3df5da4e90c36cf21e2bc7a2572149
refs/heads/master: 9f711a80c5d0048e85c129f23281d9c0634e7010
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/tm6000/tm6000-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,8 @@ int tm6000_ir_init(struct tm6000_core *dev)

/* input setup */
rc->allowed_protos = RC_TYPE_RC5 | RC_TYPE_NEC;
/* Neded, in order to support NEC remotes with 24 or 32 bits */
rc->scanmask = 0xffff;
rc->priv = ir;
rc->change_protocol = tm6000_ir_change_protocol;
if (&dev->int_in) {
Expand Down

0 comments on commit ea0ea43

Please sign in to comment.