安卓的触控屏驱动问题
手持驰为hi13寨板,安装凤凰系统(安卓7),触控屏(Goodix汇顶)不能使用。有大佬回复了以下内容,但是不知道怎么操作。
那就简单了,驰为hi13是1002
https://raw.githubusercontent.com/torvalds/linux/master/drivers/input/touchscreen/goodix.c
static const struct i2c_device_id goodix_ts_id[] = {
{ "GDIX1001:00", 0 },
{ }
};
MODULE_DEVICE_TABLE(i2c, goodix_ts_id);
#ifdef CONFIG_ACPI
static const struct acpi_device_id goodix_acpi_match[] = {
{ "GDIX1001", 0 },
{ }
问题链接:http://bbs.phoenixstudio.org/cn/read.php?tid=13930
页:
[1]