Anime Matrix hibernate wake-up tweaks

This commit is contained in:
Serge
2024-02-09 15:49:09 +01:00
parent 428b624ec6
commit 6bab2fc9cb
3 changed files with 5 additions and 1 deletions

View File

@@ -37,6 +37,9 @@ namespace GHelper.AnimeMatrix.Communication.Platform
HidDevice = DeviceList.Local
.GetHidDevices(vendorId, productId)
.First(x => x.GetMaxFeatureReportLength() == maxFeatureReportLength);
Logger.WriteLine("Matrix Device: " + HidDevice.DevicePath);
}
catch
{