Skip to content

Commit

Permalink
Backport recently added DCX-3200 models to .24-fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McNamara committed Jun 17, 2011
1 parent 5aa5e48 commit da58b1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mythtv/libs/libmythtv/firewiredevice.cpp
Expand Up @@ -424,6 +424,7 @@ static void fw_init(QMap<uint64_t,QString> &id_to_model)
{
/* DCH-3200, DCX-3200 */
0x1c11, 0x1cfb, 0x1fc4, 0x23a3, 0x23ee, 0x25f1,
0xfa01, 0x25f2,
/* DCX-3432 */
0x24a0,
/* DCH-3416 */
Expand Down Expand Up @@ -457,7 +458,9 @@ static void fw_init(QMap<uint64_t,QString> &id_to_model)
for (uint i = 0; i < motorola_vendor_id_cnt; i++)
{
id_to_model[motorola_vendor_ids[i] << 32 | 0xf740] = "DCX-3200";
id_to_model[motorola_vendor_ids[i] << 32 | 0xfa03] = "DCX-3200";
id_to_model[motorola_vendor_ids[i] << 32 | 0xfa07] = "DCX-3200";
id_to_model[motorola_vendor_ids[i] << 32 | 0x24a1] = "DCX-3200";
id_to_model[motorola_vendor_ids[i] << 32 | 0xea05] = "DCX-3432";
id_to_model[motorola_vendor_ids[i] << 32 | 0xd330] = "DCH-3200";
id_to_model[motorola_vendor_ids[i] << 32 | 0xb630] = "DCH-3416";
Expand Down

0 comments on commit da58b1d

Please sign in to comment.