cregit-Linux how code gets into the kernel

Release 4.16 drivers/input/mouse/byd.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _BYD_H

#define _BYD_H

#ifdef CONFIG_MOUSE_PS2_BYD
int byd_detect(struct psmouse *psmouse, bool set_properties);
int byd_init(struct psmouse *psmouse);
#else

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

Contributors

PersonTokensPropCommitsCommitProp
Chris Diamand19100.00%1100.00%
Total19100.00%1100.00%


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

Contributors

PersonTokensPropCommitsCommitProp
Chris Diamand16100.00%1100.00%
Total16100.00%1100.00%

#endif /* CONFIG_MOUSE_PS2_BYD */ #endif /* _BYD_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Chris Diamand7398.65%150.00%
Greg Kroah-Hartman11.35%150.00%
Total74100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.