Hi,
Thanks you and Lauri for for pointing out my mistake. Here are the
correct patches for the Artec T14BR.
Signed-Off-By: Yousef Lamlum <[EMAIL PROTECTED]>
Patrick Boettcher wrote:
> Hi Yousef,
>
> Thanks for your patch. But something is wrong with it. There is a "-"
> where there should be a +
>
> I think you create the patch wrongly: correct should be:
>
> patch -ur(other options) old_directory new_directory
>
> Can you please send it again?
>
> Don't forget your Signed-off-by-line like that:
>
> Signed-Off-By: Name <emailaddress>
>
> regards,
> Patrick.
>
>
> On Thu, 22 Nov 2007, Yousef Lamlum wrote:
>
>> 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_backup/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c 2007-11-20 18:25:08.000000000 +0000
+++ v4l-dvb/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c 2007-11-20 21:55:35.000000000 +0000
@@ -851,6 +851,7 @@
{ 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);
@@ -1018,7 +1019,7 @@
},
},
- .num_device_descs = 2,
+ .num_device_descs = 3,
.devices = {
{ "DiBcom STK7070P reference design",
{ &dib0700_usb_id_table[15], NULL },
@@ -1028,6 +1029,10 @@
{ &dib0700_usb_id_table[16], NULL },
{ NULL },
},
+ { "Artec T14BR DVB-T",
+ { &dib0700_usb_id_table[22], NULL },
+ { NULL },
+ }
}
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
--- v4l-dvb_backup/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h 2007-11-20 18:25:08.000000000 +0000
+++ v4l-dvb/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h 2007-11-20 23:09:03.000000000 +0000
@@ -103,6 +103,7 @@
#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
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb