/* * Logitech PS/2++ mouse driver header * * Copyright (c) 2003 Vojtech Pavlik <vojtech@suse.cz> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. */ #ifndef _LOGIPS2PP_H #define _LOGIPS2PP_H #ifdef CONFIG_MOUSE_PS2_LOGIPS2PP int ps2pp_detect(struct psmouse *psmouse, bool set_properties); #else
static inline int ps2pp_detect(struct psmouse *psmouse, bool set_properties) { return -ENOSYS; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Andres Salomon | 16 | 84.21% | 1 | 33.33% |
Dmitry Torokhov | 3 | 15.79% | 2 | 66.67% |
Total | 19 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Andres Salomon | 24 | 50.00% | 1 | 20.00% |
Vojtech Pavlik | 17 | 35.42% | 1 | 20.00% |
Dmitry Torokhov | 7 | 14.58% | 3 | 60.00% |
Total | 48 | 100.00% | 5 | 100.00% |