diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2010-09-15 15:16:20 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-20 23:06:05 -0400 |
commit | a40231a67c443c5913366a45e9fc3da20a798790 (patch) | |
tree | c36f6ea2fb34ad7cfe7a4d91d8aa8e2b37f41143 | |
parent | a644c072ea2a0ba9bd46430a4710cc3ac7cbdc21 (diff) |
V4L/DVB: ir-kbd-i2c: remove obsolete I2C_HW_B_CX2341X test
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/video/ir-kbd-i2c.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/media/video/ir-kbd-i2c.c b/drivers/media/video/ir-kbd-i2c.c index 27ae8bbfb477..ece6e15e4c07 100644 --- a/drivers/media/video/ir-kbd-i2c.c +++ b/drivers/media/video/ir-kbd-i2c.c | |||
@@ -354,11 +354,9 @@ static int ir_probe(struct i2c_client *client, const struct i2c_device_id *id) | |||
354 | case 0x0b: | 354 | case 0x0b: |
355 | case 0x47: | 355 | case 0x47: |
356 | case 0x71: | 356 | case 0x71: |
357 | if (adap->id == I2C_HW_B_CX2388x || | 357 | if (adap->id == I2C_HW_B_CX2388x) { |
358 | adap->id == I2C_HW_B_CX2341X) { | ||
359 | /* Handled by cx88-input */ | 358 | /* Handled by cx88-input */ |
360 | name = adap->id == I2C_HW_B_CX2341X ? "CX2341x remote" | 359 | name = "CX2388x remote"; |
361 | : "CX2388x remote"; | ||
362 | ir_type = IR_TYPE_RC5; | 360 | ir_type = IR_TYPE_RC5; |
363 | ir->get_key = get_key_haup_xvr; | 361 | ir->get_key = get_key_haup_xvr; |
364 | if (hauppauge == 1) { | 362 | if (hauppauge == 1) { |