projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0020d3e
)
V4L/DVB (3696): Previous change for cx2341X boards broke the remote support
author
Hans Verkuil
<
[email protected]
>
Thu, 30 Mar 2006 22:57:28 +0000
(19:57 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Sun, 2 Apr 2006 07:56:07 +0000
(
04:56
-0300)
Partially revert previous change to fix IR support.
Signed-off-by: Hans Verkuil <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/video/ir-kbd-i2c.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/ir-kbd-i2c.c
b/drivers/media/video/ir-kbd-i2c.c
index fe76379ccef7c1b1e56dedd0398ceeb0f0ebc8e0..7e66d83fe0ce672f6fb4cc0b4b53e28246d5b186 100644
(file)
--- a/
drivers/media/video/ir-kbd-i2c.c
+++ b/
drivers/media/video/ir-kbd-i2c.c
@@
-400,7
+400,6
@@
static int ir_probe(struct i2c_adapter *adap)
*/
static const int probe_bttv[] = { 0x1a, 0x18, 0x4b, 0x64, 0x30, -1};
- static const int probe_cx2341x[] = { 0x18, 0x7a, -1};
static const int probe_saa7134[] = { 0x7a, 0x47, -1 };
static const int probe_em28XX[] = { 0x30, 0x47, -1 };
const int *probe = NULL;
@@
-413,7
+412,7
@@
static int ir_probe(struct i2c_adapter *adap)
probe = probe_bttv;
break;
case I2C_HW_B_CX2341X:
- probe = probe_
cx2341x
;
+ probe = probe_
bttv
;
break;
case I2C_HW_SAA7134:
probe = probe_saa7134;