cregit-Linux how code gets into the kernel

Release 4.11 drivers/input/mouse/byd.h

#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 Diamand73100.00%1100.00%
Total73100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.