mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
[PATCH] added support for i2c devices in wait_for_sysfs.c
This commit is contained in:
parent
1a13fcb3dd
commit
606397db85
@ -182,6 +182,7 @@ static int wait_for_bus_device(struct sysfs_device *device_dev)
|
||||
{ .bus = "ide", .file = "detach_state" },
|
||||
{ .bus = "pci", .file = "vendor" },
|
||||
{ .bus = "platform", .file = "detach_state" },
|
||||
{ .bus = "i2c", .file = "detach_state" },
|
||||
{ NULL }
|
||||
};
|
||||
struct bus_file *busfile;
|
||||
|
Loading…
Reference in New Issue
Block a user