Re: [OpenWrt-Devel] [PATCH] usbgadget: Add new package

2019-02-05 Thread Michael Heimpold
Hi, Am Dienstag, 5. Februar 2019, 18:39:55 CET schrieb Petr Štetiar: > Michael Heimpold [2019-02-02 10:09:40]: > > Hi, > > > I would prefer to have "config gadget " to configure one > > (multi-function) gadget and then have individual "config function <...>" > > section to configure one

Re: [OpenWrt-Devel] [PATCH] usbgadget: Add new package

2019-02-05 Thread Petr Štetiar
Michael Heimpold [2019-02-02 10:09:40]: Hi, > I would prefer to have "config gadget " to configure one > (multi-function) gadget and then have individual "config function <...>" > section to configure one function for a referenced gadget. I think the > functions are orthogonal and thus

Re: [OpenWrt-Devel] [PATCH] usbgadget: Add new package

2019-02-02 Thread Michael Heimpold
Hi Petr, Am Dienstag, 29. Januar 2019, 15:30:35 CET schrieb Petr Štetiar: > This package allows easier configuration of USB gadgets via standard UCI > interface. So far only CDC/ACM has been implemented and tested. > thanks for working on this. A few idea inside... > Signed-off-by: Petr

Re: [OpenWrt-Devel] [PATCH] usbgadget: Add new package

2019-01-29 Thread Petr Štetiar
Karl Palsson [2019-01-29 15:42:05]: > Does this work for providing a console on the ACM interface? I haven't had this use case in my mind, but I've just tested it, and I'm able to get console access over ACM interface if I change kernel cmdline to console=ttyGS0. BTW I've tried to do it first

Re: [OpenWrt-Devel] [PATCH] usbgadget: Add new package

2019-01-29 Thread Karl Palsson
Does this work for providing a console on the ACM interface? Petr Štetiar wrote: > This package allows easier configuration of USB gadgets via > standard UCI interface. So far only CDC/ACM has been > implemented and tested. > > Signed-off-by: Petr Štetiar signature.html Description: OpenPGP

[OpenWrt-Devel] [PATCH] usbgadget: Add new package

2019-01-29 Thread Petr Štetiar
This package allows easier configuration of USB gadgets via standard UCI interface. So far only CDC/ACM has been implemented and tested. Signed-off-by: Petr Štetiar --- package/utils/usbgadget/Makefile | 33 ++ package/utils/usbgadget/files/usbgadget.config | 21 ++