> > The hid-sensor-prox returned an empty string on sysfs > > in_proximity_scale > > read. This is due to the the driver's scale never being initialized. > > What is scale value reporting here? Is it 1. > > Thanks, > Srinivas Calling `read` on the sysfs file `in_proximity_scale` returns 0, thus an empty string. Adding the hid_format_scale call makes that a '1.000000'. Regards, Philipp