qcacmn: Support QCA6290_DEVICE_ID (0x1100)

This is the official device id.  Emulation device id
still supported

Change-Id: I8383f1efa6f0627b4fdff1cf7a08cfa4a81ae95c
CRs-Fixed: 2042202
diff --git a/hif/src/hif_main.c b/hif/src/hif_main.c
index 6186e94..957b46f 100644
--- a/hif/src/hif_main.c
+++ b/hif/src/hif_main.c
@@ -771,6 +771,7 @@
 		break;
 
 	case QCA6290_EMULATION_DEVICE_ID:
+	case QCA6290_DEVICE_ID:
 		*hif_type = HIF_TYPE_QCA6290;
 		*target_type = TARGET_TYPE_QCA6290;
 		HIF_INFO(" *********** QCA6290EMU *************\n");