Skip to content

Commit 014e8f1

Browse files
committed
fix(Hardware Support): Update device configs to use upstream bmi260 driver
Signed-off-by: Derek J. Clark <derekjohn.clark@gmail.com>
1 parent b0ed794 commit 014e8f1

18 files changed

+19
-25
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ source_devices:
5050
handler: event*
5151
- group: imu
5252
iio:
53-
name: i2c-BMI0160:00
53+
name: "{i2c-BMI0160:00,bmi260}"
5454

5555
# Optional configuration for the composite device
5656
options:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ source_devices:
4242
handler: event*
4343
- group: imu
4444
iio:
45-
name: i2c-BMI0160:00
45+
name: "{i2c-BMI0160:00,bmi260}"
4646
mount_matrix:
4747
x: [0, -1, 0]
4848
y: [-1, 0, 0]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ source_devices:
4545
handler: event*
4646
- group: imu
4747
iio:
48-
name: i2c-BMI0160:00
48+
name: "{i2c-BMI0160:00,bmi260}"
4949
mount_matrix:
5050
x: [0, -1, 0]
5151
y: [-1, 0, 0]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ source_devices:
3737
handler: event*
3838
#- group: imu #TODO:reenable after we switch from polling
3939
# iio:
40-
# name: i2c-BMI0160:00
40+
# name: "{i2c-BMI0160:00,bmi260}"
4141
# mount_matrix:
4242
# x: [0, -1, 0]
4343
# y: [-1, 0, 0]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ source_devices:
4242
handler: event*
4343
- group: imu
4444
iio:
45-
name: i2c-BMI0160:00
45+
name: "{i2c-BMI0160:00,bmi260}"
4646
mount_matrix:
4747
# Tested on Air 1S 8840U
4848
# TODO: Verify on 7840U

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ source_devices:
4242
handler: event*
4343
- group: imu
4444
iio:
45-
name: i2c-BMI0160:00
45+
name: "{i2c-BMI0160:00,bmi260}"
4646
mount_matrix:
4747
x: [0, -1, 0]
4848
y: [-1, 0, 0]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ source_devices:
3939
handler: event*
4040
- group: imu
4141
iio:
42-
name: i2c-BMI0160:00
42+
name: "{i2c-BMI0160:00,bmi260}"
4343

4444
#RGB
4545
- group: led

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ source_devices:
3939
handler: event*
4040
- group: imu
4141
iio:
42-
name: i2c-BMI0160:00
42+
name: "{i2c-BMI0160:00,bmi260}"
4343

4444
#RGB
4545
- group: led

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ source_devices:
3434
handler: event*
3535
- group: imu
3636
iio:
37-
name: i2c-BMI0160:00
37+
name: "{i2c-BMI0160:00,bmi260}"
3838
mount_matrix:
3939
x: [1, 0, 0]
4040
y: [0, -1, 0]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ source_devices:
3434
handler: event*
3535
- group: imu
3636
iio:
37-
name: i2c-BMI0160:00
37+
name: "{i2c-BMI0160:00,bmi260}"
3838
mount_matrix:
3939
# TODO: Reverify on actual hardware
4040
x: [1, 0, 0]

0 commit comments

Comments
 (0)