From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- tools/hcitool.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/hcitool.c b/tools/hcitool.c index ffaf953..661c96f 100644 --- a/tools/hcitool.c +++ b/tools/hcitool.c @@ -363,7 +363,8 @@ static char *get_minor_device_name(int major, int minor) } if (strlen(cls_str) > 0) return cls_str; - } + } + break; case 6: /* imaging */ if (minor & 4) return "Display"; -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html