Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
11,406 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
We are developing window device driver for the laptop with window 11.
We have developed and installed the device.
But we have unexpected phenomenon where the resource tab appear at property on device manager.
What we want is to remove the resource tab for our device.
Can you give me any advice for us to remove the resource tab for our device?
Problem
Additional Information
Device(OUR_BIOS_DEV_NAME)
{
Name (_HID, "OUR_HW_ID___")
Method (_CRS, 0, NotSerialized) {
Name (SBUF, ResourceTemplate () {
I2cSerialBusV2 (0x38, ControllerInitiated, 0x00061A80, AddressingMode7Bit,
ASL_AUDIO_AMP_I2C_CONTROLLER_NAME, 0x00, ResourceConsumer, , , )
I2cSerialBusV2 (0x39, ControllerInitiated, 0x00061A80, AddressingMode7Bit,
ASL_AUDIO_AMP_I2C_CONTROLLER_NAME, 0x00, ResourceConsumer, , , )
I2cSerialBusV2 (0x3C, ControllerInitiated, 0x00061A80, AddressingMode7Bit,
ASL_AUDIO_AMP_I2C_CONTROLLER_NAME, 0x00, ResourceConsumer, , , )
I2cSerialBusV2 (0x3D, ControllerInitiated, 0x00061A80, AddressingMode7Bit,
ASL_AUDIO_AMP_I2C_CONTROLLER_NAME, 0x00, ResourceConsumer, , , )
})
Return (SBUF)
}
Method (_STA, 0, NotSerialized) {
Return (0xF)
}
Method (_INI) {
}
}