Ticket #9284: DCXpatch.diff

File DCXpatch.diff, 1.4 KB (added by Erik Sejr <esejr@…>, 13 years ago)

Patches to add DCX-3400-M model and vendor ID's

  • firewiredevice.cpp

    old new  
    424424    {
    425425        /* DCH-3200, DCX-3200 */
    426426        0x1c11,    0x1cfb,    0x1fc4,    0x23a3,    0x23ee,    0x25f1,
     427       /* DCX-3400 */
     428       0x25f1,
    427429        /* DCX-3432 */
    428430        0x24a0,
    429431        /* DCH-3416 */
     
    458460    {
    459461        id_to_model[motorola_vendor_ids[i] << 32 | 0xf740] = "DCX-3200";
    460462        id_to_model[motorola_vendor_ids[i] << 32 | 0xfa07] = "DCX-3200";
     463       id_to_model[motorola_vendor_ids[i] << 32 | 0xe741] = "DCX-3400";
    461464        id_to_model[motorola_vendor_ids[i] << 32 | 0xea05] = "DCX-3432";
    462465        id_to_model[motorola_vendor_ids[i] << 32 | 0xd330] = "DCH-3200";
    463466        id_to_model[motorola_vendor_ids[i] << 32 | 0xb630] = "DCH-3416";
     
    508511            (model == "PACE-779") ||
    509512            (model == "QIP-6200") ||
    510513            (model == "QIP-7100") ||
     514           (model == "DCX-3400") ||
    511515            (model == "GENERIC"));
    512516}
    513517
  • videosource.cpp

    old new  
    11821182    addSelection(QObject::tr("Generic"), "GENERIC");
    11831183    addSelection("DCH-3200");
    11841184    addSelection("DCX-3200");
     1185    addSelection("DCX-3400");
    11851186    addSelection("DCT-3412");
    11861187    addSelection("DCT-3416");
    11871188    addSelection("DCT-6200");