[PATCH] add support for i2c-adapter devices to wait_for_sysfs.c

This commit is contained in:
greg@kroah.com 2004-10-07 18:43:31 -07:00 committed by Greg KH
parent 90852564d0
commit 1a13fcb3dd

View File

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