USB: usbtmc: fix big-endian probe of Rigol devices
authorJohan Hovold <jhovold@gmail.com>
Sun, 11 Aug 2013 14:49:21 +0000 (16:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Aug 2013 20:52:35 +0000 (13:52 -0700)
commitc786138fcc28d42754695ecdcbaba3d1c057f153
treef0525b60e6b003d89bf34a8f1981b946ac1b273e
parentd551ec9b690f3de65b0091a2e767f1382adc792d
USB: usbtmc: fix big-endian probe of Rigol devices

Fix probe of Rigol devices on big-endian machines. A quirk for these
devices was introduced by commit c2e314835 ("USB: usbtmc: Set
rigol_quirk if device is listed") but was only enabled on little-endian
machines.

Cc: stable@vger.kernel.org
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/class/usbtmc.c