Author: pebender
Date: Tue May 5 10:17:04 2009
New Revision: 4714
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-tuner.rules.disabled
Log:
- Added firmware autodetection for the Hauppauge WinTV NOVA-TD.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Tue May 5
10:17:04 2009
@@ -18,6 +18,9 @@
Improved MythV slave backend support.
- Added support for DVB USB devices that make use of the
dvb-usb-dib0700
driver.
+ - Added firmware autodetection for the Hauppauge WinTV NOVA-TD:
+ - USB VendorId:ProductId = 2040:9580.
+ - Firmware filename = dvb-usb-dib0700-1.20.fw.
Modified LCDproc
- Updated imonlcd patch.
@@ -27,6 +30,9 @@
Modified mediaplayers
- Modified mplayer-vld so that it uses the system liba52.
+Modified kernel
+ - Added dvb-usb-dib0700 related drivers.
+
Modified build system
- Added GNU Free Document License 1.3.
@@ -406,7 +412,7 @@
MythTV trunk: version trunk.19846 trunk svn 19846.
Improved MythV slave backend support.
- - Added PVR-250 card support
+ - Added Hauppauge PVR-250 card support
- Enabled IVTV support in MythTV backend.
- Added IVTV kernel drivers.
- Added lircd.conf files for the Hauppauge R808 and Hauppauge A415
remotes
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-tuner.rules.disabled
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-tuner.rules.disabled
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-tuner.rules.disabled
Tue May 5 10:17:04 2009
@@ -44,8 +44,8 @@
ENV{mm_detect_id}=="pci:0400:00:4444:0803:0070:4001",
ENV{mm_detect_state_tuner}="hauppauge_pvr_250,v4l-cx2341x-enc.fw"
ENV{mm_detect_id}=="pci:0400:00:4444:0803:0070:4800",
ENV{mm_detect_state_tuner}="hauppauge_pvr_350,v4l-cx2341x-enc.fw"
LABEL="end-pci:0400:00:4444"
-ENV{mm_detect_id}!="usb:", GOTO="end-usb:"
-ENV{mm_detect_id}=="usb:" ,
ENV{mm_detect_state_tuner}="unknown,dvb-usb-dib0700-1.20.fw"
+ENV{mm_detect_id}!="usb:", GOTO="end-usb:2040"
+ENV{mm_detect_id}=="usb:2040:9580" ,
ENV{mm_detect_state_tuner}="hauppauge_wintv_nova_td,dvb-usb-dib0700-1.20.fw"
LABEL="end-usb:"
# The state has been set, so save it.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---