前提・実現したいこと
■環境
・Win10
・libusb1.0
https://github.com/libusb/libusb/wiki/Windows#How_to_use_libusb_on_Windows
上記URLを参考にinfファイルによるWinUSBのドライバインストールを試みております。
Zadig使用によるインストールができることは確認済みです。
infファイルによるWinUSBのドライバインストールを実現させたいです。
発生している問題・エラーメッセージ
デバイスマネージャーから更新したinfファイルのあるディレクトリを指定して
ドライバーの更新を試みておりますが
"サードパーティのinfにデジタル署名情報が含まれていません"
メッセージが出力されドライバーの更新が完了しない。
試したこと
; To customize this inf file for your own device
;
; 1. Change "DeviceName" with the name you want your device to appear with
; on your system.
;
; 2. Change "VendorID" and "ProductID" according to those of your device.
; If your device is plugged in, you can retrieve these values through the
; Device Manager (regardless of whether the driver is installed or not).
;
; 3. Change "DeviceGUID" to a value that is unique on your system. For more
; information and tools to help you generate your own GUIDs, see
; http://en.wikipedia.org/wiki/Universally_Unique_Identifier.
;
; 4. Change "DeviceClassGUID" to reflect your USB Device Class.
; The following Device Classes are listed for reference:
; {745a17a0-74d3-11d0-b6fe-00a0c90f57da} : HID device
; {78a1c341-4539-11d3-b88d-00c04fad5171} : Generic WinUSB device
;
; 5. (Optional) Change the "Date" string.
ファイルヘッダに上記の記載がある為
infファイルに対して下記の手順を実施
・VendorID,ProductIDを接続デバイスのものに変更
・DeviceGUIDを変更(visual studioによる生成)
・DeviceClassGUIDをHIDデバイス/汎用WinUSBデバイスに変更
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/04/02 01:13