We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
VID&PID が idVendor: 0x0483, idProduct: 0x5710, となっていますが、このデバイスIDですと Windows では異なるデバイス用のドライバがダウンロードされて割り当てられてしまいます。
.inf ファイルの冒頭を以下の様なものです。
; BETTER_USB_HS.inf ; Copyright (c) 2010 libusb-win32 (GNU LGPL) [Strings] DeviceName = "BETTER_USB_HS" VendorName = "SGS Thomson Microelectronics" SourceName = "BETTER_USB_HS Install Disk" DeviceID = "VID_0483&PID_5710" DeviceGUID = "{08613086-8F4D-47BD-99A5-B0A93DBDF151}"
HIDデバイスとして認識されませんのでキーボードとして動作しません。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
VID&PID が
idVendor: 0x0483,
idProduct: 0x5710,
となっていますが、このデバイスIDですと
Windows では異なるデバイス用のドライバがダウンロードされて割り当てられてしまいます。
.inf ファイルの冒頭を以下の様なものです。
HIDデバイスとして認識されませんのでキーボードとして動作しません。
The text was updated successfully, but these errors were encountered: