linux/drivers/usb/class
Teunis van Beelen f504202230 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 <teuniz@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-06-02 11:49:45 +09:00
..
cdc-acm.c cdc-acm: use swap() in acm_probe() 2015-05-24 09:30:07 -07:00
cdc-acm.h USB: cdc-acm: add support for up to 256 devices 2015-05-24 09:30:03 -07:00
cdc-wdm.c cdc-wdm: error returns need to be translated 2015-03-26 10:51:57 +01:00
Kconfig USB: regroup all depends on USB within an if USB block 2013-04-09 16:49:07 -07:00
Makefile
usblp.c USB: usblp.c: move assignment out of if () block 2015-05-10 16:01:12 +02:00
usbtmc.c USB: usbtmc: add device quirk for Rigol DS6104 2015-06-02 11:49:45 +09:00