From: Teunis van Beelen Date: Sun, 31 May 2015 07:36:22 +0000 (+0200) Subject: USB: usbtmc: add device quirk for Rigol DS6104 X-Git-Tag: omap-for-v4.3/legacy-v2-signed~119^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f50420223071b6ff4b586308f5c27eec54694a81;p=pandora-kernel.git USB: usbtmc: add device quirk for Rigol DS6104 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed