[mythtv-commits] Ticket #10952: Add Ceton usb support

MythTV noreply at mythtv.org
Mon Jul 30 16:06:32 UTC 2012


#10952: Add Ceton usb support
------------------------------------+-----------------------------
 Reporter:  Ronald Frazier <ron@…>  |          Owner:  danielk
     Type:  Patch - Bug Fix         |         Status:  closed
 Priority:  minor                   |      Milestone:  0.26
Component:  MythTV - Recording      |        Version:  Master Head
 Severity:  medium                  |     Resolution:  fixed
 Keywords:                          |  Ticket locked:  0
------------------------------------+-----------------------------
Changes (by Ronald Frazier <ron@…>):

 * status:  accepted => closed
 * resolution:   => fixed


Comment:

 In [changeset:94f1eff2c39e3f642ae63a6b456c628696c8f5bf/mythtv]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="94f1eff2c39e3f642ae63a6b456c628696c8f5bf"
 Add Ceton usb support

 The attached patch fixes an issue with the Ceton RTP code that
 prevents it from working on the USB version Ceton device.  The
 previous code attempted to filter out any packets originating from IPs
 other than the Ceton's configured IP.  This worked fine with the PCIe
 ceton device, but the USB version does not behave the same way.
 Packets will be originated from another IP address.  Thus the code
 will not let any packets through when using a USB Ceton.  Removing
 this check will allow both the PCIe and USB Ceton devices to function
 properly.  Fixes #10952 .

 Signed-off-by: David Engel <dengel at mythtv.org>
 }}}

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10952#comment:2>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list