Skip to content
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

Windows でHIDデバイスとして認識されない #2

Open
elfmimi opened this issue Sep 14, 2019 · 0 comments
Open

Windows でHIDデバイスとして認識されない #2

elfmimi opened this issue Sep 14, 2019 · 0 comments

Comments

@elfmimi
Copy link

elfmimi commented Sep 14, 2019

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デバイスとして認識されませんのでキーボードとして動作しません。

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

No branches or pull requests

1 participant