diff options
Diffstat (limited to 'drivers/media/video/cx231xx/cx231xx-input.c')
-rw-r--r-- | drivers/media/video/cx231xx/cx231xx-input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx231xx/cx231xx-input.c b/drivers/media/video/cx231xx/cx231xx-input.c index 1d043ed1bc32..c236a4e7e97b 100644 --- a/drivers/media/video/cx231xx/cx231xx-input.c +++ b/drivers/media/video/cx231xx/cx231xx-input.c | |||
@@ -84,7 +84,7 @@ int cx231xx_ir_init(struct cx231xx *dev) | |||
84 | /* The i2c micro-controller only outputs the cmd part of NEC protocol */ | 84 | /* The i2c micro-controller only outputs the cmd part of NEC protocol */ |
85 | dev->init_data.rc_dev->scanmask = 0xff; | 85 | dev->init_data.rc_dev->scanmask = 0xff; |
86 | dev->init_data.rc_dev->driver_name = "cx231xx"; | 86 | dev->init_data.rc_dev->driver_name = "cx231xx"; |
87 | dev->init_data.type = IR_TYPE_NEC; | 87 | dev->init_data.type = RC_TYPE_NEC; |
88 | info.addr = 0x30; | 88 | info.addr = 0x30; |
89 | 89 | ||
90 | /* Load and bind ir-kbd-i2c */ | 90 | /* Load and bind ir-kbd-i2c */ |