We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to build the driver this error occurs:
/home/mbotx/gslX68X/silead.c:674:19: error: initialization of ‘int (*)(struct i2c_client )’ from incompatible pointer type ‘int ()(struct i2c_client *, const struct i2c_device_id *)’ [-Wincompatible-pointer-types] 674 | .probe = silead_ts_probe,
I'm running on fedora linux with kernel version: 6.8.5-301.fc40.x86_64
The text was updated successfully, but these errors were encountered:
It's a known issue: onitake/gslx680-acpi#38
Do you really need to use this old driver? If you want to run a Silead touchscreen on a modern kernel, please use the mainline silead.ko driver instead: https://github.com/torvalds/linux/blob/master/drivers/input/touchscreen/silead.c
Sorry, something went wrong.
No branches or pull requests
When I try to build the driver this error occurs:
I'm running on fedora linux with kernel version: 6.8.5-301.fc40.x86_64
The text was updated successfully, but these errors were encountered: