UsbDk: Add port number to per-device data supplied on enumeration
Signed-off-by: Dmitry Fleytman <dfleytma@redhat.com>
This commit is contained in:
parent
ec0af1e178
commit
b93b71ce45
5 changed files with 18 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue