|
|
594167 |
From cdaf92f134f358ad681678162a4bbf50e4a6477a Mon Sep 17 00:00:00 2001
|
|
|
594167 |
From: Akihiko Odaki <akihiko.odaki@gmail.com>
|
|
|
594167 |
Date: Sat, 11 Jun 2022 07:58:52 +0900
|
|
|
594167 |
Subject: [PATCH] hwdb: Add Lenovo ThinkPad C13 Yoga
|
|
|
594167 |
|
|
|
594167 |
(cherry picked from commit c3b8113af061eaf696fec46a1a9f38600d588f32)
|
|
|
594167 |
|
|
|
594167 |
Related: #2087778
|
|
|
594167 |
---
|
|
|
594167 |
hwdb.d/60-sensor.hwdb | 4 ++++
|
|
|
594167 |
1 file changed, 4 insertions(+)
|
|
|
594167 |
|
|
|
594167 |
diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb
|
|
|
594167 |
index 3de4616f7f..971fac84d5 100644
|
|
|
594167 |
--- a/hwdb.d/60-sensor.hwdb
|
|
|
594167 |
+++ b/hwdb.d/60-sensor.hwdb
|
|
|
594167 |
@@ -416,6 +416,10 @@ sensor:modalias:platform:cros-ec-accel:dmi:*Google_Nocturne*:*
|
|
|
594167 |
sensor:modalias:platform:cros-ec-accel:dmi:*svnGoogle:pnRammus*:*
|
|
|
594167 |
ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, -1, 0; 0, 0, -1
|
|
|
594167 |
|
|
|
594167 |
+# Lenovo ThinkPad C13 Yoga
|
|
|
594167 |
+sensor:modalias:platform:cros-ec-accel:dmi:*svnGoogle:pnMorphius*:*
|
|
|
594167 |
+ ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, -1, 0; 0, 0, -1
|
|
|
594167 |
+
|
|
|
594167 |
#########################################
|
|
|
594167 |
# GP-electronic
|
|
|
594167 |
#########################################
|