>From 0d7e40ad7e046e230aed8897d797291a4ad459c4 Mon Sep 17 00:00:00 2001 From: Vadim Rozenfeld <vrozenfe@xxxxxxxxxx> Date: Mon, 2 May 2011 22:18:56 +0300 Subject: [COMMIT] [vioserial] fix device id guid --- vioserial/sys/vioser.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vioserial/sys/vioser.h b/vioserial/sys/vioser.h index bbdb42b..467367b 100644 --- a/vioserial/sys/vioser.h +++ b/vioserial/sys/vioser.h @@ -102,7 +102,7 @@ WDF_DECLARE_CONTEXT_TYPE_WITH_NAME(PORTS_DEVICE, GetPortsDevice) #define VIOSERIAL_DRIVER_MEMORY_TAG (ULONG)'rsIV' -#define PORT_DEVICE_ID L"{6FDE7521-1B65-48ae-B628-80BE62016026}\ \VIOSerialPort\0" +#define PORT_DEVICE_ID L"{6FDE7547-1B65-48ae-B628-80BE62016026}\ \VIOSerialPort\0" DEFINE_GUID(GUID_DEVCLASS_PORT_DEVICE, 0x6fde7547, 0x1b65, 0x48ae, 0xb6, 0x28, 0x80, 0xbe, 0x62, 0x1, 0x60, 0x26); -- 1.7.0.2.msysgit.0 -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html