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

Add missing API from 247 #253

Merged
merged 3 commits into from
Oct 3, 2023
Merged

Add missing API from 247 #253

merged 3 commits into from
Oct 3, 2023

Conversation

bbonev
Copy link
Member

@bbonev bbonev commented Aug 11, 2023

udev_device_has_current_tag
udev_device_get_current_tags_list_entry

both are implemented to return all tags, until the current tag concept comes to eudev.

Closes #249

 - udev_device_has_current_tag
 - udev_device_get_current_tags_list_entry

since the current eudev device database does not support the concept of
current tags
orbea added a commit to orbea/gentoo that referenced this pull request Sep 17, 2023
This will allow libgudev to build with eudev and should likely work in
most if not all cases.

Upstream-Issue: eudev-project/eudev#249
Upstream-PR: eudev-project/eudev#253
Signed-off-by: orbea <orbea@riseup.net>
@ghost
Copy link

ghost commented Oct 1, 2023

This PR lets me upgrade libgudev to 238, and upower 1.90.2 builds fine (Guix). test_bluetooth_hidpp_mouse fails but I don’t think it has anything to do with this.

I could not check whether it works in a full operating system because other updates in Guix are not ready yet.

@bbonev bbonev closed this Oct 3, 2023
@bbonev bbonev reopened this Oct 3, 2023
@bbonev bbonev merged commit c5bae0b into eudev-project:master Oct 3, 2023
4 checks passed
@bbonev bbonev deleted the bump251 branch October 3, 2023 16:41
orbea added a commit to orbea/gentoo that referenced this pull request Oct 3, 2023
This will allow libgudev to build with eudev and should likely work in
most if not all cases.

Upstream-Issue: eudev-project/eudev#249
Upstream-PR: eudev-project/eudev#253
Upstream-Commit: eudev-project/eudev@c5bae0b
Signed-off-by: orbea <orbea@riseup.net>
orbea added a commit to orbea/gentoo that referenced this pull request Oct 7, 2023
This will allow libgudev to build with eudev and should likely work in
most if not all cases.

Upstream-Issue: eudev-project/eudev#249
Upstream-PR: eudev-project/eudev#253
Upstream-Commit: eudev-project/eudev@c5bae0b
Signed-off-by: orbea <orbea@riseup.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

libgudev requires libudev >= 251, but eudev just provides version 243
1 participant