diff options
| -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}  }; | 
