]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - Documentation/w1/w1.netlink
w1: added w1 reset command
[mv-sheeva.git] / Documentation / w1 / w1.netlink
index d596d406e0a5386fb360921245554d4bc2c8bccd..2756681b6ef53b8f69eea8eef8186e2ae60acd6c 100644 (file)
@@ -112,6 +112,12 @@ cn_msg->len = sizeof(struct w1_netlink_msg) +
              sizeof(struct w1_netlink_cmd) +
              N*8;
 
+W1 reset command.
+[cn_msg]
+  [w1_netlink_msg type = W1_MASTER_CMD
+       id is equal to the bus master id to use for searching]
+  [w1_netlink_cmd cmd = W1_CMD_RESET]
+
 Operation steps in w1 core when new command is received.
 =======================================================