--- drivers/belkin.h.2571 2010-12-02 12:06:05.000000000 +0000 +++ drivers/belkin.h 2010-12-06 15:06:55.000000000 +0000 @@ -15,6 +15,12 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Author : Marcus Müller + Created On : + Last Modified By : John Bayly + Last Modified On : Monday December 06, 2010, 15:05 GMT + */ #include @@ -39,8 +45,8 @@ #define POWER_CYCLE "SDA" /* shutdown, then restore */ #define BUZZER "BUZ" #define BUZZER_ON "1" -#define BUZZER_OFF0 "0" /* Switching the buzzer off can be either 0 or 2 */ -#define BUZZER_OFF2 "2" /* Seems to be used for F6c1400 */ +#define BUZZER_OFF0 "0" /* Switching the buzzer off can be either 0 or 2 */ +#define BUZZER_OFF2 "2" /* Seems to be used for F6c1400 */ #define TEST "TST" #define TEST_10SEC "3" #define TEST_DEEP "4" @@ -51,6 +57,9 @@ #define LOW_BAT 20 +/* the maximum allowed number of missed replies */ +#define MAXTRIES 3 + /* dangerous instant commands must be reconfirmed within a 12 second window */ #define CONFIRM_DANGEROUS_COMMANDS 1 #define MINCMDTIME 3