From: Michael Krufky Date: Sun, 26 Mar 2006 21:59:45 +0000 (-0300) Subject: V4L/DVB (3621): Fix camera key on FusionHDTV portable remote control X-Git-Tag: v2.6.17-rc1~12^2~35 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=dbcb86ed945e42e99884e7afaab2f326a2aff2ec;p=linux-2.6-omap-h63xx.git V4L/DVB (3621): Fix camera key on FusionHDTV portable remote control Thanks to: Andrew Cohen Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/dvb-usb/cxusb.c b/drivers/media/dvb/dvb-usb/cxusb.c index f2b9b4be280..7edd6362b9c 100644 --- a/drivers/media/dvb/dvb-usb/cxusb.c +++ b/drivers/media/dvb/dvb-usb/cxusb.c @@ -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 },