Server IP : 13.213.54.232 / Your IP : 216.73.216.72 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ip-172-31-17-110 6.8.0-1029-aws #31~22.04.1-Ubuntu SMP Thu Apr 24 21:16:18 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 7.1.33-67+ubuntu22.04.1+deb.sury.org+1 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/self/root/lib/modules/6.8.0-1031-aws/build/include/linux/input/ |
Upload File : |
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Elan I2C/SMBus Touchpad device whitelist * * Copyright (c) 2013 ELAN Microelectronics Corp. * * Author: æ維 (Duson Lin) <dusonlin@emc.com.tw> * Author: KT Liao <kt.liao@emc.com.tw> * Version: 1.6.3 * * Based on cyapa driver: * copyright (c) 2011-2012 Cypress Semiconductor, Inc. * copyright (c) 2011-2012 Google, Inc. * * Trademarks are the property of their respective owners. */ #ifndef __ELAN_I2C_IDS_H #define __ELAN_I2C_IDS_H #include <linux/mod_devicetable.h> static const struct acpi_device_id elan_acpi_id[] = { { "ELAN0000", 0 }, { "ELAN0100", 0 }, { "ELAN0600", 0 }, { "ELAN0601", 0 }, { "ELAN0602", 0 }, { "ELAN0603", 0 }, { "ELAN0604", 0 }, { "ELAN0605", 0 }, { "ELAN0606", 0 }, { "ELAN0607", 0 }, { "ELAN0608", 0 }, { "ELAN0609", 0 }, { "ELAN060B", 0 }, { "ELAN060C", 0 }, { "ELAN060F", 0 }, { "ELAN0610", 0 }, { "ELAN0611", 0 }, { "ELAN0612", 0 }, { "ELAN0615", 0 }, { "ELAN0616", 0 }, { "ELAN0617", 0 }, { "ELAN0618", 0 }, { "ELAN0619", 0 }, { "ELAN061A", 0 }, /* { "ELAN061B", 0 }, not working on the Lenovo Legion Y7000 */ { "ELAN061C", 0 }, { "ELAN061D", 0 }, { "ELAN061E", 0 }, { "ELAN061F", 0 }, { "ELAN0620", 0 }, { "ELAN0621", 0 }, { "ELAN0622", 0 }, { "ELAN0623", 0 }, { "ELAN0624", 0 }, { "ELAN0625", 0 }, { "ELAN0626", 0 }, { "ELAN0627", 0 }, { "ELAN0628", 0 }, { "ELAN0629", 0 }, { "ELAN062A", 0 }, { "ELAN062B", 0 }, { "ELAN062C", 0 }, { "ELAN062D", 0 }, { "ELAN062E", 0 }, /* Lenovo V340 Whiskey Lake U */ { "ELAN062F", 0 }, /* Lenovo V340 Comet Lake U */ { "ELAN0631", 0 }, { "ELAN0632", 0 }, { "ELAN0633", 0 }, /* Lenovo S145 */ { "ELAN0634", 0 }, /* Lenovo V340 Ice lake */ { "ELAN0635", 0 }, /* Lenovo V1415-IIL */ { "ELAN0636", 0 }, /* Lenovo V1415-Dali */ { "ELAN0637", 0 }, /* Lenovo V1415-IGLR */ { "ELAN1000", 0 }, { } }; #endif /* __ELAN_I2C_IDS_H */