|
|
@@ -329,9 +329,9 @@ static const struct usb_device_descriptor usb_pof_dev_descr_xbox_360 = {
|
|
|
.bLength = sizeof(struct usb_device_descriptor),
|
|
|
.bDescriptorType = USB_DTYPE_DEVICE,
|
|
|
.bcdUSB = VERSION_BCD(2, 0, 0),
|
|
|
- .bDeviceClass = USB_CLASS_PER_INTERFACE,
|
|
|
- .bDeviceSubClass = USB_SUBCLASS_NONE,
|
|
|
- .bDeviceProtocol = USB_PROTO_NONE,
|
|
|
+ .bDeviceClass = 0xFF,
|
|
|
+ .bDeviceSubClass = 0xFF,
|
|
|
+ .bDeviceProtocol = 0xFF,
|
|
|
.bMaxPacketSize0 = USB_EP0_SIZE,
|
|
|
.idVendor = POF_USB_VID,
|
|
|
.idProduct = POF_USB_PID,
|