This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/media_tree.git tree:

Subject: [media] media: rc: nuvoton-cir: add support for the NCT6779D
Author:  Heiner Kallweit <[email protected]>
Date:    Thu Oct 29 19:22:23 2015 -0200

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 <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/rc/nuvoton-cir.c |    1 +
 drivers/media/rc/nuvoton-cir.h |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

---

http://git.linuxtv.org/cgit.cgi/media_tree.git/commit/?id=d0b528d5f74bb7a8ac4f62a8127ab238ffe7cd09

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)
diff --git a/drivers/media/rc/nuvoton-cir.h b/drivers/media/rc/nuvoton-cir.h
index 81b5a09..c96a9d3 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 {

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to