TerraTec Cinergy T USB XXS: Difference between revisions
Jump to navigation
Jump to search
(New page: Terratec Cinergy T USB XXS is an USB 2.0 USB DVB-T Tuner. It is sold with a Remote. This Device has an DiB7070P Chipset, which consists of an DiB7000PC as a demodulator an a DiB0070 f...) |
No edit summary |
||
Line 7: | Line 7: | ||
Get the current Code and change the Line |
Get the current Code and change the Line |
||
{ USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_MYTV_T) }, |
<source>{ USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_MYTV_T) },</source> |
||
in linux/drivers/media/dvb/dvb-usb/dib0700_devices.c to |
in linux/drivers/media/dvb/dvb-usb/dib0700_devices.c to |
||
{ USB_DEVICE(USB_VID_TERRATEC, 0x0078) },. |
<source>{ USB_DEVICE(USB_VID_TERRATEC, 0x0078) },.</source> |
||
You will loose support for the Terratec MyTV T. |
You will loose support for the Terratec MyTV T. |
||
Revision as of 15:55, 5 March 2008
Terratec Cinergy T USB XXS is an USB 2.0 USB DVB-T Tuner. It is sold with a Remote.
This Device has an DiB7070P Chipset, which consists of an DiB7000PC as a demodulator an a DiB0070 for tuning.
Currently (05.03.08) the Devices USB ID is not yet included in the Code.
Get the current Code and change the Line
{ USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_MYTV_T) },
in linux/drivers/media/dvb/dvb-usb/dib0700_devices.c to
{ USB_DEVICE(USB_VID_TERRATEC, 0x0078) },.
You will loose support for the Terratec MyTV T.
Remote works.
For more info see Hauppauge_WinTV-NOVA-T-Stick, as this is the same Chipset as the Nova-T Stick (70009) (which is way cheaper).