summaryrefslogtreecommitdiff
path: root/board/primus/ps2.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/primus/ps2.h')
-rw-r--r--board/primus/ps2.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/board/primus/ps2.h b/board/primus/ps2.h
index 0943d5ba4b..a82d6d566a 100644
--- a/board/primus/ps2.h
+++ b/board/primus/ps2.h
@@ -1,4 +1,4 @@
-/* Copyright 2022 The Chromium OS Authors. All rights reserved.
+/* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -12,20 +12,20 @@
* 0x01 was the original IBM trackpoint, others implement very limited
* subset of trackpoint features.
*/
-#define TP_READ_ID 0xE1 /* Sent for device identification */
+#define TP_READ_ID 0xE1 /* Sent for device identification */
-#define TP_COMMAND 0xE2 /* Commands start with this */
+#define TP_COMMAND 0xE2 /* Commands start with this */
/*
* Toggling Flag bits
*/
-#define TP_TOGGLE 0x47 /* Toggle command */
+#define TP_TOGGLE 0x47 /* Toggle command */
-#define TP_VARIANT_ELAN 0x03
-#define TP_VARIANT_SYNAPTICS 0x06
-#define TP_TOGGLE_SOURCE_TAG 0x20
-#define TP_TOGGLE_BURST 0x28
-#define TP_TOGGLE_SNAPTICS_SLEEP 0x10
-#define TP_TOGGLE_ELAN_SLEEP 0x8
+#define TP_VARIANT_ELAN 0x03
+#define TP_VARIANT_SYNAPTICS 0x06
+#define TP_TOGGLE_SOURCE_TAG 0x20
+#define TP_TOGGLE_BURST 0x28
+#define TP_TOGGLE_SNAPTICS_SLEEP 0x10
+#define TP_TOGGLE_ELAN_SLEEP 0x8
#endif /* __CROS_EC_PRIMUS_PS2_H */