This is the official device id. Emulation device id still supported Change-Id: I8383f1efa6f0627b4fdff1cf7a08cfa4a81ae95c CRs-Fixed: 2042202
@@ -771,6 +771,7 @@ int hif_get_device_type(uint32_t device_id,
break;
case QCA6290_EMULATION_DEVICE_ID:
+ case QCA6290_DEVICE_ID:
*hif_type = HIF_TYPE_QCA6290;
*target_type = TARGET_TYPE_QCA6290;
HIF_INFO(" *********** QCA6290EMU *************\n");
@@ -87,6 +87,7 @@
#define AR6320_FW_3_0 (0x30)
#define AR6320_FW_3_2 (0x32)
#define QCA6290_EMULATION_DEVICE_ID (0xabcd)
+#define QCA6290_DEVICE_ID (0x1100)
#define ADRASTEA_DEVICE_ID_P2_E12 (0x7021)
#define AR9887_DEVICE_ID (0x0050)
#define AR900B_DEVICE_ID (0x0040)