1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Elan I2C/SMBus Touchpad device whitelist
5 * Copyright (c) 2013 ELAN Microelectronics Corp.
7 * Author: æ維 (Duson Lin) <dusonlin@emc.com.tw>
8 * Author: KT Liao <kt.liao@emc.com.tw>
11 * Based on cyapa driver:
12 * copyright (c) 2011-2012 Cypress Semiconductor, Inc.
13 * copyright (c) 2011-2012 Google, Inc.
15 * Trademarks are the property of their respective owners.
18 #ifndef __ELAN_I2C_IDS_H
19 #define __ELAN_I2C_IDS_H
21 #include <linux/mod_devicetable.h>
23 static const struct acpi_device_id elan_acpi_id
[] = {
48 /* { "ELAN061B", 0 }, not working on the Lenovo Legion Y7000 */
67 { "ELAN062E", 0 }, /* Lenovo V340 Whiskey Lake U */
68 { "ELAN062F", 0 }, /* Lenovo V340 Comet Lake U */
71 { "ELAN0633", 0 }, /* Lenovo S145 */
72 { "ELAN0634", 0 }, /* Lenovo V340 Ice lake */
73 { "ELAN0635", 0 }, /* Lenovo V1415-IIL */
74 { "ELAN0636", 0 }, /* Lenovo V1415-Dali */
75 { "ELAN0637", 0 }, /* Lenovo V1415-IGLR */
80 #endif /* __ELAN_I2C_IDS_H */