mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-08 13:11:49 +00:00
haze: fix bMaxPacketSize0
This commit is contained in:
parent
d9fff85bc4
commit
0ff197b300
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ namespace haze {
|
||||||
R_TRY(usbDsSetUsbDeviceDescriptor(UsbDeviceSpeed_High, std::addressof(device_descriptor)));
|
R_TRY(usbDsSetUsbDeviceDescriptor(UsbDeviceSpeed_High, std::addressof(device_descriptor)));
|
||||||
|
|
||||||
device_descriptor.bcdUSB = 0x0300;
|
device_descriptor.bcdUSB = 0x0300;
|
||||||
|
device_descriptor.bMaxPacketSize0 = 0x09;
|
||||||
R_TRY(usbDsSetUsbDeviceDescriptor(UsbDeviceSpeed_Super, std::addressof(device_descriptor)));
|
R_TRY(usbDsSetUsbDeviceDescriptor(UsbDeviceSpeed_Super, std::addressof(device_descriptor)));
|
||||||
|
|
||||||
/* Binary Object Store */
|
/* Binary Object Store */
|
||||||
|
|
Loading…
Reference in a new issue