├── .gitignore ├── Kbuild ├── Makefile ├── README.md ├── dkms.conf └── mod.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blastrock/unlockdown/HEAD/.gitignore -------------------------------------------------------------------------------- /Kbuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blastrock/unlockdown/HEAD/Kbuild -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blastrock/unlockdown/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blastrock/unlockdown/HEAD/README.md -------------------------------------------------------------------------------- /dkms.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blastrock/unlockdown/HEAD/dkms.conf -------------------------------------------------------------------------------- /mod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blastrock/unlockdown/HEAD/mod.c --------------------------------------------------------------------------------