diff options
author | Steven Toth <stoth@kernellabs.com> | 2009-07-20 22:40:31 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-12 19:17:59 +0400 |
commit | 25ea66e2696066a12274119ceec084963427e75b (patch) | |
tree | 4a928feb2ecda1269649dd6e56c586cbf4dab3d0 /drivers/media/video/cx23885/cx23885.h | |
parent | 1369738023900302ef9677c90c4da873b5593ee7 (diff) | |
download | linux-25ea66e2696066a12274119ceec084963427e75b.tar.xz |
V4L/DVB (12307): cx23885: Modify hardware revision detection for newer silicon
cx23885: Modify hardware revision detection for newer silicon
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx23885/cx23885.h')
-rw-r--r-- | drivers/media/video/cx23885/cx23885.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cx23885.h b/drivers/media/video/cx23885/cx23885.h index 963e6b17a43e..86f26947bb78 100644 --- a/drivers/media/video/cx23885/cx23885.h +++ b/drivers/media/video/cx23885/cx23885.h @@ -339,6 +339,7 @@ struct cx23885_dev { CX23885_BRIDGE_UNDEFINED = 0, CX23885_BRIDGE_885 = 885, CX23885_BRIDGE_887 = 887, + CX23885_BRIDGE_888 = 888, } bridge; /* Analog video */ |