Files
android_kernel_samsung_ot8/include/linux/touchscreen_info.h
2024-07-26 22:06:44 +03:00

27 lines
456 B
C

/*
*
* 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_INFO_H_
#define _TOUCHSCREEN_INFO_H_
enum tp_module_used {
UNKNOWN_TP,
HIMAX,
Himax,
Ilitek,
ILITEK_ILI7807S,
CHIPONE,
JADARD_JD9365T,
Novatek,
Focaltech,
GALAXYCORE,
};
//enum tp_module_used tp_is_used = UNKNOWN_TP;
#endif