Skip to content

Commit

Permalink
Add another DCX-3200 Firewire vendor and model ID.
Browse files Browse the repository at this point in the history
Fixes #9795.
  • Loading branch information
Robert McNamara committed Jun 9, 2011
1 parent 19a2cc7 commit 284bf99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 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,
/* DCX-3432 */
0x24a0,
/* DCH-3416 */
Expand Down Expand Up @@ -458,6 +459,7 @@ static void fw_init(QMap<uint64_t,QString> &id_to_model)
{
id_to_model[motorola_vendor_ids[i] << 32 | 0xf740] = "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 284bf99

Please sign in to comment.