summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ir-kbd-i2c.c
diff options
context:
space:
mode:
authorHans Verkuil2010-09-15 21:16:20 +0200
committerMauro Carvalho Chehab2010-10-21 05:06:05 +0200
commita40231a67c443c5913366a45e9fc3da20a798790 (patch)
treec36f6ea2fb34ad7cfe7a4d91d8aa8e2b37f41143 /drivers/media/video/ir-kbd-i2c.c
parentV4L/DVB: saa7146/tuner: remove mxb hack (diff)
downloadkernel-qcow2-linux-a40231a67c443c5913366a45e9fc3da20a798790.tar.gz
kernel-qcow2-linux-a40231a67c443c5913366a45e9fc3da20a798790.tar.xz
kernel-qcow2-linux-a40231a67c443c5913366a45e9fc3da20a798790.zip
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>
Diffstat (limited to 'drivers/media/video/ir-kbd-i2c.c')
-rw-r--r--drivers/media/video/ir-kbd-i2c.c6
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)
case 0x0b:
case 0x47:
case 0x71:
- if (adap->id == I2C_HW_B_CX2388x ||
- adap->id == I2C_HW_B_CX2341X) {
+ if (adap->id == I2C_HW_B_CX2388x) {
/* Handled by cx88-input */
- name = adap->id == I2C_HW_B_CX2341X ? "CX2341x remote"
- : "CX2388x remote";
+ name = "CX2388x remote";
ir_type = IR_TYPE_RC5;
ir->get_key = get_key_haup_xvr;
if (hauppauge == 1) {