Skip to content

Allow filtering data origin #267

@JohnAZoidberg

Description

@JohnAZoidberg

Sometimes when debugging an issue it's not only useful to know, e.g. the fan speed, but to figure out which parts of the system/firmware know about this data and if they all agree.

We already have many different ways to get the same data, for example PD firmware version from EC host command or from I2C pasthrough directly to the PD.
I added this so that we can always fall back if one of the methods aren't working.
But when I run the command I don't know where the data is coming from.

Maybe we should have a flag that allows/disallows different data sources:

  • smbios
  • linux kernel
  • windows kernel
  • ESRT
  • EC host commands
  • I2C passhtrough

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions