V4L/DVB (3621): Fix camera key on FusionHDTV portable remote control
authorMichael Krufky <mkrufky@linuxtv.org>
Sun, 26 Mar 2006 21:59:45 +0000 (18:59 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 2 Apr 2006 07:55:13 +0000 (04:55 -0300)
Thanks to: Andrew Cohen <cohen@andy.bu.edu>

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/dvb-usb/cxusb.c

index f2b9b4b..7edd636 100644 (file)
@@ -246,11 +246,7 @@ static struct dvb_usb_rc_key dvico_portable_rc_keys[] = {
        { 0xfc, 0x09, KEY_VOLUMEDOWN },
        { 0xfc, 0x54, KEY_CHANNELUP },
        { 0xfc, 0x0b, KEY_CHANNELDOWN },
-       /*
-         { 0xfc, 0x56, KEY_CAMERA },
-         Camera and Record keys both send the same code,
-         but the camera key doesn't repeat.
-       */
+       { 0xfc, 0x16, KEY_CAMERA },
        { 0xfc, 0x40, KEY_TUNER },      /* ATV/DTV */
        { 0xfc, 0x45, KEY_OPEN },
        { 0xfc, 0x19, KEY_1 },