projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9800b5b
)
[media] imon: auto-config ffdc 7e device
author
Jarod Wilson
<jarod@redhat.com>
Mon, 20 Jun 2011 03:04:05 +0000
(
00:04
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Fri, 1 Jul 2011 19:33:38 +0000
(16:33 -0300)
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>
drivers/media/rc/imon.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/media/rc/imon.c
b/drivers/media/rc/imon.c
index 7136582a857375465802185fb877af914e11a517..ba480325851b5d9e7f0210b28ef1df86df6e74f3 100644
(file)
--- 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;