cregit-Linux how code gets into the kernel

Release 4.14 drivers/hid/hid-lg.h

Directory: drivers/hid
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __HID_LG_H

#define __HID_LG_H


struct lg_drv_data {
	
unsigned long quirks;
	
void *device_props;	/* Device specific properties */
};

#ifdef CONFIG_LOGITECH_FF
int lgff_init(struct hid_device *hdev);
#else

static inline int lgff_init(struct hid_device *hdev) { return -1; }

Contributors

PersonTokensPropCommitsCommitProp
Jiri Slaby16100.00%1100.00%
Total16100.00%1100.00%

#endif #ifdef CONFIG_LOGIRUMBLEPAD2_FF int lg2ff_init(struct hid_device *hdev); #else
static inline int lg2ff_init(struct hid_device *hdev) { return -1; }

Contributors

PersonTokensPropCommitsCommitProp
Jiri Slaby16100.00%1100.00%
Total16100.00%1100.00%

#endif #ifdef CONFIG_LOGIG940_FF int lg3ff_init(struct hid_device *hdev); #else
static inline int lg3ff_init(struct hid_device *hdev) { return -1; }

Contributors

PersonTokensPropCommitsCommitProp
Gary Stein16100.00%1100.00%
Total16100.00%1100.00%

#endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Jiri Slaby7260.50%125.00%
Gary Stein3226.89%125.00%
Michal Malý1411.76%125.00%
Greg Kroah-Hartman10.84%125.00%
Total119100.00%4100.00%
Directory: drivers/hid
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.