2 * Elan I2C/SMBus Touchpad device whitelist
4 * Copyright (c) 2013 ELAN Microelectronics Corp.
10 * Based on cyapa driver:
11 * copyright (c) 2011-2012 Cypress Semiconductor, Inc.
12 * copyright (c) 2011-2012 Google, Inc.
14 * This program is free software; you can redistribute it and/or modify it
15 * under the terms of the GNU General Public License version 2 as published
16 * by the Free Software Foundation.
18 * Trademarks are the property of their respective owners.
21 #ifndef __ELAN_I2C_IDS_H
22 #define __ELAN_I2C_IDS_H
24 #include <linux/mod_devicetable.h>
26 static const struct acpi_device_id elan_acpi_id[] = {
51 /* { "ELAN061B", 0 }, not working on the Lenovo Legion Y7000 */
70 { "ELAN062E", 0 }, /* Lenovo V340 Whiskey Lake U */
71 { "ELAN062F", 0 }, /* Lenovo V340 Comet Lake U */
74 { "ELAN0633", 0 }, /* Lenovo S145 */
75 { "ELAN0634", 0 }, /* Lenovo V340 Ice lake */
76 { "ELAN0635", 0 }, /* Lenovo V1415-IIL */
77 { "ELAN0636", 0 }, /* Lenovo V1415-Dali */
78 { "ELAN0637", 0 }, /* Lenovo V1415-IGLR */
83 #endif /* __ELAN_I2C_IDS_H */