Recognize chromeOS sensor location
Created by: danielstuart14
- Accelerometer: Parse and recognize cros-ec sensor location All devices with chromium embedded controller have their display sensor location set as "lid". Also, the sensor location is only available through sysfs. See: https://github.com/torvalds/linux/blob/f678d6da749983791850876e3421e7c48a0a7127/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c#L137 Prior to this commit, chromebooks with two accelerometers had their base sensor being used as display, causing serious issues with screen rotation.