diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
commit | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch) | |
tree | 0bba044c4ce775e45a88a51686b5d9f90697ea9d /Documentation/dvb/readme.txt |
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
Diffstat (limited to 'Documentation/dvb/readme.txt')
-rw-r--r-- | Documentation/dvb/readme.txt | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/Documentation/dvb/readme.txt b/Documentation/dvb/readme.txt new file mode 100644 index 000000000000..754c98c6ad94 --- /dev/null +++ b/Documentation/dvb/readme.txt | |||
@@ -0,0 +1,52 @@ | |||
1 | Linux Digital Video Broadcast (DVB) subsystem | ||
2 | ============================================= | ||
3 | |||
4 | The main development site and CVS repository for these | ||
5 | drivers is http://linuxtv.org/. | ||
6 | |||
7 | The developer mailing list linux-dvb is also hosted there, | ||
8 | see http://linuxtv.org/lists.php. Please check | ||
9 | the archive http://linuxtv.org/pipermail/linux-dvb/ | ||
10 | and the Wiki http://linuxtv.org/wiki/ | ||
11 | before asking newbie questions on the list. | ||
12 | |||
13 | API documentation, utilities and test/example programs | ||
14 | are available as part of the old driver package for Linux 2.4 | ||
15 | (linuxtv-dvb-1.0.x.tar.gz), or from CVS (module DVB). | ||
16 | We plan to split this into separate packages, but it's not | ||
17 | been done yet. | ||
18 | |||
19 | http://linuxtv.org/downloads/ | ||
20 | |||
21 | What's inside this directory: | ||
22 | |||
23 | "cards.txt" | ||
24 | contains a list of supported hardware. | ||
25 | |||
26 | "contributors.txt" | ||
27 | is the who-is-who of DVB development | ||
28 | |||
29 | "faq.txt" | ||
30 | contains frequently asked questions and their answers. | ||
31 | |||
32 | "get_dvb_firmware" | ||
33 | script to download and extract firmware for those devices | ||
34 | that require it. | ||
35 | |||
36 | "ttusb-dec.txt" | ||
37 | contains detailed informations about the | ||
38 | TT DEC2000/DEC3000 USB DVB hardware. | ||
39 | |||
40 | "bt8xx.txt" | ||
41 | contains detailed installation instructions for the | ||
42 | various bt8xx based "budget" DVB cards | ||
43 | (Nebula, Pinnacle PCTV, Twinhan DST) | ||
44 | |||
45 | "README.dibusb" | ||
46 | contains detailed information about adapters | ||
47 | based on DiBcom reference design. | ||
48 | |||
49 | "udev.txt" | ||
50 | how to get DVB and udev up and running. | ||
51 | |||
52 | Good luck and have fun! | ||