[PATCH] dvb: bt8xx: update documentation

update bt8xx documentation (Uwe Bugla)

Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Johannes Stezenbach and committed by
Linus Torvalds
daeb6aa4 fdc53a6d

+9 -20
+9 -20
Documentation/dvb/bt8xx.txt
··· 17 17 "Device drivers" => "Multimedia devices" 18 18 => "Video For Linux" => "BT848 Video For Linux" 19 19 20 + Furthermore you need to enable 21 + "Device drivers" => "Multimedia devices" => "Digital Video Broadcasting Devices" 22 + => "DVB for Linux" "DVB Core Support" "Nebula/Pinnacle PCTV/TwinHan PCI Cards" 23 + 20 24 2) Loading Modules 21 25 ================== 22 26 23 27 In general you need to load the bttv driver, which will handle the gpio and 24 - i2c communication for us. Next you need the common dvb-bt8xx device driver 25 - and one frontend driver. 26 - 27 - The bttv driver will HANG YOUR SYSTEM IF YOU DO NOT SPECIFY THE CORRECT 28 - CARD ID! 29 - 30 - (If you don't get your card running and you suspect that the card id you're 31 - using is wrong, have a look at "bttv-cards.c" for a list of possible card 32 - ids.) 33 - 34 - Pay attention to failures when you load the frontend drivers 35 - (e.g. dmesg, /var/log/messages). 28 + i2c communication for us, plus the common dvb-bt8xx device driver. 29 + The frontends for Nebula (nxt6000), Pinnacle PCTV (cx24110) and 30 + TwinHan (dst) are loaded automatically by the dvb-bt8xx device driver. 36 31 37 32 3a) Nebula / Pinnacle PCTV 38 33 -------------------------- 39 34 40 - $ modprobe bttv i2c_hw=1 card=0x68 41 - $ modprobe dvb-bt8xx 42 - 43 - For Nebula cards use the "nxt6000" frontend driver: 44 - $ modprobe nxt6000 45 - 46 - For Pinnacle PCTV cards use the "cx24110" frontend driver: 47 - $ modprobe cx24110 35 + $ modprobe bttv (normally bttv is being loaded automatically by kmod) 36 + $ modprobe dvb-bt8xx (or just place dvb-bt8xx in /etc/modules for automatic loading) 48 37 49 38 3b) TwinHan 50 39 -----------