nefarius / ViGEmBus

Windows kernel-mode driver emulating well-known USB game controllers.
https://docs.nefarius.at/projects/ViGEm/
BSD 3-Clause "New" or "Revised" License
3.08k stars 284 forks source link

Rename some GUIDs #14

Closed DJm00n closed 4 years ago

DJm00n commented 5 years ago

GUID_PNP_LOCATION_INTERFACE https://github.com/ViGEm/ViGEmBus/blob/1fdab3e8f9ecdb6689d6351dadd91e4629a12418/sys/Xusb.h#L29 https://github.com/ViGEm/ViGEmBus/blob/1fdab3e8f9ecdb6689d6351dadd91e4629a12418/sys/Xgip.h#L27

GUID_D3COLD_SUPPORT_INTERFACE https://github.com/ViGEm/ViGEmBus/blob/1fdab3e8f9ecdb6689d6351dadd91e4629a12418/sys/Xusb.h#L33 https://github.com/ViGEm/ViGEmBus/blob/1fdab3e8f9ecdb6689d6351dadd91e4629a12418/sys/Xgip.h#L31

GUID_REENUMERATE_SELF_INTERFACE_STANDARD https://github.com/ViGEm/ViGEmBus/blob/1fdab3e8f9ecdb6689d6351dadd91e4629a12418/sys/Xusb.h#L37 https://github.com/ViGEm/ViGEmBus/blob/1fdab3e8f9ecdb6689d6351dadd91e4629a12418/sys/Xgip.h#L35

GUID_POWER_THREAD_INTERFACE https://github.com/ViGEm/ViGEmBus/blob/1fdab3e8f9ecdb6689d6351dadd91e4629a12418/sys/Xgip.h#L39

nefarius commented 5 years ago

Very nice, thank you!