diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-20 07:03:06 -0800 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-20 07:03:06 -0800 |
commit | 162b73a47b547cad436989665074bcb093d71c57 (patch) | |
tree | 03529c4f8e6f7931c135ac56ed8d5369155badcf /linux/drivers/media/dvb/dvb-usb/gp8psk.h | |
parent | 1990a8c65fe2820d7426c83c1b0fe0cf13a1c4ac (diff) | |
download | mediapointer-dvb-s2-162b73a47b547cad436989665074bcb093d71c57.tar.gz mediapointer-dvb-s2-162b73a47b547cad436989665074bcb093d71c57.tar.bz2 |
Convert GP8PSK module to use S2API
From: Alan Nisota <alannisota@gmail.com>
This patch converts the gp8psk module to use the S2API.
It pretends to be DVB-S2 capable in order to allow the various
supported modulations (8PSK, QPSK-Turbo, etc), and keep software
compatibility with the S2API patches for Mythtv and VDR.
Signed-off by: Alan Nisota <alannisota@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/gp8psk.h')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/gp8psk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/gp8psk.h b/linux/drivers/media/dvb/dvb-usb/gp8psk.h index e5cd8149c..e83a57506 100644 --- a/linux/drivers/media/dvb/dvb-usb/gp8psk.h +++ b/linux/drivers/media/dvb/dvb-usb/gp8psk.h @@ -92,5 +92,6 @@ extern struct dvb_frontend * gp8psk_fe_attach(struct dvb_usb_device *d); extern int gp8psk_usb_in_op(struct dvb_usb_device *d, u8 req, u16 value, u16 index, u8 *b, int blen); extern int gp8psk_usb_out_op(struct dvb_usb_device *d, u8 req, u16 value, u16 index, u8 *b, int blen); +extern int gp8psk_bcm4500_reload(struct dvb_usb_device *d); #endif |