]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: usbmon: fix-up docs and text API for sparse ISO
authorPete Zaitcev <zaitcev@redhat.com>
Fri, 4 Feb 2011 05:01:36 +0000 (22:01 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 4 Feb 2011 19:46:57 +0000 (11:46 -0800)
commitd25bc4db723a44c097268b466ff74bfba4bcc4f3
tree95d78f5ccb66cec86e74a536637710c5f33b75a6
parentac8d67417816fa7c568b24a8f2891eb02e6d0462
USB: usbmon: fix-up docs and text API for sparse ISO

This is based on a patch that Alan Stern wrote. It did the same simple
thing in both text and binary cases. In the same time, Marton and I
fixed the binary side properly, but this leaves the text to be fixed.
It is not very important due to low maxium data size of text, but
let's add it just for extra correctness.

The pseudocode is too much to keep fixed up, and we have real code
to be used as examples now, so let's drop it too.

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/usb/usbmon.txt
drivers/usb/mon/mon_text.c