samsung-galaxybook-extras
samsung-galaxybook-extras copied to clipboard
Sharing another driver for samsung galaxy books
Hi, I just found this project and I think it's really great!
I myself have a Samsung Galaxy Book 360, first edition, and I struggled with not having support for hotkeys and a few other things, so I tried to develop my own driver that took the role of the SamsungSystemSupportEngine
daemon.
I actually tried to follow the same approach as you did, and in fact the driver is quite similar.
One thing I noticed is that you support the ACPI nodes called SAM0429
whereas in my older laptop is called SAM0428
.
Anyways I have collected a bit of information by reverse engineering the Windows drivers, that I will tidy up and share with you if you are interested (not available in the repo yet). My hope in the long term is that we might be able to merge our two drivers and come up with a nice platform driver for galaxy books!
In the meantime the link to my driver is the following: https://github.com/rapgenic/samsung-book-laptop (I only published it right now, after finding yours)