Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 048c5add authored by K. Y. Srinivasan's avatar K. Y. Srinivasan Committed by Greg Kroah-Hartman
Browse files

Drivers: hid: hid-hyperv: Use consolidated GUID definitions



Use the consolidated GUID definitions in the Hyper-V mouse driver.

Signed-off-by: default avatarK. Y. Srinivasan <kys@microsoft.com>
Reviewed-by: default avatarHaiyang Zhang <haiyangz@microsoft.com>
Acked-by: default avatarJiri Kosina <jkosina@suse.cz>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 35c3bc20
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -568,8 +568,7 @@ static int mousevsc_remove(struct hv_device *dev)


static const struct hv_vmbus_device_id id_table[] = {
static const struct hv_vmbus_device_id id_table[] = {
	/* Mouse guid */
	/* Mouse guid */
	{ VMBUS_DEVICE(0x9E, 0xB6, 0xA8, 0xCF, 0x4A, 0x5B, 0xc0, 0x4c,
	{ HV_MOUSE_GUID, },
		       0xB9, 0x8B, 0x8B, 0xA1, 0xA1, 0xF3, 0xF9, 0x5A) },
	{ },
	{ },
};
};