diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2003-09-15 21:20:55 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2003-09-15 21:20:55 +0000 |
| commit | c87cfaedf2d0c4fcf27f10fb12b454f09f1edd49 (patch) | |
| tree | 9283d6f2b4314f6989417e1abc61ac5895662d96 | |
| parent | 3d0d5c76b009a30257692402987a8e960dfb7ffe (diff) | |
Notes
| -rw-r--r-- | sys/dev/acpica/acpi_ec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_ec.c b/sys/dev/acpica/acpi_ec.c index c81de31bf5d8..eb0aa2040225 100644 --- a/sys/dev/acpica/acpi_ec.c +++ b/sys/dev/acpica/acpi_ec.c @@ -283,7 +283,7 @@ struct acpi_ec_softc { #define EC_POLL_DELAY 1 /* Total time in ms spent in the poll loop waiting for a response. */ -#define EC_POLL_TIMEOUT 50 +#define EC_POLL_TIMEOUT 100 #define EVENT_READY(event, status) \ (((event) == EC_EVENT_OUTPUT_BUFFER_FULL && \ |
