USB: usbtmc: add device quirk for Rigol DS6104
authorTeunis van Beelen <teuniz@gmail.com>
Sun, 31 May 2015 07:36:22 +0000 (09:36 +0200)
committerSasha Levin <sasha.levin@oracle.com>
Thu, 3 Dec 2015 03:58:22 +0000 (22:58 -0500)
commitbb840a1d74f58487ffaeec6cf46cf40c702d0f40
tree8806a20b15c4e4cebc4932013394e14b523dc167
parent71dc6a353848a515e48ebe47a92e80a0be3411e5
USB: usbtmc: add device quirk for Rigol DS6104

[ Upstream commit f50420223071b6ff4b586308f5c27eec54694a81 ]

Recently we purchased the Rigol DS6104 and when I try to operate it from
my Linux pc, everything works well with the default usbtmc driver,
except when I want to download a big datachunk like a screenshot. This
bitmapfile has a size of 1152054 bytes but I receive a smaller file and
no new packets can be read.

When I took a look at the driver source, I found this "Rigol quirk" and
I added the id of the new DS series oscilloscopes to this list. I
compiled it and loaded the new driver and now everything seems to work
fine.

Signed-off-by: Teunis van Beelen <teuniz@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
drivers/usb/class/usbtmc.c