summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/gp8psk.h
diff options
context:
space:
mode:
authorAlan Nisota <alannisota@gmail.com>2008-12-20 16:03:06 +0100
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-30 12:39:21 +0100
commit02ebf23bc20eee5d91d008a9e831e7768d963946 (patch)
tree2ffbc6adc00f269f1f2290b65c25e4785b3f3fa6 /drivers/media/dvb/dvb-usb/gp8psk.h
parentV4L/DVB (9927): em28xx: use a more standard way to specify video formats (diff)
downloadlinux-02ebf23bc20eee5d91d008a9e831e7768d963946.tar.xz
linux-02ebf23bc20eee5d91d008a9e831e7768d963946.zip
V4L/DVB (9928): Convert GP8PSK module to use S2API
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 'drivers/media/dvb/dvb-usb/gp8psk.h')
-rw-r--r--drivers/media/dvb/dvb-usb/gp8psk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/gp8psk.h b/drivers/media/dvb/dvb-usb/gp8psk.h
index e5cd8149c23d..e83a57506cfa 100644
--- a/drivers/media/dvb/dvb-usb/gp8psk.h
+++ b/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