android13/kernel-5.10/drivers/input/touchscreen/gt1x/gt1x_cfg.h

28 lines
878 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* 2010 - 2013 Goodix Technology.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be a reference
* to you, when you are integrating the GOODiX's CTP IC into your system,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
*/
#ifndef _GOODIX_GT1X_CFG_H_
#define _GOODIX_GT1X_CFG_H_
/* CFG for GT5688 */
static u8 gtp_dat_5688[] = {
/* <1080, 1920>*/
#include "GT5688_Config_20170713_1080_1920.cfg"
};
#endif /* _GOODIX_GT1X_CFG_H_ */