From a04fea8d401cff0ef45d483d8c9cc1e50ee2efdc Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Fri, 28 Jun 2019 17:59:38 -0700 Subject: Use USB icon for USB hubs --- modules/devices/usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/devices/usb.c b/modules/devices/usb.c index bf1c1762..025ca62e 100644 --- a/modules/devices/usb.c +++ b/modules/devices/usb.c @@ -39,7 +39,7 @@ static struct { { 0x6, "camera-photo"}, /* Still Imaging */ { 0x7, "printer"}, /* Printer */ { 0x8, "media-removable"}, /* Mass storage */ - { 0x9, "module"}, /* Hub */ + { 0x9, "usb"}, /* Hub */ { 0xe, "camera-web"}, /* Video */ {IARR_END, NULL} }; -- cgit v1.2.3