UsbDk: Add port number to per-device data supplied on enumeration

Signed-off-by: Dmitry Fleytman <dfleytma@redhat.com>
This commit is contained in:
Dmitry Fleytman 2014-04-14 09:35:40 +03:00
parent ec0af1e178
commit b93b71ce45
5 changed files with 18 additions and 1 deletions

View file

@ -70,6 +70,7 @@ void Controller_EnumerateDevices()
{
tcout << to_tstring(deviceIndex) << TEXT(". ")
<< TEXT("FilterID: ") << devicesArray[deviceIndex].FilterID << TEXT(", ")
<< TEXT("Port: ") << devicesArray[deviceIndex].Port << TEXT(", ")
<< devicesArray[deviceIndex].ID.DeviceID << TEXT(" ")
<< devicesArray[deviceIndex].ID.InstanceID
<< endl;