[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XENCONS PATCH] Merge all hardware IDs into one Models entry
This makes sure that on driver installation, all supported hardware IDs will be populated into the driver database, thus allowing the device ID to be freely switched. Bump the feature score to compensate for the resulting degradation of identifier-match-type score. Unlike Xenbus, the feature score bump can be reverted on next PDO revision bump. Signed-off-by: Tu Dinh <ngoc-tu.dinh@xxxxxxxxxx> --- src/xencons.inf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/xencons.inf b/src/xencons.inf index 4b0dbde..bae7624 100644 --- a/src/xencons.inf +++ b/src/xencons.inf @@ -65,17 +65,17 @@ xencons_tty_@MAJOR_VERSION@_@MINOR_VERSION@_@MICRO_VERSION@_@BUILD_NUMBER@.exe,x %Vendor%=Inst,NT@INF_ARCH@ [Inst.NT@INF_ARCH@] -; DisplayName Section DeviceID -; ----------- ------- -------- - -%XenConsName% =XenCons_Inst, XENBUS\VEN_@VENDOR_PREFIX@@VENDOR_DEVICE_ID@&DEV_CONS&REV_0900000A -%XenConsName% =XenCons_Inst, XENBUS\VEN_@VENDOR_PREFIX@0001&DEV_CONS&REV_0900000A -%XenConsName% =XenCons_Inst, XENBUS\VEN_@VENDOR_PREFIX@0002&DEV_CONS&REV_0900000A +%XenConsName%=XenCons_Inst,\ +XENBUS\VEN_@VENDOR_PREFIX@@VENDOR_DEVICE_ID@&DEV_CONS&REV_0900000A,\ +XENBUS\VEN_@VENDOR_PREFIX@0001&DEV_CONS&REV_0900000A,\ +XENBUS\VEN_@VENDOR_PREFIX@0002&DEV_CONS&REV_0900000A [XenCons_Inst] CopyFiles=XenCons_Copyfiles CopyFiles=Monitor_Copyfiles CopyFiles=Tty_Copyfiles +; TODO: Remove during next PDO version bump +FeatureScore=0xFE [XenCons_Copyfiles] xencons.sys -- 2.50.1.windows.1 Ngoc Tu Dinh | Vates XCP-ng Developer XCP-ng & Xen Orchestra - Vates solutions web: https://vates.tech
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |