* Sveon stv22 patches
@ 2011-06-22 10:36 David
2011-06-22 10:59 ` Antti Palosaari
0 siblings, 1 reply; 3+ messages in thread
From: David @ 2011-06-22 10:36 UTC (permalink / raw)
To: Antti Palosaari; +Cc: linux-media
[-- Attachment #1: Type: text/plain, Size: 1688 bytes --]
Hello Again:
The patches for sveon stv22 are done, the first test seems to be ok ,
tdt tv working , remote working, tests with ubuntu and custom kernel
3.0.0.rc4 , software tvheadend and xbmc tvlive frontend.
The console output is:
usb 5-1.4: new high speed USB device number 13 using ehci_hcd
dvb-usb: found a 'Sveon STV22 Dual USB DVB-T Tuner HDTV ' in cold
state, will try to load a firmware
dvb-usb: downloading firmware from file 'dvb-usb-af9015.fw'
dvb-usb: found a 'Sveon STV22 Dual USB DVB-T Tuner HDTV ' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
DVB: registering new adapter (Sveon STV22 Dual USB DVB-T Tuner HDTV )
af9013: firmware version:5.1.0.0
DVB: registering adapter 0 frontend 0 (Afatech AF9013 DVB-T)...
MXL5005S: Attached at address 0xc6
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
DVB: registering new adapter (Sveon STV22 Dual USB DVB-T Tuner HDTV )
af9013: found a 'Afatech AF9013 DVB-T' in warm state.
af9013: firmware version:5.1.0.0
DVB: registering adapter 1 frontend 0 (Afatech AF9013 DVB-T)...
MXL5005S: Attached at address 0xc6
Registered IR keymap rc-msi-digivox-iii
input: IR-receiver inside an USB DVB receiver as
/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1.4/rc/rc2/input11
rc2: IR-receiver inside an USB DVB receiver as
/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1.4/rc/rc2
dvb-usb: schedule remote query interval to 500 msecs.
dvb-usb: Sveon STV22 Dual USB DVB-T Tuner HDTV successfully
initialized and connected.
usbcore: registered new interface driver dvb_usb_af9015
Thanks for your time
Emilio David Diaus López
[-- Attachment #2: af9015.c.diff --]
[-- Type: text/x-patch, Size: 1121 bytes --]
--- ./af9015.c 2011-06-22 12:05:28.000000000 +0200
+++ ./drivers/media/dvb/dvb-usb/af9015.c 2011-06-21 12:39:44.944874021 +0200
@@ -749,8 +749,6 @@
RC_MAP_AZUREWAVE_AD_TU700 },
{ (USB_VID_MSI_2 << 16) + USB_PID_MSI_DIGI_VOX_MINI_III,
RC_MAP_MSI_DIGIVOX_III },
- { (USB_VID_KWORLD_2 << 16) + USB_PID_SVEON_STV22,
- RC_MAP_MSI_DIGIVOX_III },
{ (USB_VID_LEADTEK << 16) + USB_PID_WINFAST_DTV_DONGLE_GOLD,
RC_MAP_LEADTEK_Y04G0051 },
{ (USB_VID_AVERMEDIA << 16) + USB_PID_AVERMEDIA_VOLAR_X,
@@ -1311,7 +1309,6 @@
USB_PID_TERRATEC_CINERGY_T_STICK_DUAL_RC)},
/* 35 */{USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_A850T)},
{USB_DEVICE(USB_VID_GTEK, USB_PID_TINYTWIN_3)},
- {USB_DEVICE(USB_VID_KWORLD_2, USB_PID_SVEON_STV22)},
{0},
};
MODULE_DEVICE_TABLE(usb, af9015_usb_table);
@@ -1652,11 +1649,6 @@
.warm_ids = {NULL},
},
{
- .name = "Sveon STV22 Dual USB DVB-T Tuner HDTV ",
- .cold_ids = {&af9015_usb_table[37], NULL},
- .warm_ids = {NULL},
- },
- {
.name = "Leadtek WinFast DTV2000DS",
.cold_ids = {&af9015_usb_table[29], NULL},
.warm_ids = {NULL},
[-- Attachment #3: dvb-usb-ids.h.diff --]
[-- Type: text/x-patch, Size: 438 bytes --]
--- ./dvb-usb-ids.h 2011-06-18 11:48:22.000000000 +0200
+++ ./drivers/media/dvb/dvb-usb/dvb-usb-ids.h 2011-06-21 12:39:45.017873108 +0200
@@ -128,7 +128,6 @@
#define USB_PID_INTEL_CE9500 0x9500
#define USB_PID_KWORLD_399U 0xe399
#define USB_PID_KWORLD_399U_2 0xe400
-#define USB_PID_SVEON_STV22 0xe401
#define USB_PID_KWORLD_395U 0xe396
#define USB_PID_KWORLD_395U_2 0xe39b
#define USB_PID_KWORLD_395U_3 0xe395
[-- Attachment #4: rc-map.h.diff --]
[-- Type: text/x-patch, Size: 553 bytes --]
--- ./rc-map.h 2011-06-21 11:16:55.000000000 +0200
+++ ./include/media/rc-map.h 2011-06-21 12:41:34.114509214 +0200
@@ -130,7 +130,6 @@
#define RC_MAP_RC6_MCE "rc-rc6-mce"
#define RC_MAP_REAL_AUDIO_220_32_KEYS "rc-real-audio-220-32-keys"
#define RC_MAP_STREAMZAP "rc-streamzap"
-#define RC_MAP_SVEON_STV22 "rc-msi-digivox-iii"
#define RC_MAP_TBS_NEC "rc-tbs-nec"
#define RC_MAP_TECHNISAT_USB2 "rc-technisat-usb2"
#define RC_MAP_TERRATEC_CINERGY_XS "rc-terratec-cinergy-xs"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Sveon stv22 patches
2011-06-22 10:36 Sveon stv22 patches David
@ 2011-06-22 10:59 ` Antti Palosaari
2011-06-22 17:45 ` David
0 siblings, 1 reply; 3+ messages in thread
From: Antti Palosaari @ 2011-06-22 10:59 UTC (permalink / raw)
To: David; +Cc: linux-media
Hello
Comments below.
Could you use Git since you have latest Kernel? If that's too hard don't
try it, I can leave without, but it will easy my work a little.
You have diffed wrong direction, those patches are removing lines rather
than adding (- vs. +). Also you your signed off by is needed.
See:
http://linuxtv.org/wiki/index.php/Development:_Submitting_Patches
> --- ./rc-map.h 2011-06-21 11:16:55.000000000 +0200
> +++ ./include/media/rc-map.h 2011-06-21 12:41:34.114509214 +0200
> @@ -130,7 +130,6 @@
> #define RC_MAP_RC6_MCE "rc-rc6-mce"
> #define RC_MAP_REAL_AUDIO_220_32_KEYS "rc-real-audio-220-32-keys"
> #define RC_MAP_STREAMZAP "rc-streamzap"
> -#define RC_MAP_SVEON_STV22 "rc-msi-digivox-iii"
> #define RC_MAP_TBS_NEC "rc-tbs-nec"
> #define RC_MAP_TECHNISAT_USB2 "rc-technisat-usb2"
> #define RC_MAP_TERRATEC_CINERGY_XS "rc-terratec-cinergy-xs"
That's wrong, it is not needed at all. All the other seems to be rather OK.
regards
Antti
--
http://palosaari.fi/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Sveon stv22 patches
2011-06-22 10:59 ` Antti Palosaari
@ 2011-06-22 17:45 ` David
0 siblings, 0 replies; 3+ messages in thread
From: David @ 2011-06-22 17:45 UTC (permalink / raw)
To: Antti Palosaari; +Cc: linux-media
Helo again:
Sorry for my mistakes and errors, is my first patch, thanks for the
doc, yes i have diffed in the wrong direction. i don't know how use
git to patch but i'm gonna make a new patches, i expect the patches
will be ok this time.
Ok. The rc.map.h patch is not needed because we are using DIGIBOX
rc.map, one less patch needed then.
Thanks for your time
Emilio David Diaus López
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-06-22 17:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-22 10:36 Sveon stv22 patches David
2011-06-22 10:59 ` Antti Palosaari
2011-06-22 17:45 ` David
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox