mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-14 03:16:40 +10:00
WinUSB: Merge upstream changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* WinUSBNet library
|
||||
/* WinUSBNet library
|
||||
* (C) 2010 Thomas Bleeker (www.madwizard.org)
|
||||
*
|
||||
*
|
||||
* Licensed under the MIT license, see license.txt or:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*/
|
||||
@@ -46,7 +46,7 @@ namespace MadWizard.WinUSBNet
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Friendly device name, or path name when no
|
||||
/// Friendly device name, or path name when no
|
||||
/// further device information is available
|
||||
/// </summary>
|
||||
public string FullName
|
||||
@@ -67,7 +67,7 @@ namespace MadWizard.WinUSBNet
|
||||
/// <summary>
|
||||
/// Device class code as defined in the interface descriptor
|
||||
/// This property can be used if the class type is not defined
|
||||
/// int the USBBaseClass enumeraiton
|
||||
/// int the USBBaseClass enumeration
|
||||
/// </summary>
|
||||
public byte ClassValue
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user