Ticket #3359: patch.txt

File patch.txt, 1.4 KB (added by dave@…, 17 years ago)

Patch

Line 
1Index: libs/libmythtv/firewiredevice.cpp
2===================================================================
3--- libs/libmythtv/firewiredevice.cpp   (revision 13351)
4+++ libs/libmythtv/firewiredevice.cpp   (working copy)
5@@ -390,6 +390,7 @@
6     {   /* 6200 */
7         0x0ce5,    0x0e5c,    0x1225,    0x0f9f,    0x1180,
8         0x12c9,    0x11ae,    0x152f,    0x14e8,    0x16b5,    0x1371,
9+       0x19a6,
10         /* 6212 */
11         0x0f9f,    0x152f,
12         /* 6216, 2224 */
13Index: contrib/channel_changers/6200ch.c
14===================================================================
15--- contrib/channel_changers/6200ch.c   (revision 13351)
16+++ contrib/channel_changers/6200ch.c   (working copy)
17@@ -48,6 +48,7 @@
18 #define DCT6200_VENDOR_ID9 0x000014e8
19 #define DCT6200_VENDOR_ID10 0x000016b5
20 #define DCT6200_VENDOR_ID11 0x00001371
21+#define DCT6200_VENDOR_ID12 0x000019a6
22 #define DCT6200_SPEC_ID    0x00005068
23 #define DCT6200_SW_VERSION 0x00010101
24 #define DCT6200_MODEL_ID1  0x0000620a
25@@ -191,6 +192,7 @@
26             (dir.vendor_id == DCT6200_VENDOR_ID9) ||
27             (dir.vendor_id == DCT6200_VENDOR_ID10) ||
28             (dir.vendor_id == DCT6200_VENDOR_ID11) ||
29+            (dir.vendor_id == DCT6200_VENDOR_ID12) ||
30             (dir.vendor_id == DCT6412_VENDOR_ID1) ||
31             (dir.vendor_id == DCT6412_VENDOR_ID2) ||
32             (dir.vendor_id == DCT6416_VENDOR_ID1) ||