Skip to content

Commit db272cc

Browse files
committed
Add some Framework Copyright notices
To files that we changed or created. Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 8e9e2d1 commit db272cc

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

FrameworkSensors/AccelerometerClient.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (C) Microsoft Corporation, All Rights Reserved.
2+
// Copyright (C) Framework Computer Inc, All Rights Reserved.
23
//
34
// Abstract:
45
//

FrameworkSensors/EcCommunication.cpp

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
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"

0 commit comments

Comments
 (0)