diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2015-10-29 21:22:23 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-11-19 11:36:15 (GMT) |
commit | d0b528d5f74bb7a8ac4f62a8127ab238ffe7cd09 (patch) | |
tree | 5bb242def4a4afe6e7d416b854fd0f23835270b7 /drivers/media/rc/nuvoton-cir.c | |
parent | 6a5a336079abe8f991149ad84f648c54bfefde7a (diff) | |
download | linux-d0b528d5f74bb7a8ac4f62a8127ab238ffe7cd09.tar.xz |
[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.c')
-rw-r--r-- | drivers/media/rc/nuvoton-cir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/rc/nuvoton-cir.c b/drivers/media/rc/nuvoton-cir.c index df4b9cb..ff874fc 100644 --- a/drivers/media/rc/nuvoton-cir.c +++ b/drivers/media/rc/nuvoton-cir.c @@ -43,6 +43,7 @@ static const struct nvt_chip nvt_chips[] = { { "w83667hg", NVT_W83667HG }, { "NCT6775F", NVT_6775F }, { "NCT6776F", NVT_6776F }, + { "NCT6779D", NVT_6779D }, }; static inline bool is_w83667hg(struct nvt_dev *nvt) |