X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fir_rc5%2Flists.py;h=4a8c958d88bb627be9f3810c132da3e5a3c6f053;hp=8a81ef7b73dde8af9dfecd2d6d36c9d23f586488;hb=5cae425270c1cf119591b9885cd212fa9c5ca7c6;hpb=914f0b99d1f07c351742eaa5c8e397d601996846 diff --git a/decoders/ir_rc5/lists.py b/decoders/ir_rc5/lists.py index 8a81ef7..4a8c958 100644 --- a/decoders/ir_rc5/lists.py +++ b/decoders/ir_rc5/lists.py @@ -14,8 +14,7 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## along with this program; if not, see . ## # Systems/addresses (0..31). Items that are not listed are reserved/unknown. @@ -70,7 +69,7 @@ command = { 12: ['Standby', 'StBy'], 13: ['Mute', 'M'], 14: ['Personal preferences', 'PP'], - 14: ['Display', 'Disp'], + 15: ['Display', 'Disp'], 16: ['Volume up', 'Vol+'], 17: ['Volume down', 'Vol-'], 18: ['Brightness up', 'Br+'], @@ -92,4 +91,3 @@ command = { 55: ['Recording', 'Rec'], }.items())), } -