Am Montag, 12. April 2010 12:12:56 schrieb Yauheni Kaliuta: > + ctrl_num = info->control->cur_altsetting->desc.bInterfaceNumber; > + status = usb_control_msg(dev->udev, > + usb_rcvctrlpipe(dev->udev, 0), > + USB_CDC_GET_NTB_PARAMETERS, > + USB_DIR_IN | > + USB_TYPE_CLASS | USB_RECIP_INTERFACE, > + 0, ctrl_num, > + ¶m, sizeof(param), > + (5 * 1000)); Please use symbolic constants for the timeouts. Regards Oliver -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html