File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11// Copyright (C) Microsoft Corporation, All Rights Reserved.
2+ // Copyright (C) Framework Computer Inc, All Rights Reserved.
23//
34// Abstract:
45//
Original file line number Diff line number Diff line change 1-
2- // Only need EC commands to use EC_CMD_MOTION_SENSE_CMD to determine which accel sensors there are and which position they are
3- // ALl the rest can be done using memory map reads
1+ // Copyright (C) Framework Computer Inc, All Rights Reserved.
2+ //
3+ // Abstract:
4+ //
5+ // This module contains the implementation of communication with the embedded controller.
6+ //
7+ // Only need EC commands to use EC_CMD_MOTION_SENSE_CMD to determine which
8+ // accel sensors there are and which position they are. ALl the rest can be
9+ // done using memory map reads.
10+ //
11+ // Environment:
12+ //
13+ // Windows User-Mode Driver Framework (UMDF)
414
515#include " Clients.h"
616#include " EcCommunication.h"
You can’t perform that action at this time.
0 commit comments