Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

algoltek-aux: Disable the plugin until we can do a DPCD check #7378

Closed
wants to merge 1 commit into from

Conversation

hughsie
Copy link
Member

@hughsie hughsie commented Jun 21, 2024

Fixes #7376

Type of pull request:

Comment on lines +1 to +2
#[MST\VEN_25A4&DEV_AG9421]
#Plugin = algoltek-aux
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than do this can't @YiJaneWu share the right values for fu_dpaux_device_get_dpcd_dev_id()?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently we don't have a value set in it. Is this necessary to set value for fu_dpaux_device_get_dpcd_dev_id()?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@YiJaneWu it's causing problems for other plugins because they all try to probe in your plugin. For example I see on one system on my end:

Loading…                 [*****                                  ]03:24:53.883 FuEngine             no GUIDs for device ZynqMP DP AUX [1e95e9045ae167af37a77a1df296b8d60dd4af7d]

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So; yes if you can still set a value for the DPCD in your firmware, please do so and fix the plugin to use it.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, we will plan to use OUI or set device ID in our firmware.

@hughsie hughsie closed this Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

algoltek_aux DpAux device is missing GUID at device_add time
3 participants