Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iio: hid-sensors: Add proximity and attention IDs

The HID Usage Table at https://usb.org/sites/default/files/hut1_5.pdf
reserves:

- 0x4b2 for Human Proximity Range
Distance between a human and the computer. Default unit of
measure is meters;
https://www.usb.org/sites/default/files/hutrr39b_0.pdf

- 0x4bd for Human Attention Detected
Human-Presence sensors detect the presence of humans in the sensor’s
field-of-view using diverse and evolving technologies. Some presence
sensors are implemented with low resolution video cameras, which can
additionally track a subject’s attention (i.e. if the
user is ‘looking’ at the system with the integrated sensor).
A Human-Presence sensor, providing a Host with the user’s attention
state, allows the Host to optimize its behavior. For example, to
brighten/dim the system display, based on the user’s attention to the
system (potentially prolonging battery life). Default unit is
true/false;
https://www.usb.org/sites/default/files/hutrr107-humanpresenceattention_1.pdf

Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
Link: https://patch.msgid.link/20241101-hpd-v3-1-e9c80b7c7164@chromium.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Ricardo Ribalda and committed by
Jonathan Cameron
6e673839 9a5a2483

+2
+2
include/linux/hid-sensor-ids.h
··· 30 30 #define HID_USAGE_SENSOR_PROX 0x200011 31 31 #define HID_USAGE_SENSOR_DATA_PRESENCE 0x2004b0 32 32 #define HID_USAGE_SENSOR_HUMAN_PRESENCE 0x2004b1 33 + #define HID_USAGE_SENSOR_HUMAN_PROXIMITY 0x2004b2 34 + #define HID_USAGE_SENSOR_HUMAN_ATTENTION 0x2004bd 33 35 34 36 /* Pressure (200031) */ 35 37 #define HID_USAGE_SENSOR_PRESSURE 0x200031