mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-18 23:18:20 +00:00
V4L/DVB: af9015: A-Link DTU(m) remote autodetection
Autodetect A-Link DTU(m) based eeprom hash and select correct remote. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
809c1e8ae8
commit
db02d9dc54
@ -792,6 +792,9 @@ static const struct af9015_setup af9015_setup_hashes[] = {
|
||||
{ 0xb8feb708,
|
||||
af9015_rc_keys_msi, ARRAY_SIZE(af9015_rc_keys_msi),
|
||||
af9015_ir_table_msi, ARRAY_SIZE(af9015_ir_table_msi) },
|
||||
{ 0xa3703d00,
|
||||
af9015_rc_keys_a_link, ARRAY_SIZE(af9015_rc_keys_a_link),
|
||||
af9015_ir_table_a_link, ARRAY_SIZE(af9015_ir_table_a_link) },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user