This is a follow-up to this thread:

http://www.spinics.net/lists/linux-usb/msg121791.html

after patches 01..24 have been applied by Felipe.

This series contains the remainig patches rebased onto Felipe's
testing/next.

Andrzej Pietrasiewicz (6):
  usb: gadget: f_printer: eliminate legacy comment
  usb: gadget: f_printer: convert to new function interface with
    backward compatibility
  usb: gadget: printer: convert to new interface of f_printer
  usb: gadget: f_printer: remove compatibility layer
  usb: gadget: printer: use module_usb_composite_driver helper macro
  usb: gadget: printer: add configfs support

 .../ABI/testing/configfs-usb-gadget-printer        |   9 +
 Documentation/usb/gadget-testing.txt               |  47 ++++
 drivers/usb/gadget/Kconfig                         |  16 ++
 drivers/usb/gadget/function/Makefile               |   2 +
 drivers/usb/gadget/function/f_printer.c            | 307 +++++++++++++++++----
 drivers/usb/gadget/function/u_printer.h            |  37 +++
 drivers/usb/gadget/legacy/Kconfig                  |   1 +
 drivers/usb/gadget/legacy/printer.c                |  63 +++--
 8 files changed, 400 insertions(+), 82 deletions(-)
 create mode 100644 Documentation/ABI/testing/configfs-usb-gadget-printer
 create mode 100644 drivers/usb/gadget/function/u_printer.h

-- 
1.9.1

--
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