Skip to content

Commit

Permalink
Merge branch 'acpi-fan'
Browse files Browse the repository at this point in the history
* acpi-fan:
  ACPI: fan: Fix Tiger Lake ACPI device ID
  • Loading branch information
Rafael J. Wysocki committed Jul 3, 2020
2 parents 1e05dac + 0318e83 commit ef0c44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/fan.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ static int acpi_fan_remove(struct platform_device *pdev);

static const struct acpi_device_id fan_device_ids[] = {
{"PNP0C0B", 0},
{"INT1044", 0},
{"INT3404", 0},
{"INTC1044", 0},
{"", 0},
};
MODULE_DEVICE_TABLE(acpi, fan_device_ids);
Expand Down

0 comments on commit ef0c44c

Please sign in to comment.