aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ir-kbd-i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/ir-kbd-i2c.c')
-rw-r--r--drivers/media/video/ir-kbd-i2c.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/media/video/ir-kbd-i2c.c b/drivers/media/video/ir-kbd-i2c.c
index 02fbd08112c9..91b2c88d4d72 100644
--- a/drivers/media/video/ir-kbd-i2c.c
+++ b/drivers/media/video/ir-kbd-i2c.c
@@ -325,25 +325,6 @@ static int ir_probe(struct i2c_client *client, const struct i2c_device_id *id)
325 ir_type = IR_TYPE_RC5; 325 ir_type = IR_TYPE_RC5;
326 ir_codes = RC_MAP_FUSIONHDTV_MCE; 326 ir_codes = RC_MAP_FUSIONHDTV_MCE;
327 break; 327 break;
328 case 0x0b:
329 case 0x47:
330 case 0x71:
331 if (adap->id == I2C_HW_B_CX2388x) {
332 /* Handled by cx88-input */
333 name = "CX2388x remote";
334 ir_type = IR_TYPE_RC5;
335 ir->get_key = get_key_haup_xvr;
336 if (hauppauge == 1) {
337 ir_codes = RC_MAP_HAUPPAUGE_NEW;
338 } else {
339 ir_codes = RC_MAP_RC5_TV;
340 }
341 } else {
342 /* Handled by saa7134-input */
343 name = "SAA713x remote";
344 ir_type = IR_TYPE_OTHER;
345 }
346 break;
347 case 0x40: 328 case 0x40:
348 name = "AVerMedia Cardbus remote"; 329 name = "AVerMedia Cardbus remote";
349 ir->get_key = get_key_avermedia_cardbus; 330 ir->get_key = get_key_avermedia_cardbus;