diff --git a/Analyzer/MainForm.cs b/Analyzer/MainForm.cs index 98e4275..6d1041f 100644 --- a/Analyzer/MainForm.cs +++ b/Analyzer/MainForm.cs @@ -235,10 +235,6 @@ namespace EonaCat.HID.Analyzer _device.ReadReport(Device_InputReportReceived); 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) { diff --git a/Analyzer/mainForm.Designer.cs b/Analyzer/mainForm.Designer.cs index c1da9f2..b354f20 100644 --- a/Analyzer/mainForm.Designer.cs +++ b/Analyzer/mainForm.Designer.cs @@ -230,7 +230,7 @@ this.toolStripTextBoxVidPid.Font = new System.Drawing.Font("Segoe UI", 9F); this.toolStripTextBoxVidPid.Name = "toolStripTextBoxVidPid"; 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; // // toolStripButtonFilter