Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-29 | Remove obsolete STV0297 module for CableStar2 | Patrick Boettcher | |
From: Patrick Boettcher <pb@linuxtv.org> The support for the CableStar2 has been merge to the main stv0297-module - so this is obsolete. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2006-05-14 | Change dvb_frontend_ops to be a real field instead of a pointer field inside ↵ | Patrick Boettcher | |
dvb_frontend From: Patrick Boettcher <pb@linuxtv.org> The dvb_frontend_ops is a pointer inside dvb_frontend. That's why every demod-driver is having a field of dvb_frontend_ops in its private-state-struct and using the reference for filling the pointer-field in dvb_frontend. - It saves at least two lines of code per demod-driver, - reduces object size (one less dereference per frontend_ops-access), - be coherent with dvb_tuner_ops, - makes it a little bit easier for newbies to understand how it works and - avoids stupid mistakes because you would have to copy the dvb_frontend_ops always, before you could assign the static pointer directly, which was dangerous. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-09-10 | adding special stv0297-driver for the Technisat/B2C2 CableStar2 PCI and USB | Patrick Boettcher | |
devices (USB untested) This driver could also be used with other stv0297-based cards, but someone has to do it. The CableStar2's stv0297-driver is tested with QAM32/64/128/256 and has a very nice reception-qualitiy. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> |