Opened 17 years ago

Closed 17 years ago

#2799 closed enhancement (fixed)

PATCH: allows 6200ch to use GUID instead of nodeID

Reported by: mchou Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: 0.20
Severity: medium Keywords:
Cc: Ticket locked: no

Description

/mythtv/contrib/channel_changers/6200ch.c

Quick and dirty patch to allow 6200ch to use GUID instead of nodeID. This is helpful since the nodeID is not guaranteed to be fixed (firewire bus rest, reboots). The GUID given on the command line must match the output of "plugreport."

Attachments (1)

guid.diff (2.4 KB) - added by anonymous 17 years ago.

Download all attachments as: .zip

Change History (4)

Changed 17 years ago by anonymous

Attachment: guid.diff added

comment:1 Changed 17 years ago by mchou

Summary: allows 6200ch to use GUID instead of nodeIDPATCH: allows 6200ch to use GUID instead of nodeID

/mythtv/contrib/channel_changers/6200ch.c

Quick and dirty patch to allow 6200ch to use firewire GUID instead of nodeID. This is helpful since the nodeID is not guaranteed to be fixed (firewire bus reset, firewire hotplug, reboots), but GUID is. The GUID given on the command line must match the output of "plugreport" or dmesg (in boot phase).

comment:2 Changed 17 years ago by fryfrog@…

If the same thing could be added to firewire_tester, I would be so happy it would cause me to be happy!

comment:3 Changed 17 years ago by greg

Resolution: fixed
Status: newclosed

(In [14077])

Updates 6200ch to allow you to pass the GUID of the device you want

to control and closes #2799

Note: See TracTickets for help on using tickets.