Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323017
b: refs/heads/master
c: 521cf64
h: refs/heads/master
i:
  323015: e19c4f5
v: v3
  • Loading branch information
Parag Warudkar authored and Guenter Roeck committed Sep 18, 2012
1 parent 402612a commit 2646033
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3ceefe4319636d89d4bdf40dca9471970f942e4f
refs/heads/master: 521cf6489269f5b223c24857d99c779e91f42d3e
4 changes: 2 additions & 2 deletions trunk/drivers/hwmon/applesmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2646033

Please sign in to comment.