Dear Matt, I know that you are really busy right now, so I have prepared a patch which does the work which you talked you would like to do. According to previous discussion at [1] there was a name conflict with some old project hosted at github, so libgadget has to be renamed. In discussion you suggested that new name should be libusbg. I have done all the work related renaming this library and bumping version to 0.0.2 to avoid confusion. I hope that this patch will be helpful and you won't be angry on me that I renamed and increase version of library. If there are other things which should be done before increasing version to 0.0.2 please let me know. Please update the repository with previous patches [2] and [3] and with this one, so we can go straight ahead with API changes. Footnotes: [1] https://lkml.org/lkml/2013/9/11/407 [2] http://permalink.gmane.org/gmane.linux.usb.general/100242 [3] http://comments.gmane.org/gmane.linux.usb.general/97475 -- BR's Krzysztof Opasiak Samsung R&D Institute Poland Samsung Electronics Krzysztof Opasiak (1): libusbg: Rename library to libusbg. AUTHORS | 1 + ChangeLog | 5 + INSTALL | 2 +- Makefile.am | 6 +- README | 4 +- configure.ac | 4 +- doxygen.cfg | 2 +- examples/Makefile.am | 2 +- examples/gadget-acm-ecm.c | 42 ++-- examples/show-gadgets.c | 52 ++--- include/gadget/gadget.h | 444 -------------------------------------- include/libusbg/libusbg.h | 444 ++++++++++++++++++++++++++++++++++++++ libgadget.pc.in => libusbg.pc.in | 4 +- src/Makefile.am | 6 +- src/{gadget.c => libusbg.c} | 366 +++++++++++++++---------------- 15 files changed, 695 insertions(+), 689 deletions(-) delete mode 100644 include/gadget/gadget.h create mode 100644 include/libusbg/libusbg.h rename libgadget.pc.in => libusbg.pc.in (81%) rename src/{gadget.c => libusbg.c} (54%) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html