diff options
| author | Leandro Pereira <leandro@hardinfo.org> | 2019-06-28 17:59:38 -0700 | 
|---|---|---|
| committer | Leandro Pereira <leandro@hardinfo.org> | 2019-06-28 17:59:38 -0700 | 
| commit | a04fea8d401cff0ef45d483d8c9cc1e50ee2efdc (patch) | |
| tree | be4a7a4ec4be00354f899bb14d812bcc8cb497aa /modules/devices | |
| parent | b9b712f048ea2b37a7df9b0811d6d9769308e214 (diff) | |
Use USB icon for USB hubs
Diffstat (limited to 'modules/devices')
| -rw-r--r-- | modules/devices/usb.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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}  }; | 
