this patch adds support for the avermedia express card which uses usb and is besides the usbid identical with the volari series http://www.avermedia.com/cgi-bin/products_digitvtuner_dvbtexpress.asp a quick test showed around 30 tv and 30 radio channels here in berlin a diff against current hg is attached kind regards -- roh
- add Avermedia dvb-t express card 34 (usb2) id Signed-off-by: Joachim Steiger <roh@xxxxxxx> diff -r 015313b16eab linux/drivers/media/dvb/dvb-usb/dib0700_devices.c --- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Tue May 22 10:30:04 2007 -0300 +++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Fri May 25 03:22:24 2007 +0200 @@ -280,6 +280,7 @@ struct usb_device_id dib0700_usb_id_tabl { USB_DEVICE(USB_VID_LEADTEK, USB_PID_WINFAST_DTV_DONGLE_STK7700P) }, { USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_T_STICK_2) }, { USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_VOLAR_2) }, + { USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_EXPRESS) }, { } /* Terminating entry */ }; MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table); @@ -332,7 +333,7 @@ struct dvb_usb_device_properties dib0700 { NULL }, }, { "AVerMedia AVerTV DVB-T Volar", - { &dib0700_usb_id_table[5], &dib0700_usb_id_table[10] }, + { &dib0700_usb_id_table[5], &dib0700_usb_id_table[10] , &dib0700_usb_id_table[11] }, { NULL }, }, { "Compro Videomate U500", diff -r 015313b16eab linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h --- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Tue May 22 10:30:04 2007 -0300 +++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Fri May 25 02:35:04 2007 +0200 @@ -117,6 +117,7 @@ #define USB_PID_HAUPPAUGE_NOVA_T_STICK_2 0x7060 #define USB_PID_AVERMEDIA_VOLAR 0xa807 #define USB_PID_AVERMEDIA_VOLAR_2 0xb808 +#define USB_PID_AVERMEDIA_EXPRESS 0xb568 #define USB_PID_NEBULA_DIGITV 0x0201 #define USB_PID_DVICO_BLUEBIRD_LGDT 0xd820 #define USB_PID_DVICO_BLUEBIRD_LG064F_COLD 0xd500
_______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb