Re: [PATCH v5 2/2] Input: isa1200 - new driver for Imagis ISA1200
From: Svyatoslav Ryhel
Date: Thu May 28 2026 - 01:38:52 EST
вт, 12 трав. 2026 р. о 13:24 Svyatoslav Ryhel <clamor95@xxxxxxxxx> пише:
>
> From: Linus Walleij <linusw@xxxxxxxxxx>
>
> The ISA1200 is a haptic feedback unit from Imagis Technology using two
> motors for haptic feedback in mobile phones. Used in many mobile devices
> c. 2012 including Samsung Galxy S Advance GT-I9070 (Janice), Samsung Beam
> GT-I8350 (Gavini), LG Optimus 4X P880 and LG Optimus Vu P895.
>
> The exact datasheet for the ISA1200 is not available; all data was modeled
> based on available downstream kernel sources for various devices and
> fragments of information scattered across the internet.
>
> Tested-by: Linus Walleij <linusw@xxxxxxxxxx> # GT-I9070 Janice
> Signed-off-by: Linus Walleij <linusw@xxxxxxxxxx>
> Co-developed-by: Svyatoslav Ryhel <clamor95@xxxxxxxxx>
> Signed-off-by: Svyatoslav Ryhel <clamor95@xxxxxxxxx>
> ---
> drivers/input/misc/Kconfig | 12 +
> drivers/input/misc/Makefile | 1 +
> drivers/input/misc/isa1200.c | 524 +++++++++++++++++++++++++++++++++++
> 3 files changed, 537 insertions(+)
> create mode 100644 drivers/input/misc/isa1200.c
>
Hello Dmitry! Do I need to make any further adjustments to this driver?