diff options
author | Andy Walls <awalls@md.metrocast.net> | 2010-12-28 22:47:46 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-30 12:17:16 -0200 |
commit | a9cd591e29b6b50e1212de7b7a86ccd270f5c2a6 (patch) | |
tree | ed4362e24e9919307ddf3d1de5c73e55ff75650b /drivers/media/video | |
parent | [media] hdpvr: Add I2C and ir-kdb-i2c registration of the Zilog Z8 IR chip (diff) | |
download | linux-dev-a9cd591e29b6b50e1212de7b7a86ccd270f5c2a6.tar.xz linux-dev-a9cd591e29b6b50e1212de7b7a86ccd270f5c2a6.zip |
[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>
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/ir-kbd-i2c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/ir-kbd-i2c.c b/drivers/media/video/ir-kbd-i2c.c index dd54c3dae054..c87b6bc45555 100644 --- a/drivers/media/video/ir-kbd-i2c.c +++ b/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 }, { } }; |