diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-02-18 14:54:09 -0500 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2007-02-18 14:54:09 -0500 |
commit | d9e6823ca380b057a6a7f46470ee8f0523c0f539 (patch) | |
tree | 5a9299f3234497dc0959a906cf4f814a7b85438c /linux/drivers/media/video/cx88/cx88.h | |
parent | 14f8694a006fc440ea2f5f18aaefd3ff7d98e313 (diff) | |
download | mediapointer-dvb-s2-d9e6823ca380b057a6a7f46470ee8f0523c0f539.tar.gz mediapointer-dvb-s2-d9e6823ca380b057a6a7f46470ee8f0523c0f539.tar.bz2 |
cx88-blackbird: allow usage of both 376836 and 262144 sized firmware images
From: Michael Krufky <mkrufky@linuxtv.org>
This updates the cx88-blackbird driver to be able to use the new cx23416
firmware image released by Hauppauge Computer Works, while retaining
compatibility with the older firmware images.
cx2341x firmware can be downloaded at: http://dl.ivtvdriver.org/ivtv/firmware/
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88.h')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index ddd2c2fe9..8a8b58f99 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -496,6 +496,7 @@ struct cx8802_dev { u32 mailbox; int width; int height; + int fw_size; #if defined(CONFIG_VIDEO_BUF_DVB) || defined(CONFIG_VIDEO_BUF_DVB_MODULE) /* for dvb only */ |