comparison 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
comparison
equal deleted inserted replaced
62:edc41c861d96 63:309c705d7460
410 LOWERFILTERS = 0x00000013, 410 LOWERFILTERS = 0x00000013,
411 BUSTYPEGUID = 0x00000014, 411 BUSTYPEGUID = 0x00000014,
412 LEGACYBUSTYPE = 0x00000015, 412 LEGACYBUSTYPE = 0x00000015,
413 BUSNUMBER = 0x00000016, 413 BUSNUMBER = 0x00000016,
414 ENUMERATOR_NAME = 0x00000017, 414 ENUMERATOR_NAME = 0x00000017,
415 ADDRESS = 0x0000001D,
415 } 416 }
416 } 417 }