]> git.baikalelectronics.ru Git - kernel.git/commit
USB: fix to usbfs_snoop logging of user defined control urbs
authorChris Frey <cdfrey@foursquare.net>
Sat, 16 Dec 2006 07:37:42 +0000 (02:37 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 20 Dec 2006 18:14:28 +0000 (10:14 -0800)
commit9960074bc3d2386440e9f5cca1335ce5bd7e0216
treececcc0b2fb72a2fe635640f8dd3374038ce55b38
parent64a263e3fdf9c4f0e78f1ccbc489aaeaa4c32934
USB: fix to usbfs_snoop logging of user defined control urbs

When sending CONTROL URB's using the usual CONTROL ioctl, logging works
fine, but when sending them via SUBMITURB, like VMWare does, the
control fields are not logged.  This patch fixes that.

I didn't see any major changes to devio.c recently, so this patch should apply
cleanly to even the latest kernel.  I can resubmit if it doesn't.

From: Chris Frey <cdfrey@foursquare.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/devio.c