aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorJarod Wilson <jarod@redhat.com>2011-06-20 00:04:05 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-01 16:33:38 -0300
commit842071c9ea021a42256386cb0cbe3735af33c4db (patch)
tree019bfe0bae1c9674791e0ef7aa48fe0fc65b38c7 /drivers/media
parent[media] saa7134: fix raw IR timeout value (diff)
downloadlinux-dev-842071c9ea021a42256386cb0cbe3735af33c4db.tar.xz
linux-dev-842071c9ea021a42256386cb0cbe3735af33c4db.zip
[media] imon: auto-config ffdc 7e device
Another device with the 0xffdc device id, this one with 0x7e in the config byte. Its an iMON VFD + RC6 IR, in a CoolerMaster 260 case. Reported-by: Filip Streibl <filip@streibl.cz> Signed-off-by: Jarod Wilson <jarod@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/rc/imon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/rc/imon.c b/drivers/media/rc/imon.c
index 7136582a8573..ba480325851b 100644
--- a/drivers/media/rc/imon.c
+++ b/drivers/media/rc/imon.c
@@ -1751,6 +1751,7 @@ static void imon_get_ffdc_type(struct imon_context *ictx)
break;
/* iMON VFD, MCE IR */
case 0x46:
+ case 0x7e:
case 0x9e:
dev_info(ictx->dev, "0xffdc iMON VFD, MCE IR");
detected_display_type = IMON_DISPLAY_TYPE_VFD;