summaryrefslogtreecommitdiffstats
path: root/Documentation/applying-patches.txt
diff options
context:
space:
mode:
authorAlan Stern <stern@rowland.harvard.edu>2009-06-29 11:02:04 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-23 06:46:23 -0700
commit4c6e8971cbe0148085fcf6fd30eaa3c39f8a8cce (patch)
tree74f7a8876a748926ae3f788e1e1e777be2085ec7 /Documentation/applying-patches.txt
parentccf5b801cef4f9e2d708d3b87e91e2bc6abd5206 (diff)
downloadop-kernel-dev-4c6e8971cbe0148085fcf6fd30eaa3c39f8a8cce.zip
op-kernel-dev-4c6e8971cbe0148085fcf6fd30eaa3c39f8a8cce.tar.gz
USB: make the "usbfs_snoop" log more pertinent
This patch (as1261) reduces the amount of detailed URB information logged by usbfs when the usbfs_snoop parameter is enabled. Currently we don't display the final status value for a completed URB. But we do display the entire data buffer twice: both before submission and after completion. The after-completion display doesn't limit itself to the actual_length value. But since usbmon is readily available in virtually all distributions, there's no reason for usbfs to print out any buffer contents at all! So this patch restricts the information to: userspace buffer pointer, endpoint number, type, and direction, length or actual_length, and timeout value or status. Now everything fits neatly into a single line. Along with those changes, the patch also fixes the snoop output for the REAPURBNDELAY and REAPURBNDELAY32 ioctls. The current version omits the 'N' from the names. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/applying-patches.txt')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud