-const char BOSDescriptor[] = {\r
- // BOS descriptor header\r
- 0x05, 0x0F, 0x39, 0x00, 0x02,\r
-\r
- // Microsoft OS 2.0 Platform Capability Descriptor\r
- 0x1C, // Descriptor size (28 bytes)\r
- 0x10, // Descriptor type (Device Capability)\r
- 0x05, // Capability type (Platform)\r
- 0x00, // Reserved\r
-\r
- // MS OS 2.0 Platform Capability ID (D8DD60DF-4589-4CC7-9CD2-659D9E648A9F)\r
- 0xDF, 0x60, 0xDD, 0xD8,\r
- 0x89, 0x45,\r
- 0xC7, 0x4C,\r
- 0x9C, 0xD2,\r
- 0x65, 0x9D, 0x9E, 0x64, 0x8A, 0x9F,\r
-\r
- 0x00, 0x00, 0x03, 0x06, // Windows version (8.1) (0x06030000)\r
- 0x1e, 0x00,\r
- 252, // Vendor-assigned bMS_VendorCode\r
- 0x00 // Doesn’t support alternate enumeration\r
-};\r