Ticket #6499: fw_vendor23a3.patch

File fw_vendor23a3.patch, 1.3 KB (added by Mike Rice <mikerice1969@…>, 17 years ago)

patch adding DCH vendor id 23a3

  • libs/libmythtv/firewiredevice.cpp

     
    416416    const uint64_t motorola_vendor_ids[] =
    417417    {
    418418        /* DCH-3200 */
    419         0x1c11,    0x1cfb,    0x1fc4,
     419        0x1c11,    0x1cfb,    0x1fc4,    0x23a3,
    420420        /* DCH-3416 */
    421421        0x1e46,
    422422        /* DCT-3416 */
  • contrib/channel_changers/6200ch/6200ch.c

     
    3636#define DCH3200_VENDOR_ID1 0x00001c11
    3737#define DCH3200_VENDOR_ID2 0x00001cfb
    3838#define DCH3200_VENDOR_ID3 0x00001fc4
     39#define DCH3200_VENDOR_ID4 0x000023a3
    3940#define DCH3200_MODEL_ID1  0x0000d330
    4041
    4142#define DCH3416_VENDOR_ID1 0x00001e46
     
    240241      if ( ((dir.vendor_id == DCH3200_VENDOR_ID1) ||
    241242            (dir.vendor_id == DCH3200_VENDOR_ID2) ||
    242243            (dir.vendor_id == DCH3200_VENDOR_ID3) ||
     244            (dir.vendor_id == DCH3200_VENDOR_ID4) ||
    243245            (dir.vendor_id == DCH3416_VENDOR_ID1) ||
    244246            (dir.vendor_id == DCT3412_VENDOR_ID1) ||
    245247            (dir.vendor_id == DCT3416_VENDOR_ID1) ||