diff options
author | Mauro Lacy <mauro@lacy.com.ar> | 2008-04-22 13:45:58 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:51 -0400 |
commit | e80faad3d7a332b7fe5a72dd64a81d28dd5c2e44 (patch) | |
tree | 37743b7e823cbfedf2d37d9355ed6caaa8df5c25 /drivers/media/video/bt8xx/bttv-input.c | |
parent | 97275ac514c7f1131f42f8b06e073b144c744e78 (diff) |
V4L/DVB (7368): bttv: added support for Kozumi KTV-01C card
Signed-off-by: Mauro Lacy <mauro@lacy.com.ar>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/bt8xx/bttv-input.c')
-rw-r--r-- | drivers/media/video/bt8xx/bttv-input.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/video/bt8xx/bttv-input.c b/drivers/media/video/bt8xx/bttv-input.c index fc9ecb21eec6..a38af98f4cae 100644 --- a/drivers/media/video/bt8xx/bttv-input.c +++ b/drivers/media/video/bt8xx/bttv-input.c | |||
@@ -278,6 +278,12 @@ int bttv_input_init(struct bttv *btv) | |||
278 | ir->mask_keyup = 0x004000; | 278 | ir->mask_keyup = 0x004000; |
279 | ir->polling = 50; /* ms */ | 279 | ir->polling = 50; /* ms */ |
280 | break; | 280 | break; |
281 | case BTTV_BOARD_KOZUMI_KTV_01C: | ||
282 | ir_codes = ir_codes_pctv_sedna; | ||
283 | ir->mask_keycode = 0x001f00; | ||
284 | ir->mask_keyup = 0x006000; | ||
285 | ir->polling = 50; /* ms */ | ||
286 | break; | ||
281 | } | 287 | } |
282 | if (NULL == ir_codes) { | 288 | if (NULL == ir_codes) { |
283 | dprintk(KERN_INFO "Ooops: IR config error [card=%d]\n", btv->c.type); | 289 | dprintk(KERN_INFO "Ooops: IR config error [card=%d]\n", btv->c.type); |