From 606397db856af2b66947daed4a4a927c37951fe8 Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Thu, 7 Oct 2004 19:12:10 -0700 Subject: [PATCH] [PATCH] added support for i2c devices in wait_for_sysfs.c --- wait_for_sysfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wait_for_sysfs.c b/wait_for_sysfs.c index 5e8874cf7..16ee50e4a 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; -- 2.30.2