linux-usb-gadgets / libusbgx

C library encapsulating the Linux kernel USB gadget configfs userspace API functionality
GNU General Public License v2.0
216 stars 72 forks source link

Bugfix/generic #93

Closed mgrzeschik closed 2 months ago

mgrzeschik commented 2 months ago

I just pulled in some patches from @any1 and created this MR

mgrzeschik commented 2 months ago

I boiled it down to the really generic ones and fixed the return value of usbg_write_string which will return USBG_ERROR_INVALID_PARAM on error now.

This should be good to be merged for the release then.