commit | 3d11af9bbd410654c44ea6fff0fe4c9d08a08f13 | [log] [tgz] |
---|---|---|
author | Spencer Low <CompareAndSwap@gmail.com> | Thu Nov 12 20:13:21 2015 -0800 |
committer | Spencer Low <CompareAndSwap@gmail.com> | Thu Nov 12 20:13:21 2015 -0800 |
tree | 207512a0cd9e0ce8ce144d207ed63ee0237c2d83 | |
parent | 4a3094d3ed4b84a45e0551724f68642cde6a8897 [diff] |
adb: win32: Unicode USB device names Cleanup TODO and instead of (poorly) converting the device name from wchar_t to char, just retrieve and store it as wchar_t, simplifying the code. This probably isn't necessary since device names are probably always ASCII, but this cleans things up. Change-Id: Ib780dcdc1e0e06b97b61e25d29a23874b35d7800 Signed-off-by: Spencer Low <CompareAndSwap@gmail.com>