Release 4.7 drivers/input/mouse/logips2pp.h
  
  
/*
 * 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 | andres salomon | 16 | 84.21% | 1 | 33.33% | 
| dmitry torokhov | dmitry torokhov | 3 | 15.79% | 2 | 66.67% | 
 | Total | 19 | 100.00% | 3 | 100.00% | 
#endif /* CONFIG_MOUSE_PS2_LOGIPS2PP */
#endif
Overall Contributors
 | Person | Tokens | Prop | Commits | CommitProp | 
| andres salomon | andres salomon | 24 | 50.00% | 1 | 20.00% | 
| vojtech pavlik | vojtech pavlik | 17 | 35.42% | 1 | 20.00% | 
| dmitry torokhov | dmitry torokhov | 7 | 14.58% | 3 | 60.00% | 
 | Total | 48 | 100.00% | 5 | 100.00% | 
  
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.