diff options
author | Chris Pascoe <c.pascoe@itee.uq.edu.au> | 2007-11-19 14:23:17 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 22:02:30 +0100 |
commit | 59a636e50f339f91880b3a1e395829c43cc6541a (patch) | |
tree | 2a850dd094d59c0ae9bada173113da70463c8857 /drivers/media/video/tuner-xc2028.h | |
parent | V4L/DVB (6644): xc2028: use correct offset into scode firmware (diff) | |
download | linux-59a636e50f339f91880b3a1e395829c43cc6541a.tar.xz linux-59a636e50f339f91880b3a1e395829c43cc6541a.zip |
V4L/DVB (6645): xc2028: allow selection of D2633 firmware
Add a bit to select D2633 DTV firmware to struct xc2028_ctrl, so that it can
be enabled via .set_config.
Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tuner-xc2028.h')
-rw-r--r-- | drivers/media/video/tuner-xc2028.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/tuner-xc2028.h b/drivers/media/video/tuner-xc2028.h index a20eeb4935d0..4edc4b735c84 100644 --- a/drivers/media/video/tuner-xc2028.h +++ b/drivers/media/video/tuner-xc2028.h @@ -20,6 +20,7 @@ struct xc2028_ctrl { enum xc2028_firm_type type; char *fname; int max_len; + int d2633:1; }; struct xc2028_config { |