10000 chore/fix-usb-default: Fix the base usb configuration by IDisposable · Pull Request #610 · jetkvm/kvm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore/fix-usb-default: Fix the base usb configuration #610

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

IDisposable
Copy link
Contributor
@IDisposable IDisposable commented Jun 13, 2025

In reviewing the config.go settings for idProduct and bcdDevice are not formatted correctly. All examples on GitHub have 0x0104 and 0x0100 respectively. The idProduct value gets overwritten with valid values when you change the configuration (because they are correct in the options), but until you do the USB initialization will not be correct.

@IDisposable IDisposable force-pushed the chore/fix-usb-defaults branch from 7d6c5ac to 6c247e9 Compare June 13, 2025 07:06
@IDisposable IDisposable changed the title chore/fix-usb-default - Fix the base usb configuration chore/fix-usb-default: Fix the base usb configuration Jun 13, 2025
In reviewing the config.go settings for idProduct and bcdDevice are not formatted correctly. All examples on GitHub have 0x0104 and 0x0100 respectively. The idProduct value gets overwritten with valid values when you change the configuration (because they are correct in the options), but until you do the USB initialization will not be correct.
@IDisposable IDisposable force-pushed the chore/fix-usb-defaults branch from 6c247e9 to a9bb8d2 Compare June 17, 2025 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0