Re: [PATCH] usb: core: lower log level when device is not able to deal with string

2017-11-07 Thread Alan Stern
On Tue, 7 Nov 2017, Greg KH wrote: > On Tue, Nov 07, 2017 at 03:58:29AM -0500, Kai-Heng Feng wrote: > > USB devices should work just fine when they don't support language id. > > They still work, but it's a "broken" device, and it should be fixed (I > thought it was part of the spec, but I can't

Re: [PATCH] usb: core: lower log level when device is not able to deal with string

2017-11-07 Thread Greg KH
On Tue, Nov 07, 2017 at 03:58:29AM -0500, Kai-Heng Feng wrote: > USB devices should work just fine when they don't support language id. They still work, but it's a "broken" device, and it should be fixed (I thought it was part of the spec, but I can't find it right now...) > Lower the log level

[PATCH] usb: core: lower log level when device is not able to deal with string

2017-11-07 Thread Kai-Heng Feng
USB devices should work just fine when they don't support language id. Lower the log level so user won't panic in the future. BugLink: https://bugs.launchpad.net/bugs/1729618 Signed-off-by: Kai-Heng Feng --- drivers/usb/core/message.c | 2 +- 1 file changed, 1