udev: path_id - cciss - set "we have a bus" flag

This commit is contained in:
Kay Sievers
2012-05-10 21:35:54 +02:00
parent 68acb21d79
commit 9e055fb8fc

View File

@@ -445,6 +445,7 @@ static int builtin_path_id(struct udev_device *dev, int argc, char *argv[], bool
some_transport = true;
} else if (strcmp(subsys, "cciss") == 0) {
parent = handle_cciss(parent, &path);
some_transport = true;
} else if (strcmp(subsys, "usb") == 0) {
parent = handle_usb(parent, &path);
some_transport = true;