-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Drivers v2 (with support for device grouping) #141
Conversation
This also needs to be able to be disabled since it only works in Ubuntu (or ported to use AppStream driver definitions through PackageKit). |
It can be disabled via a meson option now (just like it was in appcenter) and is enabled by default |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure how to test this really well, but the code seems good
I'd say let's merge this to get more testing in :) |
As suggested this implements allowing to group drivers by device.
Since this required quite a few more steps where different cli outputs have to be parsed, compared, compared again and then double checked, this PR should be tested thoroughly. I've tested with a nvidia card and there it works however I don't know how it will behave with two or more devices etc.
elementary/switchboard-plug-about#309