Note: This project has moved, the module is renamed to tuxedo-io
and is included in the tuxedo-keyboard
project
https://github.com/tuxedocomputers/tuxedo-keyboard
tuxedo-cc-wmi
| README.md
| Makefile Build/packaging scripts
| dkms.conf
|--src Module source
|--src_pkg Package source
This module provides an interface to controlling various functionality (mainly connected to the EC) through WMI.
- Package source (requires dkms, debhelper)
make package
- Clean packaging artifacts
make clean-package
- Build locally for current kernel
Note: Make sure to clean local build artifacts before packaging.make
- Clean local build
make clean