Details
-
Task
-
Resolution: Fixed
-
Minor
-
None
Description
Firmware Mapper functions are currently placed in the pnpmgr.c file:
- IopUpdateRootKey
- IopIsFirmwareMapperDisabled
- IopEnumerateDetectedDevices
TODO steps in this task:
- They should be moved to a separate file. - fixed in 0.4.15-dev-6002-g484c26d
- Fix coding style for IopEnumerateDetectedDevices function. - fixed in 0.4.15-dev-6003-g6e3ad04
- IopEnumerateDetectedDevices has to be refactored - it takes more than 500 lines, can be potentially rewritten with less code using helper functions. - fixed in 0.4.15-dev-6043-g85ca8af
Attachments
Issue Links
- blocks
-
CORE-18963 Assign correct PnP IDs to the devices detected by NTLDR/FreeLdr
- Resolved