Dear Matt,

In this series of patch I have added remove gadget, config, function,
binding functionality which was missing since introduction of library.
I have also added remove strings functionality which allow to remove
gadget and configuration strings in given language.

To show how to use new part of API I have also added example
gadget-vid-pid-remove which removes gadget created by
gadget-acm-ecm (identified using VID and PID).

This series of patch depends on all my previous series whcih you can
find on a list or in github pull request.

--
BR's
Krzysztof Opasiak
Samsung R&D Institute Poland
Samsung Electronics

---
Krzysztof Opasiak (6):
  libusbg: Add remove binding functionality.
  libusbg: Add remove gadget/config strings functionality.
  libusbg: Add remove configuration functionality.
  libusbg: Add remove function functionality.
  libusbg: Add remove gadget functionality.
  libusbg: Update examples to new API functionality.

 examples/Makefile.am             |    3 +-
 examples/gadget-vid-pid-remove.c |  113 ++++++++++++++++++
 include/usbg/usbg.h              |   57 +++++++++-
 src/usbg.c                       |  234 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 405 insertions(+), 2 deletions(-)
 create mode 100644 examples/gadget-vid-pid-remove.c

-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to