All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] em28xx: fix for Dikom DK300 hybrid USB tuner (aka Kworld VS-DVB-T 323UR ) (digital mode)
@ 2009-11-14 11:22 Andrea.Amorosi76
  2009-11-14 13:05 ` Andrea.Amorosi76
  0 siblings, 1 reply; 19+ messages in thread
From: Andrea.Amorosi76 @ 2009-11-14 11:22 UTC (permalink / raw)
  To: linux-media@vger.kernel.org >> Linux Media Mailing List,
	Devin Heitmueller

This patch fix the Dikom DK300 hybrid usb card which is recognized as a
Kworld VS-DVB-T 323UR (card=54) by the main driver, but with no tv
available in Kaffeine.
The patch solves the problem for the digital part of the tuner.
Analog tv has no audio (both video e audio devices are created but
mplayer complains with the following message:
Error reading audio: Input/output error).
Moreover the /dev/video sometime is not deleted when the device is
unplugged.

Signed-off-by: Andrea Amorosi <Andrea.Amorosi76@gmail.com>

diff -r aba823ecaea6 linux/drivers/media/video/em28xx/em28xx-cards.c
--- a/linux/drivers/media/video/em28xx/em28xx-cards.c	Thu Nov 12
12:21:05 2009 -0200
+++ b/linux/drivers/media/video/em28xx/em28xx-cards.c	Sat Nov 14
00:33:49 2009 +0100
@@ -1422,6 +1422,9 @@
  		.tuner_type   = TUNER_XC2028,
  		.tuner_gpio   = default_tuner_gpio,
  		.decoder      = EM28XX_TVP5150,
+                .mts_firmware = 1,
+                .has_dvb      = 1,
+                .dvb_gpio     = kworld_330u_digital,


  		.input        = { {
  			.type     = EM28XX_VMUX_TELEVISION,
  			.vmux     = TVP5150_COMPOSITE0,
@@ -2143,6 +2146,7 @@
  		ctl->demod = XC3028_FE_DEFAULT;
  		break;
  	case EM2883_BOARD_KWORLD_HYBRID_330U:
+	case EM2882_BOARD_KWORLD_VS_DVBT:
  		ctl->demod = XC3028_FE_CHINA;
  		ctl->fname = XC2028_DEFAULT_FIRMWARE;
  		break;
diff -r aba823ecaea6 linux/drivers/media/video/em28xx/em28xx-dvb.c
--- a/linux/drivers/media/video/em28xx/em28xx-dvb.c	Thu Nov 12 12:21:05
2009 -0200
+++ b/linux/drivers/media/video/em28xx/em28xx-dvb.c	Sat Nov 14 00:33:49
2009 +0100
@@ -504,6 +504,7 @@
  		break;
  	case EM2880_BOARD_TERRATEC_HYBRID_XS:
  	case EM2881_BOARD_PINNACLE_HYBRID_PRO:
+	case EM2882_BOARD_KWORLD_VS_DVBT:
  		dvb->frontend = dvb_attach(zl10353_attach,
  					   &em28xx_zl10353_xc3028_no_i2c_gate,
  					   &dev->i2c_adap);





^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2010-02-10 23:15 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-14 11:22 [PATCH] em28xx: fix for Dikom DK300 hybrid USB tuner (aka Kworld VS-DVB-T 323UR ) (digital mode) Andrea.Amorosi76
2009-11-14 13:05 ` Andrea.Amorosi76
2009-11-14 14:34   ` Devin Heitmueller
2009-11-14 22:21     ` [PATCH] em28xx: fix for Dikom DK300 hybrid USB tuner (aka Kworld VS-DVB-T 323UR ) Andrea.Amorosi76
2009-11-14 22:47       ` Andrea.Amorosi76
     [not found]     ` <4AFF1203.3080401@gmail.com>
     [not found]       ` <829197380911150719w7ea0749ei2a1350f1e12b866d@mail.gmail.com>
     [not found]         ` <4B001ECD.9030609@gmail.com>
     [not found]           ` <829197380911152055w233edf18ve36b821571198d04@mail.gmail.com>
     [not found]             ` <4B01B168.50403@gmail.com>
2009-11-16 20:28               ` [PATCH] em28xx: fix for Dikom DK300 hybrid USB tuner (aka Kworld VS-DVB-T 323UR ) (digital mode) Devin Heitmueller
     [not found]                 ` <4B01B841.7000506@gmail.com>
2009-11-16 20:47                   ` Devin Heitmueller
     [not found]                 ` <4B01BABE.4060609@gmail.com>
2009-11-16 20:56                   ` Devin Heitmueller
2009-11-18 18:59                     ` Andrea.Amorosi76
2009-11-22 11:02     ` [PATCH] em28xx: fix for Dikom DK300 hybrid USB tuner (aka Kworld VS-DVB-T 323UR ) Andrea.Amorosi76
2010-01-30 17:10     ` [PATCH] em28xx: add Dikom DK300 hybrid USB tuner Andrea.Amorosi76
2010-02-03 18:45     ` Andrea.Amorosi76
2010-02-09 18:43     ` Andrea.Amorosi76
2010-02-09 19:21       ` Mauro Carvalho Chehab
2010-02-09 20:10         ` Andrea.Amorosi76
2010-02-09 21:04           ` Mauro Carvalho Chehab
2010-02-09 20:53         ` Andrea.Amorosi76
2010-02-09 21:13           ` Mauro Carvalho Chehab
2010-02-10 23:15           ` Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.