Added parameter to qcwdfser.inf and its related handling in driver#20
Open
rohimish-qc wants to merge 3 commits intomainfrom
Open
Added parameter to qcwdfser.inf and its related handling in driver#20rohimish-qc wants to merge 3 commits intomainfrom
rohimish-qc wants to merge 3 commits intomainfrom
Conversation
cf84457 to
2e890fc
Compare
e1bb444 to
6da942d
Compare
hangzqcom
reviewed
Apr 14, 2026
5656hcx
reviewed
Apr 14, 2026
5656hcx
requested changes
Apr 14, 2026
Signed-off-by: rohimish <rohimish@qti.qualcomm.com>
Signed-off-by: rohimish <rohimish@qti.qualcomm.com>
Signed-off-by: rohimish <rohimish@qti.qualcomm.com>
shasaror
approved these changes
May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
qdbusb.sys failed in Win11 26H1 HLK test
The registry keys of qcwdfser.inf encountered errors in Win11 26H1 HLK test. In 26H1 HLK, customer highlighted that test item "DF InfVerify INF Verification" on Win11 26H1 HLK test and encountered errors on qcwdfser.inf
RCA: qdbusb.sys uses absolute registry path for setting up friendly name
qcwdfser.inf didn't had parameter subkey for QCDriverPowerManagementEnabled and QCDriverSelectiveSuspendIdleTime which is required for 26H1 HLK . Also QCDriverPowerManagementEnabled is not needed as it is not used anywhere
Solution: Added changes for adding parameters in inf and in driver. Modified function for fetching path and setting friendly name in qdbusb mdoule