From: "Steffen Günther" <stguenth@freenet.de>
To: linux-media@vger.kernel.org
Subject: Changes in dw2102.c to support my Tevii S662
Date: Sun, 6 Dec 2015 09:03:11 +0100 [thread overview]
Message-ID: <5663EBBF.6060504@freenet.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 229 bytes --]
Hi,
I made some small changes on top of this patch
https://patchwork.linuxtv.org/patch/28925/
to support my Tevii S662 with module dvb-usb-dw2102.
Scanning and tuning in works for me.
Hope this is usefull!?
Regards
Steffen
[-- Attachment #2: tevii_s662-dw2102.patch --]
[-- Type: text/x-patch, Size: 1629 bytes --]
--- /home/sguenther/Downloads/tv-treiber/drivers/media/usb/dvb-usb/dw2102.c
+++ /home/sguenther/Downloads/media-test-orig/dw2102.c
@@ -1,6 +1,6 @@
/* DVB USB framework compliant Linux driver for the
* DVBWorld DVB-S 2101, 2102, DVB-S2 2104, DVB-C 3101,
- * TeVii S600, S630, S650, S660, S480, S421, S632
+ * TeVii S600, S630, S650, S660, S480, S421, S632, S482, S662,
* Prof 1100, 7500,
* Geniatech SU3000, T220,
* TechnoTrend S2-4600 Cards
@@ -1686,6 +1686,7 @@
GOTVIEW_SAT_HD,
GENIATECH_T220,
TECHNOTREND_S2_4600,
+ TEVII_S662,
TEVII_S482_1,
TEVII_S482_2,
};
@@ -1713,6 +1714,7 @@
[GENIATECH_T220] = {USB_DEVICE(0x1f4d, 0xD220)},
[TECHNOTREND_S2_4600] = {USB_DEVICE(USB_VID_TECHNOTREND,
USB_PID_TECHNOTREND_CONNECT_S2_4600)},
+ [TEVII_S662] = {USB_DEVICE(0x9022, 0xd662)},
[TEVII_S482_1] = {USB_DEVICE(0x9022, 0xd483)},
[TEVII_S482_2] = {USB_DEVICE(0x9022, 0xd484)},
{ }
@@ -2232,10 +2234,14 @@
} },
}
},
- .num_device_descs = 3,
+ .num_device_descs = 4,
.devices = {
{ "TechnoTrend TT-connect S2-4600",
{ &dw2102_table[TECHNOTREND_S2_4600], NULL },
+ { NULL },
+ },
+ { "TeVii S662",
+ { &dw2102_table[TEVII_S662], NULL },
{ NULL },
},
{ "TeVii S482 (tuner 1)",
@@ -2359,7 +2365,7 @@
MODULE_AUTHOR("Igor M. Liplianin (c) liplianin@me.by");
MODULE_DESCRIPTION("Driver for DVBWorld DVB-S 2101, 2102, DVB-S2 2104,"
" DVB-C 3101 USB2.0,"
- " TeVii S600, S630, S650, S660, S480, S421, S632"
+ " TeVii S600, S630, S650, S660, S480, S421, S632, S482, S662,"
" Prof 1100, 7500 USB2.0,"
" Geniatech SU3000, T220,"
" TechnoTrend S2-4600 devices");
next reply other threads:[~2015-12-06 8:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-06 8:03 Steffen Günther [this message]
2015-12-06 9:36 ` Changes in dw2102.c to support my Tevii S662 Olli Salonen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5663EBBF.6060504@freenet.de \
--to=stguenth@freenet.de \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox