Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
add-ini.c.patch | Add ini.c Without it, the package cannot build. | Thomas Goirand <zigo@debian.org> | not-needed | 2024-08-12 | ||
Make-legion_remove-return-void-and-set-remove_new.patch | fix: Make legion_remove return void and set remove_new The type of .remove in platform_driver changed from . int (*)(struct platform_drive*) . to . void (*)(struct platform_drive*) . in kernel 6.11 to force migration. In version before . .remove_new has type . void (*)(struct platform_drive*) . to allows a migration. We use remove_new to make it commpatible with different kernels. diff --git a/kernel_module/legion-laptop.c b/kernel_module/legion-laptop.c index 405b198..e1c42bd 100644 |
johnfan <johndoe@example.com> | no | upstream, https://github.com/johnfanv2/LenovoLegionLinux/commit/61f05e082afe2af9fec3d038e8c800192b2de07f | 2024-11-16 |