This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/media-tree.git tree:

Subject: V4L/DVB: ir-kbd-i2c: remove obsolete I2C_HW_B_CX2341X test
Author:  Hans Verkuil <hverk...@xs4all.nl>
Date:    Wed Sep 15 16:16:20 2010 -0300

Signed-off-by: Hans Verkuil <hverk...@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

 drivers/media/video/ir-kbd-i2c.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

---

http://git.linuxtv.org/media-tree.git?a=commitdiff;h=2441db0ae794cd9947d070ff8844d68f1b633771

diff --git a/drivers/media/video/ir-kbd-i2c.c b/drivers/media/video/ir-kbd-i2c.c
index 27ae8bb..ece6e15 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) {

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to