Re: [PATCH] USB: serial: option: reimplement interface masking

2018-03-12 Thread Johan Hovold
On Wed, Mar 07, 2018 at 11:54:47AM -0800, Greg Kroah-Hartman wrote: > On Wed, Mar 07, 2018 at 05:40:48PM +0100, Johan Hovold wrote: > > Reimplement interface masking using device flags stored directly in the > > device-id table. This will make it easier to add and maintain device-id > > entries by

Re: [PATCH] USB: serial: option: reimplement interface masking

2018-03-07 Thread Greg Kroah-Hartman
On Wed, Mar 07, 2018 at 05:40:48PM +0100, Johan Hovold wrote: > Reimplement interface masking using device flags stored directly in the > device-id table. This will make it easier to add and maintain device-id > entries by using a more compact and readable notation compared to the > current impleme

[PATCH] USB: serial: option: reimplement interface masking

2018-03-07 Thread Johan Hovold
Reimplement interface masking using device flags stored directly in the device-id table. This will make it easier to add and maintain device-id entries by using a more compact and readable notation compared to the current implementation (which manages pairs of masks in separate blacklist structs).