aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/firewire.h
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2012-06-17 10:40:36 -0400
committerStefan Richter <stefanr@s5r6.in-berlin.de>2012-06-30 04:49:06 -0400
commitbaedee177e6c553af455865718971d9a9c75e537 (patch)
treefcbb65716517292b6cd6a37b35c83d10a5e33c82 /include/linux/firewire.h
parente18907cc8a3cd6e09510632b753b8b6fefa1752a (diff)
firewire: core: add is_local sysfs device attribute
Making this information available in sysfs allows to differentiate between controllers in the local and remote Linux PCs, and thus is useful for servers that are started with udev rules. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'include/linux/firewire.h')
-rw-r--r--include/linux/firewire.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/firewire.h b/include/linux/firewire.h
index d77f60c6d1ed..cb2445e2e10e 100644
--- a/include/linux/firewire.h
+++ b/include/linux/firewire.h
@@ -138,7 +138,7 @@ struct fw_card {
138struct fw_attribute_group { 138struct fw_attribute_group {
139 struct attribute_group *groups[2]; 139 struct attribute_group *groups[2];
140 struct attribute_group group; 140 struct attribute_group group;
141 struct attribute *attrs[12]; 141 struct attribute *attrs[13];
142}; 142};
143 143
144enum fw_device_state { 144enum fw_device_state {