[linux-dvb] sveon stv22 af9015 support
Lopez Lopez
reality_es at yahoo.es
Sat Jun 11 10:49:57 CEST 2011
________________________________
De: Lopez Lopez <reality_es at yahoo.es>
Para: "linux-dvb at linuxtv.org" <linux-dvb at linuxtv.org>
Enviado: sábado 11 de junio de 2011 10:46
Asunto: sveon stv22 af9015 support
Hello to EveryBody:
I have patched af9015.c and dvb-usb-ids to support sveon stv22 ( KWorld USB Dual DVB-T TV Stick (DVB-T 399U) clone ) dual with
-----
#define USB_PID_SVEON_STV22 0xe401
------
in dvb-usb-ids.h file
and
-----
/* 30 */{USB_DEVICE(USB_VID_KWORLD_2, USB_PID_KWORLD_UB383_T)},
{USB_DEVICE(USB_VID_KWORLD_2,
USB_PID_KWORLD_395U_4)},
{USB_DEVICE(USB_VID_KWORLD_2, USB_PID_SVEON_STV22)},
{0},
};
------
{
.name = "Sveon STV22 Dual USB DVB-T Tuner HDTV ",
.cold_ids = {&af9015_usb_table[32], NULL},
.warm_ids = {NULL},
},
-----
in af9015.c file
i expect to help you extends linux dvb usb support.
thanks for your time
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.linuxtv.org/pipermail/linux-dvb/attachments/20110611/fe2d1bc1/attachment.htm>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: af9015.c
URL: <http://www.linuxtv.org/pipermail/linux-dvb/attachments/20110611/fe2d1bc1/attachment.asc>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: dvb-usb-ids.h
URL: <http://www.linuxtv.org/pipermail/linux-dvb/attachments/20110611/fe2d1bc1/attachment.txt>
More information about the linux-dvb
mailing list