]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB (4767): Make Remote control of the Pinnacle PCTV 310i work
authorHartmut Hackmann <hartmut.hackmann@t-online.de>
Thu, 12 Oct 2006 22:46:16 +0000 (19:46 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 10 Dec 2006 10:51:01 +0000 (08:51 -0200)
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>
drivers/media/video/saa7134/saa7134-input.c

index 0548bd35d0fcc8564d7af167591ce49b73b07266..83887d1876a9dd659a1d6becd8165da524e36b27 100644 (file)
@@ -336,6 +336,7 @@ void saa7134_set_i2c_ir(struct saa7134_dev *dev, struct IR_i2c *ir)
 
        switch (dev->board) {
        case SAA7134_BOARD_PINNACLE_PCTV_110i:
+       case SAA7134_BOARD_PINNACLE_PCTV_310i:
                snprintf(ir->c.name, sizeof(ir->c.name), "Pinnacle PCTV");
                if (pinnacle_remote == 0) {
                        ir->get_key   = get_key_pinnacle_color;