diff USBLib/Internal/Windows/SetupApi.cs @ 63:309c705d7460

Updates and cleanup in Windows USB enumeration code
author Ivo Smits <Ivo@UCIS.nl>
date Sun, 13 Oct 2013 18:43:45 +0200
parents 556b4fb511bd
children d467cd38b34e
line wrap: on
line diff
--- a/USBLib/Internal/Windows/SetupApi.cs	Sun Oct 13 02:47:08 2013 +0200
+++ b/USBLib/Internal/Windows/SetupApi.cs	Sun Oct 13 18:43:45 2013 +0200
@@ -412,5 +412,6 @@
 		LEGACYBUSTYPE = 0x00000015,
 		BUSNUMBER = 0x00000016,
 		ENUMERATOR_NAME = 0x00000017,
+		ADDRESS = 0x0000001D,
 	}
-}
\ No newline at end of file
+}