rmi_bus.c (75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37) | rmi_bus.c (9e4c596bfd004f447a652205163234dfd4aafa69) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * Copyright (c) 2011-2016 Synaptics Incorporated 4 * Copyright (c) 2011 Unixphere 5 */ 6 7#include <linux/kernel.h> 8#include <linux/device.h> --- 351 unchanged lines hidden (view full) --- 360 &rmi_f12_handler, 361#endif 362#ifdef CONFIG_RMI4_F30 363 &rmi_f30_handler, 364#endif 365#ifdef CONFIG_RMI4_F34 366 &rmi_f34_handler, 367#endif | 1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * Copyright (c) 2011-2016 Synaptics Incorporated 4 * Copyright (c) 2011 Unixphere 5 */ 6 7#include <linux/kernel.h> 8#include <linux/device.h> --- 351 unchanged lines hidden (view full) --- 360 &rmi_f12_handler, 361#endif 362#ifdef CONFIG_RMI4_F30 363 &rmi_f30_handler, 364#endif 365#ifdef CONFIG_RMI4_F34 366 &rmi_f34_handler, 367#endif |
368#ifdef CONFIG_RMI4_F3A 369 &rmi_f3a_handler, 370#endif |
|
368#ifdef CONFIG_RMI4_F54 369 &rmi_f54_handler, 370#endif 371#ifdef CONFIG_RMI4_F55 372 &rmi_f55_handler, 373#endif 374}; 375 --- 99 unchanged lines hidden --- | 371#ifdef CONFIG_RMI4_F54 372 &rmi_f54_handler, 373#endif 374#ifdef CONFIG_RMI4_F55 375 &rmi_f55_handler, 376#endif 377}; 378 --- 99 unchanged lines hidden --- |