I've got a DCT-6200 with yet another vendor ID. Here's a trivial patch to add 
support for it.

-- 
Jarod Wilson
[EMAIL PROTECTED]
--- 6200ch.c.orig	2005-02-24 23:35:06.339455213 -0800
+++ 6200ch.c	2005-02-24 23:33:54.524717285 -0800
@@ -31,6 +31,7 @@
 #define DCT6200_VENDOR_ID1 0x00000ce5
 #define DCT6200_VENDOR_ID2 0x00000e5c
 #define DCT6200_VENDOR_ID3 0x00001225
+#define DCT6200_VENDOR_ID4 0x00000f9f
 #define DCT6200_SPEC_ID    0x00005068
 #define DCT6200_SW_VERSION 0x00010101
 #define DCT6200_MODEL_ID1  0x0000620a
@@ -109,7 +110,8 @@
 		
       if ( ((dir.vendor_id == DCT6200_VENDOR_ID1) || 
             (dir.vendor_id == DCT6200_VENDOR_ID2) ||
-            (dir.vendor_id == DCT6200_VENDOR_ID3)) &&
+            (dir.vendor_id == DCT6200_VENDOR_ID3) ||
+            (dir.vendor_id == DCT6200_VENDOR_ID4)) &&
            ((dir.model_id == DCT6200_MODEL_ID1) ||
             (dir.model_id == DCT6200_MODEL_ID2)) ) {
             if (dir.unit_spec_id != DCT6200_SPEC_ID)

Attachment: pgpsA5AwYUoyG.pgp
Description: PGP signature

_______________________________________________
mythtv-dev mailing list
mythtv-dev@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to