* [PATCH] Support for DVB-T USB Device Emtec S810
@ 2008-03-04 20:47 Daniel Wolf
0 siblings, 0 replies; only message in thread
From: Daniel Wolf @ 2008-03-04 20:47 UTC (permalink / raw)
To: video4linux-list
Description:
This Patch is for supporting the DVB-T USB Device "Emtec S810". Probably
it also support the "Intuix S810" device because it appears to be the
same. But i can´t guarantee it because i don´t have this device physically.
lsusb gives:
Bus 005 Device 002: ID 1164:2edc YUAN High-Tech Development Co., Ltd
------------------------------------------------------
Patch 1:
--- linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h 2008-03-04
21:24:05.000000000 +0100
+++ linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h_patched 2008-03-04
21:23:31.000000000 +0100
@@ -46,6 +46,7 @@
#define USB_VID_ULTIMA_ELECTRONIC 0x05d8
#define USB_VID_UNIWILL 0x1584
#define USB_VID_WIDEVIEW 0x14aa
+#define USB_VID_YUANRD 0x1164
/* dom : pour gigabyte u7000 */
#define USB_VID_GIGABYTE 0x1044
@@ -187,5 +188,6 @@
#define USB_PID_GIGABYTE_U7000 0x7001
#define USB_PID_ASUS_U3000 0x171f
#define USB_PID_ASUS_U3100 0x173f
+#define USB_PID_YUANRD_STK7700D 0x2edc
#endif
--------------------------------------------------------
Patch 2:
--- linux/drivers/media/dvb/dvb-usb/dib0700_devices.c 2008-03-04
21:24:05.000000000 +0100
+++ linux/drivers/media/dvb/dvb-usb/dib0700_devices.c_patched
2008-03-04 21:23:05.000000000 +0100
@@ -905,6 +905,7 @@ struct usb_device_id dib0700_usb_id_tabl
{ USB_DEVICE(USB_VID_ASUS, USB_PID_ASUS_U3100) },
/* 25 */ { USB_DEVICE(USB_VID_HAUPPAUGE,
USB_PID_HAUPPAUGE_NOVA_T_STICK_3) },
{ USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_MYTV_T) },
+ { USB_DEVICE(USB_VID_YUANRD, USB_PID_YUANRD_STK7700D) },
{ 0 } /* Terminating entry */
};
MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
@@ -1123,6 +1124,28 @@ struct dvb_usb_device_properties dib0700
.rc_key_map_size = ARRAY_SIZE(dib0700_rc_keys),
.rc_query = dib0700_rc_query
+ }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
+
+ .num_adapters = 1,
+ .adapter = {
+ {
+ .frontend_attach = stk7070p_frontend_attach,
+ .tuner_attach = dib7070p_tuner_attach,
+
+ DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
+
+ .size_of_priv = sizeof(struct dib0700_adapter_state),
+ },
+ },
+
+ .num_device_descs = 1,
+ .devices = {
+ { "Emtec S810",
+ { &dib0700_usb_id_table[27], NULL },
+ { NULL },
+ },
+ },
+
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
.num_adapters = 2,
--------------------------------------------------------------
Signed-off-by: Daniel Wolf <daniel.wolf@2moove.de>
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-04 20:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-04 20:47 [PATCH] Support for DVB-T USB Device Emtec S810 Daniel Wolf
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.