From: kay.sievers@vrfy.org Date: Thu, 11 Nov 2004 03:04:38 +0000 (-0800) Subject: [PATCH] add i2c-dev to the list of devices without a bus X-Git-Tag: 043~2 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a258d159f4d0e1167d038b879164155e4bb8cad2;p=systemd [PATCH] add i2c-dev to the list of devices without a bus --- diff --git a/udev_sysfs.c b/udev_sysfs.c index 886e9f40..a11c430d 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;