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
|
||||
{
|
||||
@@ -51,9 +49,9 @@ namespace MadWizard.WinUSBNet
|
||||
/// Friendly device name, or path name when no
|
||||
/// further device information is available
|
||||
/// </summary>
|
||||
public string FullName
|
||||
{
|
||||
get
|
||||
public string FullName
|
||||
{
|
||||
get
|
||||
{
|
||||
if (Manufacturer != null && Product != null)
|
||||
return Product + " - " + Manufacturer;
|
||||
@@ -127,7 +125,7 @@ namespace MadWizard.WinUSBNet
|
||||
{
|
||||
BaseClass = (USBBaseClass)(int)deviceDesc.bDeviceClass;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user