On Sat, 6 Sep 2008 21:07:48 +0200 (CEST), Patrick Boettcher wrote:
> Hi,
>
> In order to add a patch I need a Signed-off-by line with your name and
> email-address. See README.patches in v4l-dvb repository for more
> information.
>
Here we go, somebody had gone and added another device since my last patch,
so patch had merge conflicts ofcourse.
People say mercurial should be easier than git. But hey, just adding a
Signed-Off-By message was hard. (then again first time I try it).
Here it is anyway.
Regards
# HG changeset patch
# User Joakim Plate <elupus@xxxxxxx>
# Date 1220892474 -7200
# Node ID 984bf47c11ed906d881e36c48ccdf25e664929cb
# Parent ff052010c4cb6bb20cd37bada025148b69fa40ae
Yuan STK7700D support
Signed-Off-By: Joakim Plate <elupus@xxxxxxx>
diff -r ff052010c4cb -r 984bf47c11ed linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
--- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Sun Sep 07 14:46:44 2008 +0200
+++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Mon Sep 08 18:47:54 2008 +0200
@@ -1119,6 +1119,7 @@ struct usb_device_id dib0700_usb_id_tabl
{ USB_DEVICE(USB_VID_LEADTEK, USB_PID_WINFAST_DTV_DONGLE_STK7700P_2) },
/* 35 */{ USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_TD_STICK_52009) },
{ USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_T_500_3) },
+ { USB_DEVICE(USB_VID_YUAN, USB_PID_YUAN_STK7700D) },
{ 0 } /* Terminating entry */
};
MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
@@ -1408,7 +1409,7 @@ struct dvb_usb_device_properties dib0700
},
},
- .num_device_descs = 3,
+ .num_device_descs = 4,
.devices = {
{ "Terratec Cinergy HT USB XE",
{ &dib0700_usb_id_table[27], NULL },
@@ -1422,6 +1423,10 @@ struct dvb_usb_device_properties dib0700
{ &dib0700_usb_id_table[32], NULL },
{ NULL },
},
+ { "Yuan STK7700D",
+ { &dib0700_usb_id_table[37], NULL },
+ { NULL },
+ },
},
.rc_interval = DEFAULT_RC_INTERVAL,
.rc_key_map = dib0700_rc_keys,
diff -r ff052010c4cb -r 984bf47c11ed linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
--- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Sun Sep 07 14:46:44 2008 +0200
+++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Mon Sep 08 18:47:54 2008 +0200
@@ -208,6 +208,7 @@
#define USB_PID_ASUS_U3000 0x171f
#define USB_PID_ASUS_U3100 0x173f
#define USB_PID_YUAN_EC372S 0x1edc
+#define USB_PID_YUAN_STK7700D 0x1f08
#define USB_PID_DW2102 0x2102
#endif
_______________________________________________
linux-dvb mailing list
linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb