mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-03 16:43:47 +00:00
Improved lid state detection
This commit is contained in:
@@ -38,10 +38,9 @@ public:
|
||||
// Lid state enumeration
|
||||
enum class LidState
|
||||
{
|
||||
OPEN,
|
||||
CLOSED,
|
||||
NOT_IN_CASE,
|
||||
UNKNOWN
|
||||
OPEN = 0x0,
|
||||
CLOSED = 0x1,
|
||||
UNKNOWN,
|
||||
};
|
||||
LidState lidState = LidState::UNKNOWN;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user