w1: send status messages after command processing
Send completion status of the commands to the userspace. Message and protocol are described in the documentation. 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>
This commit is contained in:
committed by
Linus Torvalds
parent
f89735c4e2
commit
4037014e3f
@ -40,7 +40,7 @@ enum w1_netlink_message_types {
|
||||
struct w1_netlink_msg
|
||||
{
|
||||
__u8 type;
|
||||
__u8 reserved;
|
||||
__u8 status;
|
||||
__u16 len;
|
||||
union {
|
||||
__u8 id[8];
|
||||
|
Reference in New Issue
Block a user