From dd915cfc829b6338438e1cb761587a7bd86ee95e Mon Sep 17 00:00:00 2001 From: Mario Tesi Date: Tue, 8 Jan 2019 09:49:00 +0100 Subject: [PATCH] Updated README file --- drivers/iio/imu/st_asm330lhh/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iio/imu/st_asm330lhh/README.md b/drivers/iio/imu/st_asm330lhh/README.md index 17d3ec847f78..d4715306fb6f 100644 --- a/drivers/iio/imu/st_asm330lhh/README.md +++ b/drivers/iio/imu/st_asm330lhh/README.md @@ -10,7 +10,7 @@ Index Introduction ============== -This repository contains asm330lhh IMU STMicroelectronics MEMS sensor linux driver support for kernel version 3.18, 4.4, 4.9 and 4.14. +This repository contains asm330lhh IMU STMicroelectronics MEMS sensor linux driver support for kernel version 4.14. Data collected by asm330lhh STM sensor are pushed to userland through the kernel buffers of Linux IIO framework. User space applications can get sensor events by reading the related IIO devices created in the /dev directory (*/dev/iio{x}*). Please see [IIO][1] for more information.