diff options
| author | Basavaraj Natikar <[email protected]> | 2024-02-05 10:59:25 -0800 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2024-02-17 16:16:11 +0000 |
| commit | 3765d426fe864e109d00aeb48f22413b896b2eb9 (patch) | |
| tree | 69d8901e16709bc29c7152990b67fd2f096a25bc /include | |
| parent | 00c45c9ef9b243cd0d48ae2bd0b8d908a9e04b2d (diff) | |
iio: hid-sensor-als: Add light color temperature support
On some platforms, ambient color sensors also support light color
temperature. Add support of light color temperature.
Signed-off-by: Basavaraj Natikar <[email protected]>
Signed-off-by: Srinivas Pandruvada <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/hid-sensor-ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/hid-sensor-ids.h b/include/linux/hid-sensor-ids.h index 13b1e65fbdcc..8af4fb3e0254 100644 --- a/include/linux/hid-sensor-ids.h +++ b/include/linux/hid-sensor-ids.h @@ -21,6 +21,7 @@ #define HID_USAGE_SENSOR_ALS 0x200041 #define HID_USAGE_SENSOR_DATA_LIGHT 0x2004d0 #define HID_USAGE_SENSOR_LIGHT_ILLUM 0x2004d1 +#define HID_USAGE_SENSOR_LIGHT_COLOR_TEMPERATURE 0x2004d2 /* PROX (200011) */ #define HID_USAGE_SENSOR_PROX 0x200011 |