Thanks Antti, I'm not sure what is meant by a signed-off line, but here are minor changes that add support for Artec T14BR (by treating it as DiBcomm's STK7070-P reference design on which it seems to be based). Thanks for the pointers, this newbie appreciates it. Cheers, Yousef. Antti Palosaari wrote: > Yousef Lamlum wrote: >> Could anyone please point me in the right direction with regards to >> adding a patch to the the v4l-dvb project? Yesterday I added support for >> the Artec T14BR and would like to share these minor changes with the >> rest of the community. > If it is only minor change adding new usb-ids then make patch and send > it to this list with signed-off line of yours. CC/TO module authors and > persons who are done changes to file in question lastly. Ask help same > persons and cross your fingers :) > > regards > Antti
--- v4l-dvb/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c 2007-11-20 21:55:35.000000000 +0000 +++ v4l-dvb_backup/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c 2007-11-20 18:25:08.000000000 +0000 @@ -851,7 +851,6 @@ { USB_DEVICE(USB_VID_COMPRO, USB_PID_COMPRO_VIDEOMATE_U500_PC) }, /* 20 */{ USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_EXPRESS) }, /* 21 */{ USB_DEVICE(USB_VID_GIGABYTE, USB_PID_GIGABYTE_U7000) }, -/* 22 */{ USB_DEVICE(USB_VID_ULTIMA_ELECTRONIC, USB_PID_ARTEC_T14BR) }, { 0 } /* Terminating entry */ }; MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table); @@ -1019,7 +1018,7 @@ }, }, - .num_device_descs = 3, + .num_device_descs = 2, .devices = { { "DiBcom STK7070P reference design", { &dib0700_usb_id_table[15], NULL }, @@ -1029,10 +1028,6 @@ { &dib0700_usb_id_table[16], NULL }, { NULL }, }, - { "Artec T14BR DVB-T", - { &dib0700_usb_id_table[22], NULL }, - { NULL }, - } } }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
--- v4l-dvb/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h 2007-11-20 23:09:03.000000000 +0000 +++ v4l-dvb_backup/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h 2007-11-20 18:25:08.000000000 +0000 @@ -103,7 +103,6 @@ #define USB_PID_ULTIMA_TVBOX_USB2_WARM 0x810a #define USB_PID_ARTEC_T14_COLD 0x810b #define USB_PID_ARTEC_T14_WARM 0x810c -#define USB_PID_ARTEC_T14BR 0x810f #define USB_PID_ULTIMA_TVBOX_USB2_FX_COLD 0x8613 #define USB_PID_ULTIMA_TVBOX_USB2_FX_WARM 0x1002 #define USB_PID_UNK_HYPER_PALTEK_COLD 0x005e
_______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb