commit | 660be736d771c154b5701cbf7eaa78f8adcaa696 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Mon Jan 10 03:37:32 2011 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Jan 10 03:37:32 2011 -0800 |
tree | ebeae059c5b921519141ba85aa8b64b8fa5eea38 | |
parent | f1667716521dfbbedf01778bcfb44eafca2fc107 [diff] | |
parent | 58f5968565bbfa012a439efdbaf31a8da37cc1f9 [diff] |
Merge "adb: improve debug traces readability."
diff --git a/usb_linux.c b/usb_linux.c index 2f7f870..cd61083 100644 --- a/usb_linux.c +++ b/usb_linux.c
@@ -149,7 +149,7 @@ // DBGX("[ scanning %s ]\n", busname); while((de = readdir(devdir))) { - unsigned char devdesc[256]; + unsigned char devdesc[4096]; unsigned char* bufptr = devdesc; unsigned char* bufend; struct usb_device_descriptor* device;