You implement a stream interface driver for a peripheral device and define the standard stream interface functions. You need to add support for the Power Manager to the driver.
What should you do?
A.
Create a new battery driver.
B.
Modify the default battery driver.
C.
Add IOCTL_POWER_CAPABILITIES and IOCTL_POWER_SET to the OEMIoControl function.
D.
Add IOCTL_POWER_CAPABILITIES and IOCTL_POWER_SET to the XXX_IOControl function.