aboutsummaryrefslogtreecommitdiffstats
path: root/udev_sysfs.c
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-11-10 19:04:38 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 22:09:26 -0700
commita258d159f4d0e1167d038b879164155e4bb8cad2 (patch)
treee2427d46b41e3e34ce15efc25b00df3e74bfaebc /udev_sysfs.c
parent97a0e3c06e8a92af3cdf1110fe15cb693be0886a (diff)
downloadudev-a258d159f4d0e1167d038b879164155e4bb8cad2.tar.gz
[PATCH] add i2c-dev to the list of devices without a bus
Diffstat (limited to 'udev_sysfs.c')
-rw-r--r--udev_sysfs.c1
1 files changed, 1 insertions, 0 deletions
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;