update the pid&vid for hhg gamepad device
diff --git a/README.md b/README.md
index 0bd2934..5042c8a 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,9 @@
  Add the following code before the last line of this file
 
     ```c
-        #define USB_VENDER_ID_TEMP_HHG_AKSY  0x1234
-        #define USB_VENDER_ID_QUALCOMM 	0x1000
+		#define USB_VENDER_ID_QUALCOMM  0x0a12
+		#define USB_VENDER_ID_TEMP_HHG_AKSY 0x1234
+		#define USB_PRODUCT_ID_AKSYS_HHG  0x1000
     ```
 
  3. Merge \${this_project}/drivers/hid/Kconfig into \${your_kernel_root}/drivers/hid/Kconfig :