From 253513a90dbd4184a15c8751312e53671b8a8488 Mon Sep 17 00:00:00 2001 From: ukw Date: Fri, 24 Feb 2012 15:00:54 +0000 Subject: [PATCH] Version 2.1.2: - removed GRUNDIG2 (identical with IR60) - fixed bug in IR60 decoder - fixed bug in CRC detection of Kaseikyo frames - added IR60 protocol in IRSND git-svn-id: svn://mikrocontroller.net/irmp@92 aeb2e35e-bfc4-4214-b83c-9e8de998ed28 --- irmp.h | 4 ++-- irmpconfig.h | 4 ++-- irsndconfig.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/irmp.h b/irmp.h index 1e54f2c..9d0fac7 100644 --- a/irmp.h +++ b/irmp.h @@ -3,7 +3,7 @@ * * Copyright (c) 2009-2011 Frank Meyer - frank(at)fli4l.de * - * $Id: irmp.h,v 1.72 2012/02/24 14:24:27 fm Exp $ + * $Id: irmp.h,v 1.73 2012/02/24 15:00:18 fm Exp $ * * ATMEGA88 @ 8 MHz * @@ -72,7 +72,7 @@ typedef uint8_t PAUSE_LEN; #define IRMP_RC6A_PROTOCOL 21 // RC6A, e.g. Kathrein, XBOX #define IRMP_NIKON_PROTOCOL 22 // Nikon #define IRMP_RUWIDO_PROTOCOL 23 // Ruwido, e.g. T-Home Mediareceiver -#define IRMP_IR60_PROTOCOL 24 // IR60 (SAB2008) +#define IRMP_IR60_PROTOCOL 24 // IR60 (SDA2008) #define IRMP_KATHREIN_PROTOCOL 25 // Kathrein #define IRMP_NETBOX_PROTOCOL 26 // Netbox keyboard (bitserial) #define IRMP_NEC16_PROTOCOL 27 // NEC with 16 bits (incl. sync) diff --git a/irmpconfig.h b/irmpconfig.h index b081135..bc5e465 100644 --- a/irmpconfig.h +++ b/irmpconfig.h @@ -3,7 +3,7 @@ * * Copyright (c) 2009-2011 Frank Meyer - frank(at)fli4l.de * - * $Id: irmpconfig.h,v 1.82 2012/02/24 14:24:27 fm Exp $ + * $Id: irmpconfig.h,v 1.83 2012/02/24 15:00:18 fm Exp $ * * ATMEGA88 @ 8 MHz * @@ -56,7 +56,7 @@ #define IRMP_SUPPORT_JVC_PROTOCOL 0 // JVC >= 10000 ~150 bytes #define IRMP_SUPPORT_NEC16_PROTOCOL 0 // NEC16 >= 10000 ~100 bytes #define IRMP_SUPPORT_NEC42_PROTOCOL 0 // NEC42 >= 10000 ~300 bytes -#define IRMP_SUPPORT_IR60_PROTOCOL 1 // IR60 (SAB2008) >= 10000 ~300 bytes +#define IRMP_SUPPORT_IR60_PROTOCOL 1 // IR60 (SDA2008) >= 10000 ~300 bytes #define IRMP_SUPPORT_GRUNDIG_PROTOCOL 0 // Grundig >= 10000 ~300 bytes #define IRMP_SUPPORT_SIEMENS_PROTOCOL 0 // Siemens Gigaset >= 15000 ~550 bytes #define IRMP_SUPPORT_NOKIA_PROTOCOL 0 // Nokia >= 10000 ~300 bytes diff --git a/irsndconfig.h b/irsndconfig.h index 070c7c3..7af7e8e 100644 --- a/irsndconfig.h +++ b/irsndconfig.h @@ -3,7 +3,7 @@ * * Copyright (c) 2010-2011 Frank Meyer - frank(at)fli4l.de * - * $Id: irsndconfig.h,v 1.30 2012/02/24 14:24:28 fm Exp $ + * $Id: irsndconfig.h,v 1.31 2012/02/24 15:00:18 fm Exp $ * * ATMEGA88 @ 8 MHz * @@ -45,7 +45,7 @@ #define IRSND_SUPPORT_JVC_PROTOCOL 0 // JVC >= 10000 ~150 bytes #define IRSND_SUPPORT_NEC16_PROTOCOL 0 // NEC16 >= 10000 ~150 bytes #define IRSND_SUPPORT_NEC42_PROTOCOL 0 // NEC42 >= 10000 ~150 bytes -#define IRSND_SUPPORT_IR60_PROTOCOL 1 // IR60 (SAB2008) >= 10000 ~250 bytes +#define IRSND_SUPPORT_IR60_PROTOCOL 1 // IR60 (SDA2008) >= 10000 ~250 bytes #define IRSND_SUPPORT_GRUNDIG_PROTOCOL 1 // Grundig >= 10000 ~300 bytes #define IRSND_SUPPORT_SIEMENS_PROTOCOL 0 // Siemens, Gigaset >= 15000 ~150 bytes #define IRSND_SUPPORT_NOKIA_PROTOCOL 0 // Nokia >= 10000 ~400 bytes -- 2.39.2