mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
udev: path_id - cciss - set "we have a bus" flag
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user