mirror of https://gitee.com/openkylin/linux.git
iio: Correct HID light sensor name in comments
The original driver was pasted from accelerometer driver, but the name of the ID was not changed. This patch fixes this comment. Signed-off-by: Alexandre Relange <alexandre@relange.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
00a8d4234c
commit
39441078f7
|
@ -31,7 +31,7 @@
|
|||
#include "../common/hid-sensors/hid-sensor-trigger.h"
|
||||
|
||||
/*Format: HID-SENSOR-usage_id_in_hex*/
|
||||
/*Usage ID from spec for Accelerometer-3D: 0x200041*/
|
||||
/*Usage ID from spec for Ambiant-Light: 0x200041*/
|
||||
#define DRIVER_NAME "HID-SENSOR-200041"
|
||||
|
||||
#define CHANNEL_SCAN_INDEX_ILLUM 0
|
||||
|
|
Loading…
Reference in New Issue