aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/w1/w1.netlink (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-06-22[PATCH] w1: Userspace communication protocol over connector.Evgeniy Polyakov1-0/+98
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>