-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
X-Input Serial ID (Pico ID Based) #1235
X-Input Serial ID (Pico ID Based) #1235
Conversation
*Total -- 6,536.44kb -> 6,081.92kb (6.95%) /configs/OpenCore0/assets/Open_Core0_LED_order.png -- 81.87kb -> 34.77kb (57.53%) /configs/OpenCore0/assets/Open_Core0_pin_mapping.png -- 79.46kb -> 34.15kb (57.02%) /configs/OpenCore0/assets/Open_Core0_layout.png -- 80.33kb -> 34.76kb (56.73%) /configs/OpenCore0/assets/Open_Core0_2.jpg -- 3,134.92kb -> 2,976.17kb (5.06%) /configs/OpenCore0/assets/Open_Core0.jpg -- 3,159.87kb -> 3,002.07kb (4.99%) Signed-off-by: ImgBotApp <[email protected]>
[ImgBot] Optimize images
… (converted to bytes)
without different GUID option (inside WEB CONFIGURATION) be a problem |
We took a look at how Batocera generates the GUID, and it appears to be based off of the VID/PID and not the reported serial ID. This should hopefully help Windows, but does not necessarily fix other distros. This SHOULD help with https://github.com/MicrosoftDocs/windows-driver-docs/blob/staging/windows-driver-docs-pr/usbcon/selective-suspend-in-usb-drivers-wdf.md software based usb suspension. I've also verified in https://www.nirsoft.net/utils/usb_devices_view.html that both serials show up independently on two Pico devices. |
Update the X-input Serial ID to use the Pico unique ID instead of a static value.
This might affect multiple USB controllers plugged into the same computer, but it might not