HID: Adding new vendor id for QVR support

Adding new vendor id to support additional hardware.

Change-Id: I9b37b4dfe0c205428d235ffe1e5f8d8ebe918998
Signed-off-by: Rohit Bandi <rohitbandi@codeaurora.org>
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
index ad9f230..0280e28 100644
--- a/drivers/hid/hid-ids.h
+++ b/drivers/hid/hid-ids.h
@@ -1129,6 +1129,8 @@
 #define USB_DEVICE_ID_UGTIZER_TABLET_GP0610	0x0053
 
 #define USB_VENDOR_ID_QVR5	0x045e
+#define USB_VENDOR_ID_QVR32A	0x04b4
 #define USB_DEVICE_ID_QVR5	0x0659
+#define USB_DEVICE_ID_QVR32A	0x00c3
 
 #endif