mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
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>
This commit is contained in:
parent
e18907cc8a
commit
baedee177e
2 changed files with 10 additions and 1 deletions
|
@ -138,7 +138,7 @@ struct fw_card {
|
|||
struct fw_attribute_group {
|
||||
struct attribute_group *groups[2];
|
||||
struct attribute_group group;
|
||||
struct attribute *attrs[12];
|
||||
struct attribute *attrs[13];
|
||||
};
|
||||
|
||||
enum fw_device_state {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue