Commit 17444c5
committed
Update FwUpdateCfu config file for compatibility with CfuVirtualHid
The FwUpdateCfu config file is currently unable to detect & query version for the virtual HID device (CfuVirtualHid) found in this repo. This PR seeks to fix this, so that the config file works out-of-the-box if used together with the PID/VID filtering fix in microsoft#64.
Changes to match virtual HID device (CfuVirtualHid) defines:
* Change PID to match PRODUCT_ID.
* Change USAGEPAGE to match CFU_DEVICE_USAGE_PAGE.
* Change USAGECOLLECTION to match CFU_DEVICE_USAGE.
* Change VERSION_FEATURE_USAGE to match VERSIONS_FEATURE_USAGE.1 parent 801cf1d commit 17444c5
1 file changed
Lines changed: 4 additions & 4 deletions
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments