hughsie / libgusb

GUsb is a GObject wrapper for libusb1
GNU Lesser General Public License v2.1
25 stars 21 forks source link

Fix g_usb_interface save and load #88

Closed fdanis-oss closed 1 year ago

fdanis-oss commented 1 year ago

When the g_usb_interface is created from _g_usb_device_load(), self->endpoints may not be initialized.

Load GUsb endpoints when loading interface.

fdanis-oss commented 1 year ago

@hughsie is there any other change I should do?

hughsie commented 1 year ago

@hughsie is there any other change I should do?

Nope! But you were right to ping me, sorry for the delay.