Re: [RFC 2/4] cdc-acm: use the common parser

2016-04-19 Thread Bjørn Mork
Oliver Neukum writes: > This introduces the common parser for extra CDC headers now that it no longer > depends on usbnet. > > Signed-off-by: Oliver Neukum > --- > drivers/usb/class/cdc-acm.c | 60 > +++-- > 1 file changed, 3 insertions(+), 57 deletions(

[RFC 2/4] cdc-acm: use the common parser

2016-04-19 Thread Oliver Neukum
This introduces the common parser for extra CDC headers now that it no longer depends on usbnet. Signed-off-by: Oliver Neukum --- drivers/usb/class/cdc-acm.c | 60 +++-- 1 file changed, 3 insertions(+), 57 deletions(-) diff --git a/drivers/usb/class/cdc-a