]> Pileus Git - ~andy/linux/commitdiff
[media] ir-kbd-i2c: Add HD PVR IR Rx support to ir-kbd-i2c
authorAndy Walls <awalls@md.metrocast.net>
Wed, 29 Dec 2010 01:47:46 +0000 (22:47 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 30 Dec 2010 14:17:16 +0000 (12:17 -0200)
Add HD PVR IR Rx support to ir-kbd-i2c

Signed-off-by: Andy Walls <awalls@md.metrocast.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/ir-kbd-i2c.c

index dd54c3dae054d498162d1a5f2d137406d841fa08..c87b6bc455556dd7b4fbe607dc18dbdd909f5840 100644 (file)
@@ -449,6 +449,7 @@ static const struct i2c_device_id ir_kbd_id[] = {
        { "ir_video", 0 },
        /* IR device specific entries should be added here */
        { "ir_rx_z8f0811_haup", 0 },
+       { "ir_rx_z8f0811_hdpvr", 0 },
        { }
 };