From: Alexandre Peixoto Ferreira Date: Tue, 30 Apr 2013 05:51:50 +0000 (-0500) Subject: USB: usbtmc: Add flag rigol_quirk to usbtmc_device_data X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~78^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8402db5dda3ac167014c143a633efff340aaff5b;p=pandora-kernel.git USB: usbtmc: Add flag rigol_quirk to usbtmc_device_data These patches implement a modification of the USBTMC protocol to allow operation with Rigol equipment. Rigol requires that a single TMC request to receive any buffer size and bulk requests to get the data. The original algorithm sends a TMC request for each subset of the data (a single USB transaction). The modification is only active for Rigol equipment, vendor and product set is contained in the array usbtmc_id_quirk. This patch creates the rigol_quirk variable and the arrays for the idvendor and idproduct. Signed-off-by: Alexandre Peixoto Ferreira Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed