diff options
author | Evgeniy Polyakov <zbr@ioremap.net> | 2009-01-07 21:09:04 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-08 11:31:14 -0500 |
commit | f89735c4e281e8642907b38640c076ae5048f3a6 (patch) | |
tree | 24539b43a7f74d083d747edf5b4eec8e533baebe /Documentation | |
parent | 325a06fb13614fd4e5ea36996c0ce043752a93a0 (diff) |
w1: added w1 reset command
Command which allows to reset the bus.
Signed-off-by: Evgeniy Polyakov <zbr@ioremap.net>
Cc: Paul Alfille <paul.alfille@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/w1/w1.netlink | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/w1/w1.netlink b/Documentation/w1/w1.netlink index d596d406e0a5..2756681b6ef5 100644 --- a/Documentation/w1/w1.netlink +++ b/Documentation/w1/w1.netlink | |||
@@ -112,6 +112,12 @@ cn_msg->len = sizeof(struct w1_netlink_msg) + | |||
112 | sizeof(struct w1_netlink_cmd) + | 112 | sizeof(struct w1_netlink_cmd) + |
113 | N*8; | 113 | N*8; |
114 | 114 | ||
115 | W1 reset command. | ||
116 | [cn_msg] | ||
117 | [w1_netlink_msg type = W1_MASTER_CMD | ||
118 | id is equal to the bus master id to use for searching] | ||
119 | [w1_netlink_cmd cmd = W1_CMD_RESET] | ||
120 | |||
115 | Operation steps in w1 core when new command is received. | 121 | Operation steps in w1 core when new command is received. |
116 | ======================================================= | 122 | ======================================================= |
117 | 123 | ||