blob: f328ab5b333958cf9661147e4b6a775959b9797c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
config DVB_DIBUSB
tristate "Twinhan/KWorld/Hama USB DVB-T devices"
depends on DVB_CORE && USB
select FW_LOADER
help
Support for USB 1.1 DVB-T devices based on a reference design made by
DiBcom (http://www.dibcom.fr).
Devices supported by this driver:
Twinhan VisionPlus VisionDTV USB-Ter (VP7041)
KWorld V-Stream XPERT DTV - DVB-T USB
Hama DVB-T USB-Box
DiBcom reference device (non-public)
The VP7041 seems to be identical to "CTS Portable" (Chinese
Television System).
These devices can be understood as budget ones, they "only" deliver
the MPEG data.
A firmware is needed to use the device. See Documentation/dvb/README.dibusb
details.
Say Y if you own such a device and want to use it. You should build it as
a module.
|