]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/w1/w1.generic
w1: add family based automatic module loading
[karo-tx-linux.git] / Documentation / w1 / w1.generic
index 212f4ac31c0162713cbf0b60494bfe296d938f5a..a31c5a242973630d8bb93050ed0ff8b3bee01ebf 100644 (file)
@@ -25,8 +25,8 @@ When a w1 master driver registers with the w1 subsystem, the following occurs:
  - sysfs entries for that w1 master are created
  - the w1 bus is periodically searched for new slave devices
 
-When a device is found on the bus, w1 core checks if driver for its family is
-loaded. If so, the family driver is attached to the slave.
+When a device is found on the bus, w1 core tries to load the driver for its family
+and check if it is loaded. If so, the family driver is attached to the slave.
 If there is no driver for the family, default one is assigned, which allows to perform
 almost any kind of operations. Each logical operation is a transaction
 in nature, which can contain several (two or one) low-level operations.