Skip to content

Commit 913f12c

Browse files
committed
fix(Hardware Support): Fix Legion Go Regressions
Fixes multiple regressions on the Legion Go 1 with original firmware by doing the following: - Split original Go 1 firmware and new Go 2 firmware into separate drivers. - Remove unsupported events (IMU events, M1, Alt-Tab, and Show Desktop buttons), from the Go 1 driver. - Remove default event filter from the Go 1 driver. - Remove Screen based IMU from the Go 2 configuration.
1 parent 3e12dc5 commit 913f12c

8 files changed

Lines changed: 971 additions & 147 deletions

File tree

rootfs/usr/share/inputplumber/devices/50-legion_go_2.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,6 @@ source_devices:
114114
product_id: 0x61ee
115115
interface_num: 2
116116

117-
# IMU
118-
- group: imu
119-
iio:
120-
name: gyro_3d
121-
mount_matrix:
122-
x: [1, 0, 0]
123-
y: [0, -1, 0]
124-
z: [0, 0, 1]
125-
126117
# Optional configuration for the composite device
127118
options:
128119
# If true, InputPlumber will automatically try to manage the input device. If

0 commit comments

Comments
 (0)