Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/usb/mon
Pete Zaitcev ae0d6cceb2 [PATCH] USB: Patch to make usbmon to print control setup packets
Make usbmon to print Setup packets of Control transfers. This is useful
when debugging enumeration issues.

This is a change to the trace format which is not fully compatible.
A parser has to look at the data length word now. If that word is
a character like 's', read setup packet before proceeding with data.
I decided not to bump the API tag for this because not many such
parsers exist at this point.

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-07-12 11:52:55 -07:00
..
Kconfig [PATCH] better USB_MON dependencies 2005-06-23 10:04:15 -07:00
Makefile [PATCH] better USB_MON dependencies 2005-06-23 10:04:15 -07:00
mon_main.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mon_stat.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mon_text.c [PATCH] USB: Patch to make usbmon to print control setup packets 2005-07-12 11:52:55 -07:00
usb_mon.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00