rmi_bus.c (6adba43fd222ea362c36296d1a6897c2e28fdc8e) | rmi_bus.c (c5e8848fc98e363ea51b68de01392366312d9efa) |
---|---|
1/* 2 * Copyright (c) 2011-2016 Synaptics Incorporated 3 * Copyright (c) 2011 Unixphere 4 * 5 * This program is free software; you can redistribute it and/or modify it 6 * under the terms of the GNU General Public License version 2 as published by 7 * the Free Software Foundation. 8 */ --- 292 unchanged lines hidden (view full) --- 301 302struct bus_type rmi_bus_type = { 303 .match = rmi_bus_match, 304 .name = "rmi4", 305}; 306 307static struct rmi_function_handler *fn_handlers[] = { 308 &rmi_f01_handler, | 1/* 2 * Copyright (c) 2011-2016 Synaptics Incorporated 3 * Copyright (c) 2011 Unixphere 4 * 5 * This program is free software; you can redistribute it and/or modify it 6 * under the terms of the GNU General Public License version 2 as published by 7 * the Free Software Foundation. 8 */ --- 292 unchanged lines hidden (view full) --- 301 302struct bus_type rmi_bus_type = { 303 .match = rmi_bus_match, 304 .name = "rmi4", 305}; 306 307static struct rmi_function_handler *fn_handlers[] = { 308 &rmi_f01_handler, |
309#ifdef CONFIG_RMI4_F03 310 &rmi_f03_handler, 311#endif |
|
309#ifdef CONFIG_RMI4_F11 310 &rmi_f11_handler, 311#endif 312#ifdef CONFIG_RMI4_F12 313 &rmi_f12_handler, 314#endif 315#ifdef CONFIG_RMI4_F30 316 &rmi_f30_handler, --- 112 unchanged lines hidden --- | 312#ifdef CONFIG_RMI4_F11 313 &rmi_f11_handler, 314#endif 315#ifdef CONFIG_RMI4_F12 316 &rmi_f12_handler, 317#endif 318#ifdef CONFIG_RMI4_F30 319 &rmi_f30_handler, --- 112 unchanged lines hidden --- |