Could you send lsusb -vvd <usb:id> output from that device?

Also remote controller keytable is needed. You can enable remote debug by modprobe dvb_usb_af9015 debug=2. After that it should output remote codes to the message.log.

regards,
Antti


On 06/11/2011 12:38 PM, Lopez Lopez wrote:
Hello:

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

i expect to help you to extends linux dvb usb support.

thanks for your time

Emilio David Diaus Lopez
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


--
http://palosaari.fi/
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to