This enables decoding MSFT extension with emulator instances since it
shall be the only one using Linux Foundation as manufacturer.
Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
*/
index_list[index].msft_opcode = 0xFCF0;
break;
+ case 1521:
+ /*
+ * Emulator controllers use Linux Foundation as
+ * manufacturer and support the
+ * Microsoft vendor extenions using
+ * 0xFC1E for VsMsftOpCode.
+ */
+ index_list[index].msft_opcode = 0xFC1E;
+ break;
}
}