This commit is contained in:
jsaey 2024-07-26 15:01:46 +02:00
parent e022b229ac
commit ebc1d98195
2 changed files with 1 additions and 5 deletions

View File

@ -235,10 +235,6 @@ namespace EonaCat.HID.Analyzer
_device.ReadReport(Device_InputReportReceived); _device.ReadReport(Device_InputReportReceived);
AppendEventLog("Hid Input Report Callback Started."); AppendEventLog("Hid Input Report Callback Started.");
//var report = _device.ReadReport(); //blocking
//var str = string.Format("Read Input Report [{0}] <-- {1}", report.Data.Length, ByteArrayToHexString(report.Data));
//AppendLog(str);
} }
catch (Exception ex) catch (Exception ex)
{ {

View File

@ -230,7 +230,7 @@
this.toolStripTextBoxVidPid.Font = new System.Drawing.Font("Segoe UI", 9F); this.toolStripTextBoxVidPid.Font = new System.Drawing.Font("Segoe UI", 9F);
this.toolStripTextBoxVidPid.Name = "toolStripTextBoxVidPid"; this.toolStripTextBoxVidPid.Name = "toolStripTextBoxVidPid";
this.toolStripTextBoxVidPid.Size = new System.Drawing.Size(100, 25); this.toolStripTextBoxVidPid.Size = new System.Drawing.Size(100, 25);
this.toolStripTextBoxVidPid.Text = "10C4:2003"; this.toolStripTextBoxVidPid.Text = "0483:0400";
this.toolStripTextBoxVidPid.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolStripTextBoxVidPid.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
// //
// toolStripButtonFilter // toolStripButtonFilter