Product in PortDetails struct

un-commented Product member of the struct PortDetails. This goes with the pull request "completed retrievePortDetailsFromDevInfo #40". Apologies for not submitting together...
This commit is contained in:
giacomoberlin
2017-08-16 07:12:40 +02:00
committed by Cristian Maglie
parent 4df0da8377
commit f0d91f6e0d

View File

@@ -18,7 +18,7 @@ type PortDetails struct {
SerialNumber string
// Manufacturer string
// Product string
Product string
}
// GetDetailedPortsList retrieve ports details like USB VID/PID.