18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ci/*
48c2ecf20Sopenharmony_ci * ACPI fan device IDs are shared between the fan driver and the device power
58c2ecf20Sopenharmony_ci * management code.
68c2ecf20Sopenharmony_ci *
78c2ecf20Sopenharmony_ci * Add new device IDs before the generic ACPI fan one.
88c2ecf20Sopenharmony_ci */
98c2ecf20Sopenharmony_ci#define ACPI_FAN_DEVICE_IDS	\
108c2ecf20Sopenharmony_ci	{"INT3404", }, /* Fan */ \
118c2ecf20Sopenharmony_ci	{"INTC1044", }, /* Fan for Tiger Lake generation */ \
128c2ecf20Sopenharmony_ci	{"INTC1048", }, /* Fan for Alder Lake generation */ \
138c2ecf20Sopenharmony_ci	{"PNP0C0B", } /* Generic ACPI fan */
14