/* SPDX-License-Identifier: GPL-2.0-only */ /* * Elan I2C/SMBus Touchpad device whitelist * * Copyright (c) 2013 ELAN Microelectronics Corp. * * Author: æ維 (Duson Lin) <[email protected]> * Author: KT Liao <[email protected]> * 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[] = …; #endif /* __ELAN_I2C_IDS_H */