cregit-Linux how code gets into the kernel

Release 4.11 drivers/input/mouse/lifebook.h

/*
 * Fujitsu B-series Lifebook PS/2 TouchScreen driver
 *
 * 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 _LIFEBOOK_H

#define _LIFEBOOK_H

#ifdef CONFIG_MOUSE_PS2_LIFEBOOK
void lifebook_module_init(void);
int lifebook_detect(struct psmouse *psmouse, bool set_properties);
int lifebook_init(struct psmouse *psmouse);
#else

static inline void lifebook_module_init(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Dmitry Torokhov787.50%150.00%
Chen Gang S112.50%150.00%
Total8100.00%2100.00%


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

Contributors

PersonTokensPropCommitsCommitProp
Andres Salomon1789.47%133.33%
Dmitry Torokhov15.26%133.33%
Chen Gang S15.26%133.33%
Total19100.00%3100.00%


static inline int lifebook_init(struct psmouse *psmouse) { return -ENOSYS; }

Contributors

PersonTokensPropCommitsCommitProp
Andres Salomon1593.75%150.00%
Chen Gang S16.25%150.00%
Total16100.00%2100.00%

#endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Andres Salomon3945.35%116.67%
Dmitry Torokhov2427.91%350.00%
Kenan Esau2023.26%116.67%
Chen Gang S33.49%116.67%
Total86100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.