Browse Source

[media] ir-kbd-i2c: Add HD PVR IR Rx support to ir-kbd-i2c

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>
Andy Walls 14 years ago
parent
commit
a9cd591e29
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/media/video/ir-kbd-i2c.c

+ 1 - 0
drivers/media/video/ir-kbd-i2c.c

@@ -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 },
 	{ }
 };