OSDN Git Service

USB: usbtmc: Set rigol_quirk if device is listed
authorAlexandre Peixoto Ferreira <alexandref75@gmail.com>
Tue, 30 Apr 2013 05:51:52 +0000 (00:51 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 May 2013 00:50:51 +0000 (17:50 -0700)
commitc2e314835af0e09652ef4571eb5e481757ebb90f
treeb93c2cccc2f321875f9ea27488c944a5443d4f6b
parent88d9b2b38c99d7d7f5eb557a56b6aaeaa392df86
USB: usbtmc: Set rigol_quirk if device is listed

These patches implement a modification of the USBTMC
protocol to allow operation with Rigol equipment. It an idVendor and
idProduct is found on the usbtmc_id_quirk array, the rigol_quirk is set for
this device.

Signed-off-by: Alexandre Peixoto Ferreira <alexandref75@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/class/usbtmc.c