Re: [PATCH 0/4] USB: serial: add support for multi-interface functions

2021-04-01 Thread Johan Hovold
On Tue, Mar 30, 2021 at 04:50:02PM +0200, Greg Kroah-Hartman wrote: > On Tue, Mar 30, 2021 at 04:38:16PM +0200, Johan Hovold wrote: > > A single USB function can be implemented using a group of interfaces and > > this is for example commonly used for Communication Class devices. > > > > This

Re: [PATCH 0/4] USB: serial: add support for multi-interface functions

2021-03-30 Thread Greg KH
On Tue, Mar 30, 2021 at 04:38:16PM +0200, Johan Hovold wrote: > A single USB function can be implemented using a group of interfaces and > this is for example commonly used for Communication Class devices. > > This series adds support for multi-interface functions to USB serial > core and

[PATCH 0/4] USB: serial: add support for multi-interface functions

2021-03-30 Thread Johan Hovold
A single USB function can be implemented using a group of interfaces and this is for example commonly used for Communication Class devices. This series adds support for multi-interface functions to USB serial core and exports an interface that allows drivers to claim a second sibling