[mythtv-commits] Ticket #3460: Patch to mythtv/contrib/channel_changers/6200ch.c

MythTV mythtv at cvs.mythtv.org
Mon May 14 18:01:38 UTC 2007


#3460: Patch to mythtv/contrib/channel_changers/6200ch.c
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  ijr    
     Type:  defect     |      Status:  new    
 Priority:  minor      |   Milestone:  unknown
Component:  contrib    |     Version:  unknown
 Severity:  medium     |  
-----------------------+----------------------------------------------------
 Hi,

 I have a Motorola DCT6200 HD Cable Tuner box, and it won't work properly
 with changing channels.  Apparently, various DCT6200 cable boxes have
 various vendor IDs, and one of mine isn't in 6200ch.c.  (I have two cable
 boxes; the second one works fine.)

 If I patch 6200ch.c, then it works fine.  Patch below.  This is against
 svn (to ease merging issues), although I'm actually running it against
 0.20-fixes.  Can this patch please be checked in?  Thanks!

 I've never opened a TRAC bug before ... Hope I'm doing this right!

   -- Jeff


 Index: 6200ch.c
 ===================================================================
 --- 6200ch.c    (revision 13448)
 +++ 6200ch.c    (working copy)
 @@ -49,6 +49,7 @@
  #define DCT6200_VENDOR_ID10 0x000016b5
  #define DCT6200_VENDOR_ID11 0x00001371
  #define DCT6200_VENDOR_ID12 0x000019a6
 +#define DCT6200_VENDOR_ID13 0x00001aad
  #define DCT6200_SPEC_ID    0x00005068
  #define DCT6200_SW_VERSION 0x00010101
  #define DCT6200_MODEL_ID1  0x0000620a
 @@ -193,6 +194,7 @@
              (dir.vendor_id == DCT6200_VENDOR_ID10) ||
              (dir.vendor_id == DCT6200_VENDOR_ID11) ||
              (dir.vendor_id == DCT6200_VENDOR_ID12) ||
 +            (dir.vendor_id == DCT6200_VENDOR_ID13) ||
              (dir.vendor_id == DCT6412_VENDOR_ID1) ||
              (dir.vendor_id == DCT6412_VENDOR_ID2) ||
              (dir.vendor_id == DCT6416_VENDOR_ID1) ||

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3460>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list