Hi, Usbmon only dumps about 32 bytes of urb data. The comments in the driver source code seem to indicate that this is intended: /* * No, we do not want arbitrarily long data strings. * Use the binary interface if you want to capture bulk data! */ #define DATA_MAX 32 What is this binary interface it refers to? What is the best way to capture every last bit of usb data, similar to usbmon? Thanks, - Chris -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html