We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61ddaad + 4b1296c commit ab99618Copy full SHA for ab99618
backend/devices/usb/hid.go
@@ -90,7 +90,7 @@ func (info hidDeviceInfo) Product() string {
90
91
// Identifier implements DeviceInfo.
92
func (info hidDeviceInfo) Identifier() string {
93
- return hex.EncodeToString([]byte(info.DeviceInfo.Path))
+ return hex.EncodeToString([]byte(info.DeviceInfo.Path + info.DeviceInfo.Product))
94
}
95
96
// singleThreadedDevice runs all hidapi functions in the same OS thread. See the docs of the
0 commit comments