]> git.baikalelectronics.ru Git - kernel.git/commit
staging: line6: drop control URB dumping code
authorStefan Hajnoczi <stefanha@gmail.com>
Wed, 14 Nov 2012 07:50:41 +0000 (08:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Nov 2012 00:29:30 +0000 (16:29 -0800)
commit1cb7161ed9223e349a529f1e7f71bea2844c9a6d
treea5b7434943f76d2f0be2cbf71e7f65f32071e476
parent666b922ba6d8b16ef9b72f2e383363fe4ad2f4e6
staging: line6: drop control URB dumping code

The usbmon feature should be used instead of manually dumping control
URBs.  There are a few advantages to using usbmon:

 * Can be turned on/off at runtime
 * Provides full USB-level traffic
 * tcpdump and wireshark support for powerful analysis
 * No driver-specific code is required

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/line6/driver.c
drivers/staging/line6/midi.c