Sanjay Govind 11 mesi fa
parent
commit
1164cd4cdf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      helpers/pof_usb.c

+ 1 - 1
helpers/pof_usb.c

@@ -399,7 +399,7 @@ static const struct usb_device_descriptor usb_pof_dev_descr_xbox_360 = {
     .bMaxPacketSize0 = USB_EP0_SIZE,
     .idVendor = POF_USB_VID,
     .idProduct = POF_USB_PID_X360,
-    .bcdDevice = VERSION_BCD(1, 0, 0),
+    .bcdDevice = 0x021B,
     .iManufacturer = 1, // UsbDevManuf
     .iProduct = 2, // UsbDevProduct
     .iSerialNumber = 0,