Skip to content

Commit daaf528

Browse files
wentongwugregkh
authored andcommitted
mei: Add Meteor Lake support for IVSC device
Add IVSC device support on Meteor Lake platform. Signed-off-by: Wentong Wu <wentong.wu@intel.com> Cc: stable <stable@kernel.org> Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com> Acked-by: Tomas Winkler <tomas.winkler@intel.com> Link: https://lore.kernel.org/r/20240207004304.31862-1-wentong.wu@intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 8436f25 commit daaf528

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/misc/mei/vsc-tp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ static const struct acpi_device_id vsc_tp_acpi_ids[] = {
535535
{ "INTC1009" }, /* Raptor Lake */
536536
{ "INTC1058" }, /* Tiger Lake */
537537
{ "INTC1094" }, /* Alder Lake */
538+
{ "INTC10D0" }, /* Meteor Lake */
538539
{}
539540
};
540541
MODULE_DEVICE_TABLE(acpi, vsc_tp_acpi_ids);

0 commit comments

Comments
 (0)