Skip to content

tuxedocomputers/tuxedo-cc-wmi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TUXEDO WMI module

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

Project structure

tuxedo-cc-wmi
|  README.md
|  Makefile             Build/packaging scripts
|  dkms.conf
|--src                  Module source
|--src_pkg              Package source

Description

This module provides an interface to controlling various functionality (mainly connected to the EC) through WMI.

Build commands

  • 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
    

About

An interface to the WMI methods on TUXEDO laptops.

Resources

License

Stars

Watchers

Forks

Packages

No packages published