From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- tools/hciconfig.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/hciconfig.c b/tools/hciconfig.c index 765d980..7018379 100644 --- a/tools/hciconfig.c +++ b/tools/hciconfig.c @@ -856,7 +856,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