diff options
| author | Patrick Boettcher <pb@linuxtv.org> | 2006-05-14 18:23:56 +0200 |
|---|---|---|
| committer | Patrick Boettcher <pb@linuxtv.org> | 2006-05-14 18:23:56 +0200 |
| commit | 8a6284b4819ca82de31709838a3a83f2b4e2288b (patch) | |
| tree | ed02bf8ba5979a917c847f238db204a1619ac74c /linux/drivers/media/dvb/dvb-usb/Makefile | |
| parent | d7e9bdcf5053c838a7421c8e52fed2a0bd4644fb (diff) | |
| download | mediapointer-dvb-s2-8a6284b4819ca82de31709838a3a83f2b4e2288b.tar.gz mediapointer-dvb-s2-8a6284b4819ca82de31709838a3a83f2b4e2288b.tar.bz2 | |
[PATCH] Genpix 8PSK->USB driver (Take 2)
From: Alan Nisota <alannisota@gmail.com>
This is a patch which includes support for the GENPIX 8PSK->USB module. The
board supports QPSK, BPSK and 8PSK decoding (though I don't think it will be
DVB-S2 compliant) With the following patch, the boad is equivalent to a budget
card (no CA Module)
The patch which adds 8psk suppot will follow, but is seperate, as it requires
DVB-S2 support
More info on the board can be found at www.genpix-electronics.com (and they
host the requisite firmwares there as well)
Signed off by: Alan Nisota <alannisota@gmail.com>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/Makefile')
| -rw-r--r-- | linux/drivers/media/dvb/dvb-usb/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/Makefile b/linux/drivers/media/dvb/dvb-usb/Makefile index 2dc9aad96..9643f56c7 100644 --- a/linux/drivers/media/dvb/dvb-usb/Makefile +++ b/linux/drivers/media/dvb/dvb-usb/Makefile @@ -7,6 +7,9 @@ obj-$(CONFIG_DVB_USB_VP7045) += dvb-usb-vp7045.o dvb-usb-vp702x-objs = vp702x.o vp702x-fe.o obj-$(CONFIG_DVB_USB_VP702X) += dvb-usb-vp702x.o +dvb-usb-gp8psk-objs = gp8psk.o gp8psk-fe.o +obj-$(CONFIG_DVB_USB_GP8PSK) += dvb-usb-gp8psk.o + dvb-usb-dtt200u-objs = dtt200u.o dtt200u-fe.o obj-$(CONFIG_DVB_USB_DTT200U) += dvb-usb-dtt200u.o |
