diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2012-06-17 13:57:23 -0400 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2012-06-30 04:49:06 -0400 |
commit | e3cbd92002a30aecae8cb8b31a5e1916eb270a14 (patch) | |
tree | 6a275d4d1c6bb7d95ce4882f008193624699f019 /Documentation/ABI/stable | |
parent | baedee177e6c553af455865718971d9a9c75e537 (diff) |
firewire: core: document is_local sysfs attribute
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'Documentation/ABI/stable')
-rw-r--r-- | Documentation/ABI/stable/sysfs-bus-firewire | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/ABI/stable/sysfs-bus-firewire b/Documentation/ABI/stable/sysfs-bus-firewire index 3d484e5dc846..41e5a0cd1e3e 100644 --- a/Documentation/ABI/stable/sysfs-bus-firewire +++ b/Documentation/ABI/stable/sysfs-bus-firewire | |||
@@ -39,6 +39,17 @@ Users: udev rules to set ownership and access permissions or ACLs of | |||
39 | /dev/fw[0-9]+ character device files | 39 | /dev/fw[0-9]+ character device files |
40 | 40 | ||
41 | 41 | ||
42 | What: /sys/bus/firewire/devices/fw[0-9]+/is_local | ||
43 | Date: July 2012 | ||
44 | KernelVersion: 3.6 | ||
45 | Contact: linux1394-devel@lists.sourceforge.net | ||
46 | Description: | ||
47 | IEEE 1394 node device attribute. | ||
48 | Read-only and immutable. | ||
49 | Values: 1: The sysfs entry represents a local node (a controller card). | ||
50 | 0: The sysfs entry represents a remote node. | ||
51 | |||
52 | |||
42 | What: /sys/bus/firewire/devices/fw[0-9]+[.][0-9]+/ | 53 | What: /sys/bus/firewire/devices/fw[0-9]+[.][0-9]+/ |
43 | Date: May 2007 | 54 | Date: May 2007 |
44 | KernelVersion: 2.6.22 | 55 | KernelVersion: 2.6.22 |