X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ui%2Ftest%2Fdiscover-test.c;h=b099b59128b7bbec99f34845a708d89dc45ea9a7;hb=58a9dfb65164095f32b1d5f7070015da5111d884;hp=363a28978f810561ddd00991c96683ce9edd9f9a;hpb=95a566908a5e02c51bd2af6b468df3fb9ad1bf75;p=petitboot diff --git a/ui/test/discover-test.c b/ui/test/discover-test.c index 363a289..b099b59 100644 --- a/ui/test/discover-test.c +++ b/ui/test/discover-test.c @@ -8,6 +8,8 @@ static const char *device_type_string(enum device_type type) switch (type) { case DEVICE_TYPE_DISK: return "disk"; + case DEVICE_TYPE_USB: + return "usb"; case DEVICE_TYPE_NETWORK: return "network"; case DEVICE_TYPE_OPTICAL: