├── .gitignore ├── LICENSE ├── Makefile ├── README.md ├── dkms.conf └── framework_laptop.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHowett/framework-laptop-kmod/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHowett/framework-laptop-kmod/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHowett/framework-laptop-kmod/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHowett/framework-laptop-kmod/HEAD/README.md -------------------------------------------------------------------------------- /dkms.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHowett/framework-laptop-kmod/HEAD/dkms.conf -------------------------------------------------------------------------------- /framework_laptop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DHowett/framework-laptop-kmod/HEAD/framework_laptop.c --------------------------------------------------------------------------------