| commit | 6676396c6e99c681481c8a0e57f14faee49f58dd | [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 | 9ee450762d20795b623670238c4740372c9efb04 | |
| parent | 0cbeef02bd7e9f7fe0a45b0a9660f0e50ae2705b [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>