|
|
|
|
@ -24,65 +24,53 @@
|
|
|
|
|
// (struct usb_descriptor_header *) &WINUSB_WCIDDescriptor,
|
|
|
|
|
//#endif // defined (CONFIG_GAOYANG)
|
|
|
|
|
#if defined (CONFIG_GAOYANG)
|
|
|
|
|
#define WINUSB_IF0_WCID_PROPERTIES_SIZE (142)
|
|
|
|
|
|
|
|
|
|
const uint8_t WINUSB_IF0_WCIDProperties [142] = {
|
|
|
|
|
///////////////////////////////////////
|
|
|
|
|
/// WCID property descriptor
|
|
|
|
|
///////////////////////////////////////
|
|
|
|
|
0x8e, 0x00, 0x00, 0x00, /* dwLength */
|
|
|
|
|
0x00, 0x01, /* bcdVersion */
|
|
|
|
|
0x05, 0x00, /* wIndex */
|
|
|
|
|
0x01, 0x00, /* wCount */
|
|
|
|
|
#define WINUSB_IF0_WCID_PROPERTIES_SIZE (162)
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////
|
|
|
|
|
/// registry propter descriptor
|
|
|
|
|
///////////////////////////////////////
|
|
|
|
|
0x84, 0x00, 0x00, 0x00, /* dwSize */
|
|
|
|
|
0x01, 0x00, 0x00, 0x00, /* dwPropertyDataType */
|
|
|
|
|
0x28, 0x00, /* wPropertyNameLength */
|
|
|
|
|
/* DeviceInterfaceGUID */
|
|
|
|
|
'D', 0x00, 'e', 0x00, 'v', 0x00, 'i', 0x00, /* wcName_20 */
|
|
|
|
|
'c', 0x00, 'e', 0x00, 'I', 0x00, 'n', 0x00, /* wcName_20 */
|
|
|
|
|
't', 0x00, 'e', 0x00, 'r', 0x00, 'f', 0x00, /* wcName_20 */
|
|
|
|
|
'a', 0x00, 'c', 0x00, 'e', 0x00, 'G', 0x00, /* wcName_20 */
|
|
|
|
|
'U', 0x00, 'I', 0x00, 'D', 0x00, 0x00, 0x00, /* wcName_20 */
|
|
|
|
|
0x4e, 0x00, 0x00, 0x00, /* dwPropertyDataLength */
|
|
|
|
|
/* {1D4B2365-4749-48EA-B38A-7C6FDDDD7E26} */
|
|
|
|
|
'{', 0x00, '1', 0x00, 'D', 0x00, '4', 0x00, /* wcData_39 */
|
|
|
|
|
'B', 0x00, '2', 0x00, '3', 0x00, '6', 0x00, /* wcData_39 */
|
|
|
|
|
'5', 0x00, '-', 0x00, '4', 0x00, '7', 0x00, /* wcData_39 */
|
|
|
|
|
'4', 0x00, '9', 0x00, '-', 0x00, '4', 0x00, /* wcData_39 */
|
|
|
|
|
'8', 0x00, 'E', 0x00, 'A', 0x00, '-', 0x00, /* wcData_39 */
|
|
|
|
|
'B', 0x00, '3', 0x00, '8', 0x00, 'A', 0x00, /* wcData_39 */
|
|
|
|
|
'-', 0x00, '7', 0x00, 'C', 0x00, '6', 0x00, /* wcData_39 */
|
|
|
|
|
'F', 0x00, 'D', 0x00, 'D', 0x00, 'D', 0x00, /* wcData_39 */
|
|
|
|
|
'D', 0x00, '7', 0x00, 'E', 0x00, '2', 0x00, /* wcData_39 */
|
|
|
|
|
'6', 0x00, '}', 0x00, 0x00, 0x00, /* wcData_39 */
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
#define WINUSB_WCID_DESCRIPTOR_SIZE (40)
|
|
|
|
|
const uint8_t WINUSB_WCIDDescriptor [40] = {
|
|
|
|
|
///////////////////////////////////////
|
|
|
|
|
/// WCID descriptor
|
|
|
|
|
///////////////////////////////////////
|
|
|
|
|
0x28, 0x00, 0x00, 0x00, /* dwLength */
|
|
|
|
|
0x00, 0x01, /* bcdVersion */
|
|
|
|
|
0x04, 0x00, /* wIndex */
|
|
|
|
|
0x01, /* bCount */
|
|
|
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* bReserved_7 */
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////
|
|
|
|
|
/// WCID function descriptor
|
|
|
|
|
///////////////////////////////////////
|
|
|
|
|
0x00, /* bFirstInterfaceNumber */
|
|
|
|
|
0x01, /* bReserved */
|
|
|
|
|
/* WINUSB */
|
|
|
|
|
'W', 'I', 'N', 'U', 'S', 'B', 0x00, 0x00, /* cCID_8 */
|
|
|
|
|
/* */
|
|
|
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* cSubCID_8 */
|
|
|
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* bReserved_6 */
|
|
|
|
|
};
|
|
|
|
|
const uint8_t WINUSB20_WCIDDescriptorSet [162] = {
|
|
|
|
|
///////////////////////////////////////
|
|
|
|
|
/// WCID20 descriptor set descriptor
|
|
|
|
|
///////////////////////////////////////
|
|
|
|
|
0x0a, 0x00, /* wLength */
|
|
|
|
|
0x00, 0x00, /* wDescriptorType */
|
|
|
|
|
0x00, 0x00, 0x03, 0x06, /* dwWindowsVersion */
|
|
|
|
|
0xa2, 0x00, /* wDescriptorSetTotalLength */
|
|
|
|
|
///////////////////////////////////////
|
|
|
|
|
/// WCID20 compatible ID descriptor
|
|
|
|
|
///////////////////////////////////////
|
|
|
|
|
0x14, 0x00, /* wLength */
|
|
|
|
|
0x03, 0x00, /* wDescriptorType */
|
|
|
|
|
/* WINUSB */
|
|
|
|
|
'W', 'I', 'N', 'U', 'S', 'B', 0x00, 0x00, /* cCID_8 */
|
|
|
|
|
/* */
|
|
|
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* cSubCID_8 */
|
|
|
|
|
///////////////////////////////////////
|
|
|
|
|
/// WCID20 registry property descriptor
|
|
|
|
|
///////////////////////////////////////
|
|
|
|
|
0x84, 0x00, /* wLength */
|
|
|
|
|
0x04, 0x00, /* wDescriptorType */
|
|
|
|
|
0x07, 0x00, /* wPropertyDataType */
|
|
|
|
|
0x2a, 0x00, /* wPropertyNameLength */
|
|
|
|
|
/* DeviceInterfaceGUIDs */
|
|
|
|
|
'D', 0x00, 'e', 0x00, 'v', 0x00, 'i', 0x00, /* wcPropertyName_21 */
|
|
|
|
|
'c', 0x00, 'e', 0x00, 'I', 0x00, 'n', 0x00, /* wcPropertyName_21 */
|
|
|
|
|
't', 0x00, 'e', 0x00, 'r', 0x00, 'f', 0x00, /* wcPropertyName_21 */
|
|
|
|
|
'a', 0x00, 'c', 0x00, 'e', 0x00, 'G', 0x00, /* wcPropertyName_21 */
|
|
|
|
|
'U', 0x00, 'I', 0x00, 'D', 0x00, 's', 0x00, /* wcPropertyName_21 */
|
|
|
|
|
0x00, 0x00, /* wcPropertyName_21 */
|
|
|
|
|
0x50, 0x00, /* wPropertyDataLength */
|
|
|
|
|
/* {1D4B2365-4749-48EA-B38A-7C6FDDDD7E26} */
|
|
|
|
|
'{', 0x00, '1', 0x00, 'D', 0x00, '4', 0x00, /* wcPropertyData_40 */
|
|
|
|
|
'B', 0x00, '2', 0x00, '3', 0x00, '6', 0x00, /* wcPropertyData_40 */
|
|
|
|
|
'5', 0x00, '-', 0x00, '4', 0x00, '7', 0x00, /* wcPropertyData_40 */
|
|
|
|
|
'4', 0x00, '9', 0x00, '-', 0x00, '4', 0x00, /* wcPropertyData_40 */
|
|
|
|
|
'8', 0x00, 'E', 0x00, 'A', 0x00, '-', 0x00, /* wcPropertyData_40 */
|
|
|
|
|
'B', 0x00, '3', 0x00, '8', 0x00, 'A', 0x00, /* wcPropertyData_40 */
|
|
|
|
|
'-', 0x00, '7', 0x00, 'C', 0x00, '6', 0x00, /* wcPropertyData_40 */
|
|
|
|
|
'F', 0x00, 'D', 0x00, 'D', 0x00, 'D', 0x00, /* wcPropertyData_40 */
|
|
|
|
|
'D', 0x00, '7', 0x00, 'E', 0x00, '2', 0x00, /* wcPropertyData_40 */
|
|
|
|
|
'6', 0x00, '}', 0x00, 0x00, 0x00, 0x00, 0x00, /* wcPropertyData_40 */
|
|
|
|
|
};
|
|
|
|
|
#endif // defined (CONFIG_GAOYANG)
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
@ -2002,6 +1990,14 @@ unknown:
|
|
|
|
|
/*
|
|
|
|
|
* OS descriptors handling
|
|
|
|
|
*/
|
|
|
|
|
#if defined (CONFIG_GAOYANG)
|
|
|
|
|
if (ctrl->bRequestType == 0xC0) {
|
|
|
|
|
value = min_t(int, w_length, sizeof(WINUSB20_WCIDDescriptorSet));
|
|
|
|
|
memcpy(req->buf, WINUSB20_WCIDDescriptorSet, value);
|
|
|
|
|
|
|
|
|
|
goto check_value;
|
|
|
|
|
}
|
|
|
|
|
#endif // defined (CONFIG_GAOYANG)
|
|
|
|
|
if (cdev->use_os_string && cdev->os_desc_config &&
|
|
|
|
|
(ctrl->bRequestType & USB_TYPE_VENDOR) &&
|
|
|
|
|
ctrl->bRequest == cdev->b_vendor_code) {
|
|
|
|
|
|