eudev-project / eudev

Repository for eudev development
GNU General Public License v2.0
521 stars 145 forks source link

Add missing API from 247 #253

Closed bbonev closed 11 months ago

bbonev commented 1 year ago

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

ghost commented 11 months ago

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.