Re: [PATCH] usb: core: skip interfaces disabled in devicetree

2019-02-19 Thread Greg Kroah-Hartman
On Tue, Feb 19, 2019 at 01:24:51PM +, Måns Rullgård wrote: > Greg Kroah-Hartman writes: > > > On Sat, Feb 16, 2019 at 05:04:52PM +, Mans Rullgard wrote: > >> If an interface has an associated devicetree node with status disabled, > >> do not register the device. This is useful for boards

Re: [PATCH] usb: core: skip interfaces disabled in devicetree

2019-02-19 Thread Måns Rullgård
Greg Kroah-Hartman writes: > On Sat, Feb 16, 2019 at 05:04:52PM +, Mans Rullgard wrote: >> If an interface has an associated devicetree node with status disabled, >> do not register the device. This is useful for boards with a built-in >> multifunction USB device where some functions are bro

Re: [PATCH] usb: core: skip interfaces disabled in devicetree

2019-02-19 Thread Greg Kroah-Hartman
On Sat, Feb 16, 2019 at 05:04:52PM +, Mans Rullgard wrote: > If an interface has an associated devicetree node with status disabled, > do not register the device. This is useful for boards with a built-in > multifunction USB device where some functions are broken or otherwise > undesired. > >

[PATCH] usb: core: skip interfaces disabled in devicetree

2019-02-16 Thread Mans Rullgard
If an interface has an associated devicetree node with status disabled, do not register the device. This is useful for boards with a built-in multifunction USB device where some functions are broken or otherwise undesired. Signed-off-by: Mans Rullgard --- drivers/usb/core/message.c | 4 1