How to remove Resource Tab at Property on Device Manager?

Hwang, Mingu 0 Reputation points
2023-10-03T12:33:09.4933333+00:00

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

  • Our device has resource tab at property on device manager.
  • Below picture shows our device has Resources tab at property on device manager.
    (we use redbox for our device to hide the our device)

To_MSFT

Additional Information

  • Our device is connected to I2C Host Controller.
  • ASL code four our device is as follows
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) {

        }
    }
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,989 questions
{count} votes