diff options
author | Steven Toth <stoth@kernellabs.com> | 2009-07-20 14:40:31 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-12 11:17:59 -0400 |
commit | 25ea66e2696066a12274119ceec084963427e75b (patch) | |
tree | 4a928feb2ecda1269649dd6e56c586cbf4dab3d0 /drivers/media/video/cx23885/cx23885.h | |
parent | 1369738023900302ef9677c90c4da873b5593ee7 (diff) |
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 963e6b17a43..86f26947bb7 100644 --- a/drivers/media/video/cx23885/cx23885.h +++ b/drivers/media/video/cx23885/cx23885.h | |||
@@ -339,6 +339,7 @@ struct cx23885_dev { | |||
339 | CX23885_BRIDGE_UNDEFINED = 0, | 339 | CX23885_BRIDGE_UNDEFINED = 0, |
340 | CX23885_BRIDGE_885 = 885, | 340 | CX23885_BRIDGE_885 = 885, |
341 | CX23885_BRIDGE_887 = 887, | 341 | CX23885_BRIDGE_887 = 887, |
342 | CX23885_BRIDGE_888 = 888, | ||
342 | } bridge; | 343 | } bridge; |
343 | 344 | ||
344 | /* Analog video */ | 345 | /* Analog video */ |