diff --git a/commands/devinfo.c b/commands/devinfo.c index 81956b1..2e2e48e 100644 --- a/commands/devinfo.c +++ b/commands/devinfo.c @@ -85,6 +85,9 @@ if (dev->info) dev->info(dev); + if (dev->parent) + printf("Parent: %s\n", dev_name(dev->parent)); + first = true; list_for_each_entry(param, &dev->parameters, list) { if (first) {