Index: libs/libmythtv/firewiredevice.cpp
===================================================================
--- libs/libmythtv/firewiredevice.cpp	(revision 20445)
+++ libs/libmythtv/firewiredevice.cpp	(working copy)
@@ -416,7 +416,7 @@
     const uint64_t motorola_vendor_ids[] =
     {
         /* DCH-3200 */
-        0x1c11,    0x1cfb,    0x1fc4,
+        0x1c11,    0x1cfb,    0x1fc4,    0x23a3,
         /* DCH-3416 */
         0x1e46,
         /* DCT-3416 */
Index: contrib/channel_changers/6200ch/6200ch.c
===================================================================
--- contrib/channel_changers/6200ch/6200ch.c	(revision 20445)
+++ contrib/channel_changers/6200ch/6200ch.c	(working copy)
@@ -36,6 +36,7 @@
 #define DCH3200_VENDOR_ID1 0x00001c11
 #define DCH3200_VENDOR_ID2 0x00001cfb
 #define DCH3200_VENDOR_ID3 0x00001fc4
+#define DCH3200_VENDOR_ID4 0x000023a3
 #define DCH3200_MODEL_ID1  0x0000d330
 
 #define DCH3416_VENDOR_ID1 0x00001e46
@@ -240,6 +241,7 @@
       if ( ((dir.vendor_id == DCH3200_VENDOR_ID1) ||
             (dir.vendor_id == DCH3200_VENDOR_ID2) ||
             (dir.vendor_id == DCH3200_VENDOR_ID3) ||
+            (dir.vendor_id == DCH3200_VENDOR_ID4) ||
             (dir.vendor_id == DCH3416_VENDOR_ID1) ||
             (dir.vendor_id == DCT3412_VENDOR_ID1) ||
             (dir.vendor_id == DCT3416_VENDOR_ID1) ||
