I've bought a new laptop (XMG NEO15, like Gigabyte, I guess) but the touchpad is not recognized.
$ uname -a
Linux NEO 4.18.0-10-generic #11-Ubuntu SMP Thu Oct 11 15:13:55 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
$ xinput
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Microsoft Microsoft® 2.4GHz Transceiver v9.0 Mouse id=11 [slave pointer (2)]
⎜ ↳ Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control id=12 [slave pointer (2)]
⎜ ↳ Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control id=13 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Power Button id=7 [slave keyboard (3)]
↳ Sleep Button id=8 [slave keyboard (3)]
↳ HD Webcam: HD Webcam id=9 [slave keyboard (3)]
↳ Microsoft Microsoft® 2.4GHz Transceiver v9.0 id=10 [slave keyboard (3)]
↳ Microsoft Microsoft® 2.4GHz Transceiver v9.0 System Control id=14 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=15 [slave keyboard (3)]
↳ Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control id=16 [slave keyboard (3)]
↳ Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control id=17 [slave keyboard (3)]
I have tried nearly everything I could find including this but nothing worked. Now I came across this post (German) in a SUSE discussion board. The guy says his NEO is running now with these patches:
wget -O patch1 https://bugzilla.kernel.org/attachment.cgi?id=277217
wget -O patch2 https://bugzilla.kernel.org/attachment.cgi?id=277483
wget -O patch3 https://bugzilla.kernel.org/attachment.cgi?id=277553
wget -O patch4 https://bugzilla.kernel.org/attachment.cgi?id=278563
I am quite new to linux. Can I apply these patches and if yes, how?