From 26460333a6be6613d1208475cb736d004e0437dc Mon Sep 17 00:00:00 2001 From: Parag Warudkar Date: Mon, 17 Sep 2012 17:49:55 +0200 Subject: [PATCH] --- yaml --- r: 323017 b: refs/heads/master c: 521cf6489269f5b223c24857d99c779e91f42d3e h: refs/heads/master i: 323015: e19c4f52f9ad4840a82ff96372267cebee419f65 v: v3 --- [refs] | 2 +- trunk/drivers/hwmon/applesmc.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 8b67d9218d9f..4dee1b2e67e9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3ceefe4319636d89d4bdf40dca9471970f942e4f +refs/heads/master: 521cf6489269f5b223c24857d99c779e91f42d3e diff --git a/trunk/drivers/hwmon/applesmc.c b/trunk/drivers/hwmon/applesmc.c index 282708860517..8f3f6f2c45fd 100644 --- a/trunk/drivers/hwmon/applesmc.c +++ b/trunk/drivers/hwmon/applesmc.c @@ -53,10 +53,10 @@ #define APPLESMC_MAX_DATA_LENGTH 32 -/* wait up to 32 ms for a status change. */ +/* wait up to 128 ms for a status change. */ #define APPLESMC_MIN_WAIT 0x0010 #define APPLESMC_RETRY_WAIT 0x0100 -#define APPLESMC_MAX_WAIT 0x8000 +#define APPLESMC_MAX_WAIT 0x20000 #define APPLESMC_READ_CMD 0x10 #define APPLESMC_WRITE_CMD 0x11