Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40764
b: refs/heads/master
c: ecba77f
h: refs/heads/master
v: v3
  • Loading branch information
David H�rdeman authored and Mauro Carvalho Chehab committed Nov 3, 2006
1 parent 8ee54f0 commit 7894dcc
Show file tree
Hide file tree
Showing 2 changed files with 9 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: 6c8c21b9119cfe68a99825085014bba4f9c0c768
refs/heads/master: ecba77f246011344f0b8f46eb25ae01ab4ae282d
9 changes: 8 additions & 1 deletion trunk/drivers/media/dvb/ttpci/budget-ci.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,14 @@
#include "bsbe1.h"
#include "bsru6.h"

#define DEBIADDR_IR 0x1234
/*
* Regarding DEBIADDR_IR:
* Some CI modules hang if random addresses are read.
* Using address 0x4000 for the IR read means that we
* use the same address as for CI version, which should
* be a safe default.
*/
#define DEBIADDR_IR 0x4000
#define DEBIADDR_CICONTROL 0x0000
#define DEBIADDR_CIVERSION 0x4000
#define DEBIADDR_IO 0x1000
Expand Down

0 comments on commit 7894dcc

Please sign in to comment.