commit | 12003375acd879e498c6c511faf27531296f9640 | [log] [tgz] |
---|---|---|
author | Evgeniy Polyakov <johnpol@2ka.mipt.ru> | Thu Mar 23 19:11:58 2006 +0300 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Jun 22 11:22:50 2006 -0700 |
tree | f69001169d28c6e56e1a12e04420683620e31d79 | |
parent | 81f6075ebcf3b0800321b7d81e4845d6ad9566d8 [diff] |
[PATCH] w1: Userspace communication protocol over connector. There are three types of messages between w1 core and userspace: 1. Events. They are generated each time new master or slave device found either due to automatic or requested search. 2. Userspace commands. Includes read/write and search/alarm search comamnds. 3. Replies to userspace commands. From: Evgeniy Polyakov <johnpol@2ka.mipt.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>