1
0
Fork 0
alistair23-linux/drivers/usb/mon
Pete Zaitcev ecb658d387 usbmon: bus zero
Add the "bus zero" feature to the usbmon. If a user process specifies bus
with number zero, it receives events from all buses. This is useful when
we wish to see initial enumeration when a bus is created, typically after
a modprobe. Until now, an application had to loop until a new bus could
be open, then start capturing on it. This procedure was cumbersome and
could lose initial events. Also, often it's too bothersome to find exactly
to which bus a specific device is attached.

Paolo Albeni provided the original concept implementation. I added the
handling of "bus->monitored" flag and generally fixed it up.

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-04-27 13:28:39 -07:00
..
Kconfig [PATCH] USB: ub documentation update 2005-08-04 21:32:46 -07:00
Makefile USB: add binary API to usbmon 2007-02-07 15:44:34 -08:00
mon_bin.c usbmon: bus zero 2007-04-27 13:28:39 -07:00
mon_dma.c USB: add binary API to usbmon 2007-02-07 15:44:34 -08:00
mon_main.c usbmon: bus zero 2007-04-27 13:28:39 -07:00
mon_stat.c USB: Make file operations structs in drivers/usb const. 2006-09-27 11:58:52 -07:00
mon_text.c usbmon: bus zero 2007-04-27 13:28:39 -07:00
usb_mon.h usbmon: bus zero 2007-04-27 13:28:39 -07:00