diff mbox

Sveon stv22 patches

Message ID BANLkTimY_RKO4TxSu5GQo84_7VCMjLEFDg@mail.gmail.com (mailing list archive)
State Accepted
Headers show

Commit Message

David June 22, 2011, 10:36 a.m. UTC
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

Comments

Antti Palosaari June 22, 2011, 10:59 a.m. UTC | #1
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
David June 22, 2011, 5:45 p.m. UTC | #2
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
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- ./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"