uconsole-sleep 0.1.7

uConsole sleep service
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Hardware detection modules

pub mod backlight;
pub mod cpu;
pub mod drm_panel;
pub mod framebuffer;
pub mod internal_kb;
pub mod power_key;
pub mod rf;

// pub use backlight::find_backlight;
// pub use cpu::CpuFreqConfig;
// pub use drm_panel::find_drm_panel;
// pub use internal_kb::find_internal_kb;
// pub use power_key::find_power_key;
// pub use rf::find_default_rfkill_path;