aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885/cx23885.h
diff options
context:
space:
mode:
authorSteven Toth <stoth@hauppauge.com>2008-01-10 02:06:35 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:04:47 -0200
commit0ac5881aefc2dab8b3535c2e44fee6628acaf787 (patch)
tree3259e66a720fa3605d1c350b823a879fdec2c8bf /drivers/media/video/cx23885/cx23885.h
parentV4L/DVB (7002): cx25840: Add basic CX23885 AVCore support (diff)
downloadlinux-dev-0ac5881aefc2dab8b3535c2e44fee6628acaf787.tar.xz
linux-dev-0ac5881aefc2dab8b3535c2e44fee6628acaf787.zip
V4L/DVB (7003): cx23885: Add support for device revision detection
Each version of the cx23885/7/8 silicon has different build revs. We'll use this internal revision to work around bugs and known issues in the video and encoder related patches. Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to '')
-rw-r--r--drivers/media/video/cx23885/cx23885.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cx23885.h b/drivers/media/video/cx23885/cx23885.h
index 974ec14782d7..48d0c87ddbc2 100644
--- a/drivers/media/video/cx23885/cx23885.h
+++ b/drivers/media/video/cx23885/cx23885.h
@@ -191,6 +191,7 @@ struct cx23885_dev {
u32 __iomem *lmmio;
u8 __iomem *bmmio;
int pci_irqmask;
+ int hwrevision;
/* I2C adapters: Master 1 & 2 (External) & Master 3 (Internal only) */
struct cx23885_i2c i2c_bus[3];