From 1a13fcb3dd814107d20ff2d26659cb2d6e63b354 Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Thu, 7 Oct 2004 18:43:31 -0700 Subject: [PATCH] [PATCH] add support for i2c-adapter devices to wait_for_sysfs.c --- wait_for_sysfs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wait_for_sysfs.c b/wait_for_sysfs.c index 0881b619c..5e8874cf7 100644 --- a/wait_for_sysfs.c +++ b/wait_for_sysfs.c @@ -62,6 +62,7 @@ static int wait_for_class_device_attributes(struct sysfs_class_device *class_dev { .subsystem = "pcmcia_socket", .file = "card_type" }, { .subsystem = "usb_host", .file = NULL }, { .subsystem = "bluetooth", .file = "address" }, + { .subsystem = "i2c-adapter", .file = NULL }, { NULL, NULL } }; struct class_file *classfile; @@ -151,6 +152,7 @@ static int class_device_expect_no_bus(struct sysfs_class_device *class_dev) { static char *devices_without_bus[] = { "scsi_host", + "i2c-adapter", NULL }; char **device; -- 2.30.2