Document provided by Intel: https://www.kernel.org/doc/html/latest/hid/intel-ish-hid.html
Base on the document: the test steps will be: 1. Install tree: sudo apt-get install tree 2. sudo tree -l /sys/bus/iio/devices/ 3. Check if devices exited.
Example on AAEON's EHL board: https://certification.canonical.com/hardware/202109-29492/ u@linux:~$ sudo tree -l /sys/bus/iio/devices/ /sys/bus/iio/devices/ └── iio:device0 -> ../../../devices/pci0000:00/0000:00:1e.2/pxa2xx-spi.10/spi_master/spi0/spi-AANT1280:00/iio:device0 ├── in_voltage0_raw ├── in_voltage1_raw ├── in_voltage2_raw ├── in_voltage3_raw ├── in_voltage_scale ├── power │ ├── async │ ├── autosuspend_delay_ms │ ├── control │ ├── runtime_active_kids │ ├── runtime_active_time │ ├── runtime_enabled │ ├── runtime_status │ ├── runtime_suspended_time │ └── runtime_usage ├── subsystem -> ../../../../../../../../bus/iio │ ├── devices │ │ └── iio:device0 -> ../../../devices/pci0000:00/0000:00:1e.2/pxa2xx-spi.10/spi_master/spi0/spi-AANT1280:00/iio:device0 [recursive, not followed] │ ├── drivers │ ├── drivers_autoprobe │ ├── drivers_probe │ └── uevent └── uevent
Document provided by Intel: /www.kernel. org/doc/ html/latest/ hid/intel- ish-hid. html
https:/
Base on the document: the test steps will be: iio/devices/
1. Install tree:
sudo apt-get install tree
2. sudo tree -l /sys/bus/
3. Check if devices exited.
Example on AAEON's EHL board: https:/ /certification. canonical. com/hardware/ 202109- 29492/ iio/devices/ iio/devices/ ./devices/ pci0000: 00/0000: 00:1e.2/ pxa2xx- spi.10/ spi_master/ spi0/spi- AANT1280: 00/iio: device0 delay_ms suspended_ time ./../.. /../../ ../bus/ iio ./devices/ pci0000: 00/0000: 00:1e.2/ pxa2xx- spi.10/ spi_master/ spi0/spi- AANT1280: 00/iio: device0 [recursive, not followed]
u@linux:~$ sudo tree -l /sys/bus/
/sys/bus/
└── iio:device0 -> ../../.
├── in_voltage0_raw
├── in_voltage1_raw
├── in_voltage2_raw
├── in_voltage3_raw
├── in_voltage_scale
├── power
│ ├── async
│ ├── autosuspend_
│ ├── control
│ ├── runtime_active_kids
│ ├── runtime_active_time
│ ├── runtime_enabled
│ ├── runtime_status
│ ├── runtime_
│ └── runtime_usage
├── subsystem -> ../../.
│ ├── devices
│ │ └── iio:device0 -> ../../.
│ ├── drivers
│ ├── drivers_autoprobe
│ ├── drivers_probe
│ └── uevent
└── uevent