===== udev_sysfs.c 1.1 vs edited ===== --- 1.1/udev_sysfs.c 2004-10-19 03:50:52 +02:00 +++ edited/udev_sysfs.c 2004-10-20 20:02:09 +02:00 @@ -167,6 +167,7 @@ { .subsystem = "net", .device = "dummy" }, { .subsystem = "net", .device = "irda" }, { .subsystem = "net", .device = "ppp" }, + { .subsystem = "net", .device = "tun" }, { .subsystem = "ppp", .device = NULL }, { .subsystem = "sound", .device = NULL }, { .subsystem = "printer", .device = "lp" }, @@ -247,7 +248,8 @@ { .bus = "pci", .file = "vendor" }, { .bus = "platform", .file = "detach_state" }, { .bus = "i2c", .file = "detach_state" }, - { NULL } + { .bus = "ieee1394", .file = "host_id" }, + { NULL, NULL } }; struct bus_file *busfile; int loop;