Updated
This commit is contained in:
parent
e022b229ac
commit
ebc1d98195
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue