diff options
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-i2c.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-i2c.c b/drivers/media/video/ivtv/ivtv-i2c.c index 9fb86a081c0..3c89d6f28d5 100644 --- a/drivers/media/video/ivtv/ivtv-i2c.c +++ b/drivers/media/video/ivtv/ivtv-i2c.c | |||
@@ -213,7 +213,7 @@ static int ivtv_i2c_new_ir(struct ivtv *itv, u32 hw, const char *type, u8 addr) | |||
213 | break; | 213 | break; |
214 | case IVTV_HW_Z8F0811_IR_RX_HAUP: | 214 | case IVTV_HW_Z8F0811_IR_RX_HAUP: |
215 | /* Default to grey remote */ | 215 | /* Default to grey remote */ |
216 | init_data->ir_codes = RC_MAP_HAUPPAUGE_NEW; | 216 | init_data->ir_codes = RC_MAP_HAUPPAUGE; |
217 | init_data->internal_get_key_func = IR_KBD_GET_KEY_HAUP_XVR; | 217 | init_data->internal_get_key_func = IR_KBD_GET_KEY_HAUP_XVR; |
218 | init_data->type = RC_TYPE_RC5; | 218 | init_data->type = RC_TYPE_RC5; |
219 | init_data->name = itv->card_name; | 219 | init_data->name = itv->card_name; |