commit | 41318a2b82f5d5fe1fb408f6d6e0b22aa557111d | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Fri May 12 12:06:32 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed May 17 11:27:41 2017 +0200 |
tree | 1c6ad82b74e789d326e49f505cce27f40eef0749 | |
parent | 0bd193d62b4270a2a7a09da43ad1034c7ca5b3d3 [diff] |
uwb: fix device quirk on big-endian hosts Add missing endianness conversion when using the USB device-descriptor idProduct field to apply a hardware quirk. Fixes: 1ba47da52712 ("uwb: add the i1480 DFU driver") Cc: stable <stable@vger.kernel.org> # 2.6.28 Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>