[PATCH] added support for i2c devices in wait_for_sysfs.c

This commit is contained in:
greg@kroah.com 2004-10-07 19:12:10 -07:00 committed by Greg KH
parent 1a13fcb3dd
commit 606397db85

View File

@ -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;