Re: [PATCH v2 4/5] cdc-acm: store in and out pipes in acm structure

2016-11-18 Thread Sergei Shtylyov
Hello. On 11/18/2016 2:03 AM, Ladislav Michl wrote: Clearing stall needs pipe descriptor, store it in acm structure. Signed-off-by: Ladislav Michl --- Changes: - v2: None drivers/usb/class/cdc-acm.c | 27 ++- drivers/usb/class/cdc-acm.h | 1 + 2 files changed, 15 i

[PATCH v2 4/5] cdc-acm: store in and out pipes in acm structure

2016-11-17 Thread Ladislav Michl
Clearing stall needs pipe descriptor, store it in acm structure. Signed-off-by: Ladislav Michl --- Changes: - v2: None drivers/usb/class/cdc-acm.c | 27 ++- drivers/usb/class/cdc-acm.h | 1 + 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/drivers/usb/