rmi_bus.c (8029a283c4ac100dc4492993633d4c87a7da55d6) rmi_bus.c (29fd0ec2bdbef6734fd4c39c23f61d9f030a66a0)
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 */

--- 301 unchanged lines hidden (view full) ---

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,
317#endif
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 */

--- 301 unchanged lines hidden (view full) ---

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,
317#endif
318#ifdef CONFIG_RMI4_F34
319 &rmi_f34_handler,
320#endif
318#ifdef CONFIG_RMI4_F54
319 &rmi_f54_handler,
320#endif
321};
322
323static void __rmi_unregister_function_handlers(int start_idx)
324{
325 int i;

--- 97 unchanged lines hidden ---
321#ifdef CONFIG_RMI4_F54
322 &rmi_f54_handler,
323#endif
324};
325
326static void __rmi_unregister_function_handlers(int start_idx)
327{
328 int i;

--- 97 unchanged lines hidden ---