From a0c9d0defcdadd31ab111b1616f60cf919c6a020 Mon Sep 17 00:00:00 2001 From: Peter Chen Date: Mon, 17 Aug 2015 16:36:53 +0800 Subject: [PATCH] usb: misc: usbtest: format max packet size for iso transfer The current code prints all wMaxPacketSize content at endpoint descriptor, if there is a high speed, high bandwidth endpoint, it may confuse the users, eg, if there are 3 transactions during microframe, it will print "wMaxPacket 1400" for packet content. This commit splits wMaxpacketSize and transaction numbers for output messages. Signed-off-by: Peter Chen Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed