Search Criteria
Package Details: goodix-gpdwin3-dkms 6.2.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/goodix-gpdwin3-dkms.git (read-only, click to copy) |
---|---|
Package Base: | goodix-gpdwin3-dkms |
Description: | Patched Goodix touchscreen driver for GPD WIN3 |
Upstream URL: | None |
Keywords: | gpd |
Licenses: | GPL2 |
Submitter: | kylon |
Maintainer: | kylon |
Last Packager: | kylon |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-05-29 11:43 (UTC) |
Last Updated: | 2023-02-26 11:43 (UTC) |
Latest Comments
kylon commented on 2023-01-11 17:55 (UTC)
that is on 6.2-rc, nothing yet in 6.1.y
this is for latest stable kernel (currently 6.1)
pastaq commented on 2023-01-11 07:06 (UTC)
i2c_driver struct has been changed.
in goodix.c: remove i2c_device_id at https://aur.archlinux.org/cgit/aur.git/tree/goodix.c?h=goodix-gpdwin3-dkms#n1293
change from int to void at https://aur.archlinux.org/cgit/aur.git/tree/goodix.c?h=goodix-gpdwin3-dkms#n1418
remove return in now void at https://aur.archlinux.org/cgit/aur.git/tree/goodix.c?h=goodix-gpdwin3-dkms#n1425
change to .probe_new at https://aur.archlinux.org/cgit/aur.git/tree/goodix.c?h=goodix-gpdwin3-dkms#n1562