How to configure ACPI files (for multiple sensors sharing a hid spi)?

Hosson 65 Reputation points
2023-05-04T07:47:43.2166667+00:00

How can I write an ACPI file when multiple sensors use one his spi?

  1. Write an .asl file for each sensor
  2. Write an .asl file to include all sensors (I'm not sure if this method is feasible, could anyone help provide an example as a reference)?
Windows Hardware Performance
Windows Hardware Performance
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,546 questions
{count} votes

Accepted answer
  1. Limitless Technology 43,951 Reputation points
    2023-05-05T18:20:33.6933333+00:00

    Hello there,

    This article might help you out in getting some sample codes https://github.com/Microsoft/Windows-driver-samples/blob/main/usb/UcmCxUcsi/Acpi.cpp

    For each device described in the ACPI namespace hierarchy, the Windows ACPI driver, Acpi.sys, creates either a filter device object (filter DO) or a physical device object (PDO). If the device is integrated into the system board, Acpi.sys creates a filter device object, representing an ACPI bus filter, and attaches it to the device stack immediately above the bus driver (PDO). https://learn.microsoft.com/en-us/windows-hardware/drivers/kernel/acpi-driver

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer–

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful