mirror of
https://github.com/Maschell/HIDtoVPADNetworkClient.git
synced 2024-11-14 02:45:05 +01:00
Fix for the Xbox Controller
This commit is contained in:
parent
da80e946d0
commit
2ae8142f61
@ -114,6 +114,7 @@ class PureJavaHidDevice implements HidDevice, InputReportListener {
|
||||
|
||||
@Override
|
||||
public String getProductString() {
|
||||
if(myDevice != null || myDeviceInfo.getProductString() == null) return "";
|
||||
return myDeviceInfo.getProductString().trim();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user