Skip to content

From Sample Code to Production Driver#10

Merged
JohnAZoidberg merged 4 commits intomainfrom
production
Feb 12, 2025
Merged

From Sample Code to Production Driver#10
JohnAZoidberg merged 4 commits intomainfrom
production

Conversation

@JohnAZoidberg
Copy link
Member

@JohnAZoidberg JohnAZoidberg commented Feb 12, 2025

Solves #9

  • Globally unique identifiers (GUIDs)
    • WPP Tracing GUID
    • Sensor GUIDs
  • Symbolic link names
    • There aren't any
  • Device object name
    • There aren't any
  • Pool tags
  • I/O control code (IOCTL) definitions
    • There aren't any
  • Names of any files that are copied to the system folder
  • Plug and Play device ID, hardware ID, and compatible IDs
    • Matching on ACPI\FRMWC005
  • Driver service name
  • Device description
  • Resource file
    • There isn't any

See: https://learn.microsoft.com/en-us/windows-hardware/drivers/gettingstarted/from-sample-code-to-production-driver

Should not keep using the same ones from the sample driver.

Signed-off-by: Daniel Schaefer <dhs@frame.work>
To files that we changed or created.

Signed-off-by: Daniel Schaefer <dhs@frame.work>
@JohnAZoidberg
Copy link
Member Author

Still works

@JohnAZoidberg JohnAZoidberg changed the base branch from rename-linear to main February 12, 2025 09:44
@JohnAZoidberg JohnAZoidberg merged commit dc3977e into main Feb 12, 2025
2 checks passed
@JohnAZoidberg JohnAZoidberg deleted the production branch February 12, 2025 09:45
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

Successfully merging this pull request may close these issues.

1 participant