mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[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>
This commit is contained in:
parent
ea6c06033f
commit
a9cd591e29
1 changed files with 1 additions and 0 deletions
|
@ -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 },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue