소스 검색

fix ep sizes

Sanjay Govind 11 달 전
부모
커밋
e7bba3a7df
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      helpers/pof_usb.c

+ 2 - 2
helpers/pof_usb.c

@@ -538,7 +538,7 @@ static const struct PoFUsbDescriptorXbox360 usb_pof_cfg_descr_x360 = {
             .bDescriptorType = USB_DTYPE_ENDPOINT,
             .bEndpointAddress = POF_USB_EP_OUT,
             .bmAttributes = USB_EPTYPE_INTERRUPT,
-            .wMaxPacketSize = 0x20,
+            .wMaxPacketSize = 0x40,
             .bInterval = HID_INTERVAL,
         },
     .intfAudio =
@@ -590,7 +590,7 @@ static const struct PoFUsbDescriptorXbox360 usb_pof_cfg_descr_x360 = {
             .bDescriptorType = USB_DTYPE_ENDPOINT,
             .bEndpointAddress = POF_USB_X360_AUDIO_EP_OUT2,
             .bmAttributes = USB_EPTYPE_INTERRUPT,
-            .wMaxPacketSize = 0x10,
+            .wMaxPacketSize = 0x20,
             .bInterval = 0x10,
         },