diff options
-rw-r--r-- | wait_for_sysfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wait_for_sysfs.c b/wait_for_sysfs.c index 5e8874cf7c..16ee50e4a7 100644 --- a/wait_for_sysfs.c +++ b/wait_for_sysfs.c @@ -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; |