cregit-Linux how code gets into the kernel

Release 4.7 include/linux/input/touchscreen.h

/*
 * Copyright (c) 2014 Sebastian Reichel <sre@kernel.org>
 *
 * 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 _TOUCHSCREEN_H

#define _TOUCHSCREEN_H

struct input_dev;

void touchscreen_parse_properties(struct input_dev *dev, bool multitouch);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
sebastian reichelsebastian reichel1770.83%133.33%
dmitry torokhovdmitry torokhov729.17%266.67%
Total24100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}