summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yavta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/yavta.c b/yavta.c
index f8dfed6..7f71fd8 100644
--- a/yavta.c
+++ b/yavta.c
@@ -127,7 +127,7 @@ static int video_open(struct device *dev, const char *devname, int no_query)
return -EINVAL;
}
- printf("Device %s opened: %s.\n", devname, cap.card);
+ printf("Device %s opened: %s (%s).\n", devname, cap.card, cap.bus_info);
} else {
dev->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
printf("Device %s opened.\n", devname);