]> git.karo-electronics.de Git - karo-tx-linux.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)
commit70ce93954f571eb913ee52529fa87fd1a315b2d1
treea5b7434943f76d2f0be2cbf71e7f65f32071e476
parent8fdefcb0ab74eff3273a6c3039c4e80ef5f56bdc
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