Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5154c88 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "driver: input: sensors: Increase the smi130 accel buffer samples size"

parents 0da5a9ef c1e64aa5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1529,7 +1529,7 @@ struct bosch_sensor_data {
};

#ifdef CONFIG_ENABLE_SMI_ACC_GYRO_BUFFERING
#define SMI_ACC_MAXSAMPLE        4000
#define SMI_ACC_MAXSAMPLE        5000
#define G_MAX                    23920640
struct smi_acc_sample {
	int xyz[3];