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

Gadget Printer Support? #34

Closed ejlevin1 closed 3 years ago

ejlevin1 commented 5 years ago

The current function enumeration within libusbgx doesn't support a printer function. Is this on purpose, or for some reason, or because it wouldn't work for some reason?

kopasiak commented 5 years ago

The only reason that there is no printer is just because no one added support for it;) but you are welcomed to do so:)

AristoChen commented 3 years ago

Hi @kopasiak ,

Sorry for bothering, is this repo still maintained? I found the latest commit is about one year ago, and seems that there is no response for recent open issue and pull request.

If this repo is still under maintained, I am able to help with adding support for this, thanks!

kopasiak commented 3 years ago

Hi @AristoChen,

to be honest I have way less time recently that I'd love to spend on this. Any help is very appreciated! You an easily start with reviewing & testing pending pull requests

mgrzeschik commented 3 years ago

Hi @AristoChen,

to be honest I have way less time recently that I'd love to spend on this. Any help is very appreciated! You an easily start with reviewing & testing pending pull requests

Hi @kopasiak,

what do you think of moving the project to the new group "linux-usb-gadgets" so it could be maintained from the whole group?

pabs3 commented 3 years ago

The project moved to @linux-usb-gadgets and the printer function PR #53 by @AristoChen has now been merged into master, please try it and file new PRs (or issues) for any fixes that need to be made.