diff options
author | Christopher Pascoe <devnull@localhost> | 2006-01-09 00:32:10 +0000 |
---|---|---|
committer | Christopher Pascoe <devnull@localhost> | 2006-01-09 00:32:10 +0000 |
commit | 51c1146665fd4ead31754b14650b5327136379d3 (patch) | |
tree | 796dbeac572c21a7e8c729b5f2f2b81e7399c42a /v4l/ChangeLog | |
parent | 68a67b9bd9b17d93cad2820f7fccd12c56929272 (diff) | |
download | mediapointer-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 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 97cea56fa..e0abe6e48 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,19 @@ +2006-01-09 00:22 pascoe + + * linux/drivers/media/dvb/dvb-usb/cxusb.c: + (bluebird_patch_dvico_firmware_download): + * linux/drivers/media/dvb/dvb-usb/dvb-usb-firmware.c: + (usb_cypress_load_firmware), (dvb_usb_download_firmware): + * linux/drivers/media/dvb/dvb-usb/dvb-usb.h: + - Export usb_cypress_load_firmware so device specific firmware + routines can use it. + - Move the bluebird device specific firmware hack out of the + generic code and into the cxusb driver. + + 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> + 2006-01-08 23:21 hverkuil * linux/drivers/media/video/bttv-driver.c: (radio_do_ioctl): |