usbmon: add bus number to text API
authorPete Zaitcev <zaitcev@redhat.com>
Tue, 5 Jan 2010 18:50:07 +0000 (11:50 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 2 Mar 2010 22:53:30 +0000 (14:53 -0800)
commit2bc0d109326e9f2b25fa1dfcc9de2489e1e00e36
tree1c76c6d4218ccabb61767953cf53ed3eca260753
parent7ed069c12c866c5c06e4e05d26878797e3731829
usbmon: add bus number to text API

Due to a simple oversight when bus zero was added, the text API fails to
deliver the bus number in 'E' messages (which are equivalent of 'C'
messages, only for error case). This makes it harder, for instance,
use a search-and-highlight in a text editor. So fix it.

Also, Alan Stern requested adding timestamps to 'E' messages. This is
purely cosmetic, but makes it easier to read the trace. This is done
for both text and binary APIs.

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/mon/mon_bin.c
drivers/usb/mon/mon_text.c