1# Copyright (c) 2022 Intel Corporation
2#
3# SPDX-License-Identifier: Apache-2.0
4
5description: Sensor Device
6
7include: base.yaml
8
9properties:
10  friendly-name:
11    type: string
12    description: |
13      Human readable string describing the sensor. It can be used to
14      distinguish multiple instances of the same model (e.g., lid accelerometer
15      vs. base accelerometer in a laptop) to a host operating system.
16
17      This property is defined in the Generic Sensor Property Usages of the HID
18      Usage Tables specification
19      (https://usb.org/sites/default/files/hut1_3_0.pdf, section 22.5).
20