Sanjay Govind пре 11 месеци
родитељ
комит
6181d4c39e
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      helpers/pof_usb.c

+ 2 - 2
helpers/pof_usb.c

@@ -535,8 +535,6 @@ static const struct PoFUsbDescriptorXbox360 usb_pof_cfg_descr_x360 = {
             .wMaxPacketSize = 0x10,
             .bInterval = 0x10,
         },
-    .plugin_module_desc =
-        {0x09, 0x21, 0x00, 0x01, 0x01, 0x22, POF_USB_X360_PLUGIN_MODULE_EP_IN, 0x07, 0x00},
 
     .intfPluginModule =
         {
@@ -550,6 +548,8 @@ static const struct PoFUsbDescriptorXbox360 usb_pof_cfg_descr_x360 = {
             .bInterfaceProtocol = 0x02,
             .iInterface = NO_DESCRIPTOR,
         },
+    .plugin_module_desc =
+        {0x09, 0x21, 0x00, 0x01, 0x01, 0x22, POF_USB_X360_PLUGIN_MODULE_EP_IN, 0x07, 0x00},
     .ep_in_plugin_module =
         {
             .bLength = sizeof(struct usb_endpoint_descriptor),