diff options
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); |