linux-usb-gadgets / libusbgx

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

Are you missing USBG_F_UAC2 ? #9

Closed Pillar1989 closed 6 years ago

Pillar1989 commented 7 years ago

Hi I didnt find USBG_F_UAC2 in usbg.h. are you missing it ? or you didnt support it yet. https://github.com/libusbgx/libusbgx/blob/master/include/usbg/usbg.h#L178-L195

kopasiak commented 7 years ago

It's not supported yet but feel free to add the support;) patches are always welcomed

kopasiak commented 6 years ago

Support for UAC2 function has been merged.