aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134
diff options
context:
space:
mode:
authorHartmut Hackmann <hartmut.hackmann@t-online.de>2006-10-12 18:46:16 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-12-10 05:51:01 -0500
commiteb591af3a3703cb79e3efb5ad87b36dcd32b0712 (patch)
treeb10531101b04eac144f07898cf7c7b77fc65edfc /drivers/media/video/saa7134
parent69ea31e7debdefcf1412e8d590ae9bd90cf9253f (diff)
V4L/DVB (4767): Make Remote control of the Pinnacle PCTV 310i work
The remote control works, but we still need a better keymap. Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/saa7134')
-rw-r--r--drivers/media/video/saa7134/saa7134-input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/saa7134/saa7134-input.c b/drivers/media/video/saa7134/saa7134-input.c
index 0548bd35d0fc..83887d1876a9 100644
--- a/drivers/media/video/saa7134/saa7134-input.c
+++ b/drivers/media/video/saa7134/saa7134-input.c
@@ -336,6 +336,7 @@ void saa7134_set_i2c_ir(struct saa7134_dev *dev, struct IR_i2c *ir)
336 336
337 switch (dev->board) { 337 switch (dev->board) {
338 case SAA7134_BOARD_PINNACLE_PCTV_110i: 338 case SAA7134_BOARD_PINNACLE_PCTV_110i:
339 case SAA7134_BOARD_PINNACLE_PCTV_310i:
339 snprintf(ir->c.name, sizeof(ir->c.name), "Pinnacle PCTV"); 340 snprintf(ir->c.name, sizeof(ir->c.name), "Pinnacle PCTV");
340 if (pinnacle_remote == 0) { 341 if (pinnacle_remote == 0) {
341 ir->get_key = get_key_pinnacle_color; 342 ir->get_key = get_key_pinnacle_color;