|
|
@@ -891,8 +891,9 @@ int usb_add_config(struct usb_composite_dev *cdev,
|
|
|
} else {
|
|
|
unsigned i;
|
|
|
|
|
|
- DBG(cdev, "cfg %d/%p speeds:%s%s%s\n",
|
|
|
+ DBG(cdev, "cfg %d/%p speeds:%s%s%s%s\n",
|
|
|
config->bConfigurationValue, config,
|
|
|
+ config->superspeed_plus ? " superplus" : "",
|
|
|
config->superspeed ? " super" : "",
|
|
|
config->highspeed ? " high" : "",
|
|
|
config->fullspeed
|