diff options
Diffstat (limited to 'drivers/media')
-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[] = { | |||
449 | { "ir_video", 0 }, | 449 | { "ir_video", 0 }, |
450 | /* IR device specific entries should be added here */ | 450 | /* IR device specific entries should be added here */ |
451 | { "ir_rx_z8f0811_haup", 0 }, | 451 | { "ir_rx_z8f0811_haup", 0 }, |
452 | { "ir_rx_z8f0811_hdpvr", 0 }, | ||
452 | { } | 453 | { } |
453 | }; | 454 | }; |
454 | 455 | ||