diff options
| author | Karl Froelich <[email protected]> | 2016-10-06 15:42:46 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-10-06 15:42:46 -0700 |
| commit | ce06de38a6daee9815dbf7eb8ddd8f335612ccc0 (patch) | |
| tree | 9b74db193d71c3958f6b2345c98843966772e5b0 | |
| parent | aa6e0b36eb932099fa4eb950a6f5e289a23b6d6e (diff) | |
| parent | c30e7139fe2fe763749aceb128ca1f0252616546 (diff) | |
Merge pull request #81 from alscarpan/master
Add UnknownHubType enumeration to usb schema
| -rw-r--r-- | usb/usbview/usbschema.hpp | 3 |
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, |
