summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-usb/dvb-usb.h
diff options
context:
space:
mode:
authorChristopher Pascoe <devnull@localhost>2006-01-09 00:32:10 +0000
committerChristopher Pascoe <devnull@localhost>2006-01-09 00:32:10 +0000
commit51c1146665fd4ead31754b14650b5327136379d3 (patch)
tree796dbeac572c21a7e8c729b5f2f2b81e7399c42a /linux/drivers/media/dvb/dvb-usb/dvb-usb.h
parent68a67b9bd9b17d93cad2820f7fccd12c56929272 (diff)
downloadmediapointer-dvb-s2-51c1146665fd4ead31754b14650b5327136379d3.tar.gz
mediapointer-dvb-s2-51c1146665fd4ead31754b14650b5327136379d3.tar.bz2
Remove DViCO specific firmware hacks from the generic code.
From: Patrick Boettcher <pb@linuxtv.org> Move the code that patches bluebird firmware before upload from the generic code into the cxusb driver itself. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/dvb-usb.h')
-rw-r--r--linux/drivers/media/dvb/dvb-usb/dvb-usb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/dvb-usb.h b/linux/drivers/media/dvb/dvb-usb/dvb-usb.h
index 4060fe1ca..dd568396e 100644
--- a/linux/drivers/media/dvb/dvb-usb/dvb-usb.h
+++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb.h
@@ -342,5 +342,6 @@ struct hexline {
u8 chk;
};
extern int dvb_usb_get_hexline(const struct firmware *, struct hexline *, int *);
+extern int usb_cypress_load_firmware(struct usb_device *udev, const struct firmware *fw, int type);
#endif