summaryrefslogtreecommitdiff
path: root/drivers/media/rc/nuvoton-cir.h
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2015-10-29 19:22:23 -0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-11-19 09:36:15 -0200
commitd0b528d5f74bb7a8ac4f62a8127ab238ffe7cd09 (patch)
tree5bb242def4a4afe6e7d416b854fd0f23835270b7 /drivers/media/rc/nuvoton-cir.h
parent6a5a336079abe8f991149ad84f648c54bfefde7a (diff)
[media] media: rc: nuvoton-cir: add support for the NCT6779D
Add support for the NCT6779D. It's found e.g. on the Zotac CI321 mini-pc and I successfully tested it on this device. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/rc/nuvoton-cir.h')
-rw-r--r--drivers/media/rc/nuvoton-cir.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/rc/nuvoton-cir.h b/drivers/media/rc/nuvoton-cir.h
index 81b5a09abd3c..c96a9d30fa23 100644
--- a/drivers/media/rc/nuvoton-cir.h
+++ b/drivers/media/rc/nuvoton-cir.h
@@ -70,7 +70,8 @@ enum nvt_chip_ver {
NVT_UNKNOWN = 0,
NVT_W83667HG = 0xa510,
NVT_6775F = 0xb470,
- NVT_6776F = 0xc330
+ NVT_6776F = 0xc330,
+ NVT_6779D = 0xc560
};
struct nvt_chip {