From: Chris Frey Date: Sat, 16 Dec 2006 07:37:42 +0000 (-0500) Subject: USB: fix to usbfs_snoop logging of user defined control urbs X-Git-Tag: v2.6.20-rc2~83^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df251b8bfcc5879b947223746779f90018424a6d;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed