summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Froelich <[email protected]>2016-10-06 15:42:46 -0700
committerGitHub <[email protected]>2016-10-06 15:42:46 -0700
commitce06de38a6daee9815dbf7eb8ddd8f335612ccc0 (patch)
tree9b74db193d71c3958f6b2345c98843966772e5b0
parentaa6e0b36eb932099fa4eb950a6f5e289a23b6d6e (diff)
parentc30e7139fe2fe763749aceb128ca1f0252616546 (diff)
Merge pull request #81 from alscarpan/master
Add UnknownHubType enumeration to usb schema
-rw-r--r--usb/usbview/usbschema.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/usb/usbview/usbschema.hpp b/usb/usbview/usbschema.hpp
index afeaca6e..1aac6d00 100644
--- a/usb/usbview/usbschema.hpp
+++ b/usb/usbview/usbschema.hpp
@@ -169,6 +169,9 @@ namespace Microsoft {
System::SerializableAttribute,
System::Xml::Serialization::XmlTypeAttribute(Namespace=L"USB")]
public enum class HubTypeType {
+
+ /// <remarks/>
+ UnknownHubType,
/// <remarks/>
UsbRootHub,