mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-16 04:10:11 +10:00
Code cleanup
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace MadWizard.WinUSBNet
|
||||
{
|
||||
@@ -33,7 +31,7 @@ namespace MadWizard.WinUSBNet
|
||||
get;
|
||||
private set;
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// USB device associated with this interface
|
||||
/// </summary>
|
||||
@@ -100,7 +98,7 @@ namespace MadWizard.WinUSBNet
|
||||
get;
|
||||
private set;
|
||||
}
|
||||
|
||||
|
||||
/// Zero based interface index in WinUSB.
|
||||
/// Note that this is not necessarily the same as the interface *number*
|
||||
/// from the interface descriptor. There might be interfaces within the
|
||||
@@ -128,7 +126,7 @@ namespace MadWizard.WinUSBNet
|
||||
{
|
||||
BaseClass = (USBBaseClass)(int)rawDesc.bInterfaceClass;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Device = device;
|
||||
Pipes = pipes;
|
||||
@@ -146,7 +144,7 @@ namespace MadWizard.WinUSBNet
|
||||
OutPipe = pipe;
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user