|
@@ -399,8 +399,9 @@ static int hidg_setup(struct usb_function *f,
|
|
|
value = __le16_to_cpu(ctrl->wValue);
|
|
|
length = __le16_to_cpu(ctrl->wLength);
|
|
|
|
|
|
- VDBG(cdev, "hid_setup crtl_request : bRequestType:0x%x bRequest:0x%x "
|
|
|
- "Value:0x%x\n", ctrl->bRequestType, ctrl->bRequest, value);
|
|
|
+ VDBG(cdev,
|
|
|
+ "%s crtl_request : bRequestType:0x%x bRequest:0x%x Value:0x%x\n",
|
|
|
+ __func__, ctrl->bRequestType, ctrl->bRequest, value);
|
|
|
|
|
|
switch ((ctrl->bRequestType << 8) | ctrl->bRequest) {
|
|
|
case ((USB_DIR_IN | USB_TYPE_CLASS | USB_RECIP_INTERFACE) << 8
|