cregit-Linux how code gets into the kernel

Release 4.11 drivers/input/mouse/touchkit_ps2.h

/* ----------------------------------------------------------------------------
 * touchkit_ps2.h  --  Driver for eGalax TouchKit PS/2 Touchscreens
 *
 * Copyright (C) 2005 by Stefan Lucke
 * Copyright (c) 2005 Vojtech Pavlik
 *
 * 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 _TOUCHKIT_PS2_H

#define _TOUCHKIT_PS2_H

#ifdef CONFIG_MOUSE_PS2_TOUCHKIT
int touchkit_ps2_detect(struct psmouse *psmouse, bool set_properties);
#else

static inline int touchkit_ps2_detect(struct psmouse *psmouse, bool set_properties) { return -ENOSYS; }

Contributors

PersonTokensPropCommitsCommitProp
Andres Salomon1789.47%133.33%
Adrian Bunk15.26%133.33%
Dmitry Torokhov15.26%133.33%
Total19100.00%3100.00%

#endif /* CONFIG_MOUSE_PS2_TOUCHKIT */ #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Andres Salomon2552.08%125.00%
Stefan Lucke2041.67%125.00%
Dmitry Torokhov24.17%125.00%
Adrian Bunk12.08%125.00%
Total48100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.