commit | c6210fb655cbf972efe722328e504434dc4d171c | [log] [tgz] |
---|---|---|
author | Linus Walleij <triad@df.lth.se> | Mon May 08 11:11:41 2006 +0000 |
committer | Linus Walleij <triad@df.lth.se> | Mon May 08 11:11:41 2006 +0000 |
tree | c04c746886ee174268fc3a34f8d409e4cf353646 | |
parent | 1fd2d27cdba34bc450e6a17671b65542dbe8fad4 [diff] [blame] |
More fixups.
diff --git a/src/libmtp.c b/src/libmtp.c index 718fd5a..bb26263 100644 --- a/src/libmtp.c +++ b/src/libmtp.c
@@ -288,7 +288,10 @@ { int i; PTPParams *params = (PTPParams *) device->params; - + PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; + + printf("USB low-level info:\n"); + dump_usbinfo(ptp_usb); /* Print out some verbose information */ printf("Device info:\n"); printf(" Manufacturer: %s\n", params->deviceinfo.Manufacturer);