cregit-Linux how code gets into the kernel

Release 4.11 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

PersonTokensPropCommitsCommitProp
Andres Salomon1684.21%133.33%
Dmitry Torokhov315.79%266.67%
Total19100.00%3100.00%

#endif /* CONFIG_MOUSE_PS2_LOGIPS2PP */ #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Andres Salomon2450.00%120.00%
Vojtech Pavlik1735.42%120.00%
Dmitry Torokhov714.58%360.00%
Total48100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.