I have multiple USB devices on a single USB bus in an embedded system running with Linux, I want to capture USB packets of a specific device. I got the device number using lsusb command.
Is it possible to capture the URBs of a specific device using usbmon? if not is there any alternative to capture the URBs corresponding to a specific device.