<div dir="ltr">I have two system having different kernel version and drivers(IIO) on which i can run the generic_buffer.c application .On one system it works fine but on the other it does not give the input reports data.<div><br><div>I have checked that the system on which it is working has the following sysfs under /sys/bus/iio/devices/iio:deviceX (where X is 1,2,3...)</div><div><br></div><div>buffer</div><div>dev</div><div>in_accel_hysteresis</div><div>in_accel_offset</div><div>in_accel_sampling_frequency</div><div>in_accel_scale</div><div><b>in_accel_x_raw</b></div><div><b>in_accel_y_raw<br></b></div><div><b>in_accel_z_raw</b><br></div><div>name</div><div>power</div><div>scan_elements</div><div>subsystem</div><div>trigger</div><div>uevent</div><div><br></div><div>This is for accelerometer similiarly for magnetometer (in_magn_x_raw,_y_raw,z_raw etc) and for Gyrometer ( in_anglvel_x_raw,in_anglvel_y_raw,in_anglvel_z_raw )</div><div><br></div><div><br></div><div><br></div><div>and the one on which it is not working has the below sysfs under /sys/bus/iio/devices/iio:deviceX (where X is 1,2,3...) : </div><div><br></div><div><div>buffer</div><div>dev</div><div>in_accel_hysteresis</div><div>in_accel_offset</div><div>in_accel_sampling_frequency</div><div>in_accel_scale</div><div>name<br></div><div>power</div><div>scan_elements</div><div>subsystem</div><div>trigger</div><div>uevent</div></div><div><br></div><div><br></div><div><br></div><div>Is the missing _x_raw,_y_raw and _z_raw component main reason for not working of the app,.Where I can enable them in the driver?</div><div><br></div><div><br></div><div><br></div><div>Thanks and Rgds,</div><div>Saurabh</div></div></div>