From a258d159f4d0e1167d038b879164155e4bb8cad2 Mon Sep 17 00:00:00 2001 From: "kay.sievers@vrfy.org" Date: Wed, 10 Nov 2004 19:04:38 -0800 Subject: [PATCH] [PATCH] add i2c-dev to the list of devices without a bus --- udev_sysfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/udev_sysfs.c b/udev_sysfs.c index 886e9f403..a11c430df 100644 --- a/udev_sysfs.c +++ b/udev_sysfs.c @@ -235,6 +235,7 @@ static int class_device_expect_no_bus(struct sysfs_class_device *class_dev) static char *devices_without_bus[] = { "scsi_host", "i2c-adapter", + "i2c-dev", NULL }; char **device; -- 2.30.2