projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
621fa19
)
media: imon: auto-config ffdc 30 device
author
Sean Young
<sean@mess.org>
Tue, 21 Nov 2017 20:51:39 +0000
(15:51 -0500)
committer
Mauro Carvalho Chehab
<mchehab@s-opensource.com>
Thu, 14 Dec 2017 15:35:29 +0000
(10:35 -0500)
Another device with the 0xffdc device id, this one with 0x30 in the
config byte. Its an iMON VFD + iMON IR (it does not understand rc6).
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/rc/imon.c
patch
|
blob
|
history
diff --git
a/drivers/media/rc/imon.c
b/drivers/media/rc/imon.c
index c7a19a8fa77e5a6649e9b59f3d68c6e305cf7853..2c26d917fe0fe9b286ea6e30a7ec93285cbbfacc 100644
(file)
--- a/
drivers/media/rc/imon.c
+++ b/
drivers/media/rc/imon.c
@@
-1956,6
+1956,7
@@
static void imon_get_ffdc_type(struct imon_context *ictx)
break;
/* iMON VFD, iMON IR */
case 0x24:
+ case 0x30:
case 0x85:
dev_info(ictx->dev, "0xffdc iMON VFD, iMON IR");
detected_display_type = IMON_DISPLAY_TYPE_VFD;