X-Git-Url: http://git.maemo.org/git/?p=pierogi;a=blobdiff_plain;f=keysets%2Fharmankardon.cpp;h=fa8a093f061c9b04e0f32c34a04f2ebee52417ad;hp=8ba3adb4a01f9215d03e6d3cf3e15bb1824a6570;hb=d359576506dc27d7352e1feaa8c38412818db99c;hpb=4a08d7494fbeaf202ea8eeaa641fd3ea808f9160 diff --git a/keysets/harmankardon.cpp b/keysets/harmankardon.cpp index 8ba3adb..fa8a093 100644 --- a/keysets/harmankardon.cpp +++ b/keysets/harmankardon.cpp @@ -37,8 +37,8 @@ void HarmanKardonAmp1::populateProtocol( addKey("CD_DISC", NextDisc_Key, 0x50, 8); - addKey("FM", TunerBand_Key, 0x81, 8); // "am/fm" - addKey("AM", Unmapped_Key, 0x82, 8); + addKey("FM", FM_Key, 0x81, 8); // "am/fm" + addKey("AM", AM_Key, 0x82, 8); addKey("TUNEUP", ChannelUp_Key, 0x84, 8); addKey("TUNEDN", ChannelDown_Key, 0x85, 8); addKey("mem", Memory_Key, 0x86, 8);