[PATCH] USB: update usbmon, fix glued lines
authorPete Zaitcev <zaitcev@redhat.com>
Sat, 10 Jun 2006 03:10:10 +0000 (20:10 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 21 Jun 2006 22:04:17 +0000 (15:04 -0700)
commit5b1c674d223eef6c6494be8be91e9e3a3054817e
tree4f7cbbc36d90ec00cd9f958b62cbfc87f550f34f
parent4bc203d997c0dc1eada4cc9681372c2f7a456c46
[PATCH] USB: update usbmon, fix glued lines

This update contains one bug fix: some lines can come out truncated,
because of the safety cutoff. This happened because I forgot to update
the size when status packets began to be printed.

The rest is:
 - Comments updates
 - Allow snooping with pkmap on x86_64, which is cache-coherent
 - Enlarge event buffers (certainly we can have a couple of pages)
 - Add event counter

First touch upon usbmon for 2.6.18.

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/mon/mon_dma.c
drivers/usb/mon/mon_main.c
drivers/usb/mon/mon_stat.c
drivers/usb/mon/mon_text.c
drivers/usb/mon/usb_mon.h