[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>
Bu işleme şunda yer alıyor:
Evgeniy Polyakov
2006-03-23 19:11:58 +03:00
işlemeyi yapan: Greg Kroah-Hartman
ebeveyn 81f6075ebc
işleme 12003375ac
12 değiştirilmiş dosya ile 448 ekleme ve 135 silme

Dosyayı Görüntüle

@@ -64,5 +64,6 @@ void __w1_family_put(struct w1_family *);
struct w1_family * w1_family_registered(u8);
void w1_unregister_family(struct w1_family *);
int w1_register_family(struct w1_family *);
void w1_reconnect_slaves(struct w1_family *f);
#endif /* __W1_FAMILY_H */