1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00

gpd-win-man-2-2023: init README

This commit is contained in:
Cryolitia 2024-02-11 14:26:34 +08:00
parent 845f4eb25a
commit 7f912f2207
No known key found for this signature in database
GPG Key ID: 3E5D1772FC8A8EDD

View File

@ -0,0 +1,7 @@
# GPD Win Max 2 2023
## Gyro
The IMU (Bosch BMI260) is incorrectly identified in the BIOS. It's named BMI0160:00 in ACPI table.
The IMU is on `/dev/i2c-2`, address `0x69`. It's `CHIP_ID` in reg `0x00` is `0x27`, which could determine that it is actually BMI0260: https://chromium.googlesource.com/chromiumos/platform/ec/+/master/driver/accelgyro_bmi260.h#28