[mythtv-commits] Ticket #2617: hybrid analogue/digital tuner support

MythTV mythtv at cvs.mythtv.org
Mon Mar 12 13:48:58 UTC 2007


#2617: hybrid analogue/digital tuner support
--------------------------+-------------------------------------------------
 Reporter:  Simon Kenyon  |        Owner:  danielk 
     Type:  task          |       Status:  reopened
 Priority:  minor         |    Milestone:  unknown 
Component:  mythtv        |      Version:  0.20    
 Severity:  low           |   Resolution:          
--------------------------+-------------------------------------------------
Changes (by JerryG):

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


Comment:

 Please add support for ASUSTeK MyCinema P7131 Hybrid card.

 DVB frontend: 'Philips TDA10046H DVB-T'[[BR]]
 V4L name:     'ASUSTeK P7131 Dual [saa7134]'[[BR]]

 Seems that modifying videosource.cpp
 {{{
 - short_name.lower() == "wintv hvr 900 m/r: 65008/a1c0");
 }}}
 to
 {{{
 + short_name.lower() == "wintv hvr 900 m/r: 65008/a1c0") ||
 + short_name.left(17).lower() == "philips tda10046h");
 }}}
 does the job. Thanks!

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2617#comment:8>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list