usb: core: log higher level message on malformed LANGID descriptor
authorScot Doyle <lkml14@scotdoyle.com>
Thu, 25 Sep 2014 15:16:48 +0000 (15:16 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Sep 2014 01:54:26 +0000 (21:54 -0400)
commit586af079386fc78719314800bb7741d736cd442f
tree8b999b45b3659f2c99841dc71f96ff2228e8203d
parent0cfbd328d60f85b0dcf66df61a3615e9a8e5d4e4
usb: core: log higher level message on malformed LANGID descriptor

Commit 0cce2eda19923e5e5ccc8b042dec5af87b3ffad0
     USB: fix LANGID=0 regression

defaults to a langid of 0x0409 if it's not properly implemented by the
device. Explain with a higher level error message what this means.

Signed-off-by: Scot Doyle <lkml14@scotdoyle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/message.c