<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in isa1200.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>1be05c6afbb2c4052d0a13fc91ddcd89aaee9614 - Merge tag &apos;input-for-v7.3-rc0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/input/misc/isa1200.c#1be05c6afbb2c4052d0a13fc91ddcd89aaee9614</link>
        <description>Merge tag &apos;input-for-v7.3-rc0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputPull input updates from Dmitry Torokhov: - A new driver and device tree binding for Imagis ISA1200 haptic motor   controller - Improvements to input core opening, closing and inhibiting devices,   ensuring devices are fully ready before delivering events, deferring   handler start() until the device is opened, resyncing state on   uninhibit, and rejecting inhibit requests during unregistration - Updates to cap11xx capacitive touch driver to support Microchip   CAP1114, optional hardware reset GPIO handling, and per-chip LED   constraints - Fixes for MELFAS MMS114 touchscreen driver hardening incoming data   parsing, endianness fixes for I2C packet layout, Y-resolution   configuration, and refactoring to use chip variant descriptors - Updates for psmouse driver resolving a potential UAF during protocol   disconnect, cleaning up PNP ID matching, and making use of guard() - Fix for FocalTech PS/2 protocol to prevent coordinate underflow and   cursor jumps at boundaries - A change to Synaptics driver to enable InterTouch (SMBus) mode on   Dell Inspiron 3521 - Refactoring of PA-RISC keyboard support in gscps2 to supply keymaps   via software node device properties, removing architecture-specific   tables from the generic atkbd driver - Updates to Samsung keypad driver to keep interrupts disabled while   device is closed, along with wakeup logic cleanups and use of   pm_runtime_active guards - Updates to NXP i.MX SNVS power key driver to report press events   during resume to avoid lost events, and error handling cleanups - Updated TCA8418 keypad driver enabling overflow mode per hardware   errata - Conversion of ROHM BD718x7 and BD71828 PMIC drivers to instantiate   gpio-keys child devices using software nodes instead of platform data   (coming from MFD immutable branch) - Updates to Synaptics RMI4 driver to use touchscreen dimensions from   platform data when specified - Firmware update speed optimization for IC Type 0x19 in ELAN I2C   driver - A fix to Azoteq IQS5xx driver to validate firmware record spans   against programmable map size - Update to Samsung SUR40 contact count based on PixelSense   specification - A number of updates to device tree bindings, including TI TPS65217   power button schema conversion and new compatibles for FocalTech   FT3D81 and Synaptics S3706B - Other assorted driver cleanups, style fixes, and conversions to   modern string and cleanup helpers* tag &apos;input-for-v7.3-rc0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (61 commits)  Input: rmi4 - use platform data instead of query, when available  Input: elan_i2c - sort include statements  Input: elan_i2c - optimize update speed for IC Type 0x19.  Input: elan_i2c - use device-id/acpi.h for ACPI IDs  Input: reject inhibit and uninhibit requests on unregistering devices  Input: defer handler&apos;s start() until device is opened  Input: call handler-&gt;start() when uninhibiting device  Input: clear inhibited flag before re-opening device on uninhibit  Input: ensure device is ready before delivering events  Input: gscps2 - supply PA-RISC keyboard keymap via device property  Input: synaptics_i2c - return 0 explicitly on success  Input: rmi_smbus - remove conditional return with no effect  Input: pmic8xxx-keypad - remove conditional return with no effect  Input: focaltech - use signed coordinates to prevent underflow  Input: psmouse - use guard() for resource management  Input: psmouse - modernize PNP ID parsing  Input: psmouse - clean up locking around disable_work_sync()  Input: psmouse - fix use-after-free during protocol disconnect  Input: samsung-keypad - use pm_runtime_active guard  Input: samsung-keypad - keep interrupt disabled while closed  ...

            List of files:
            /linux/drivers/input/misc/isa1200.c</description>
        <pubDate>Wed, 19 Aug 2026 17:59:24 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>b4d85f863e5a6f1fa01b186001af0f68f4f5239e - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/input/misc/isa1200.c#b4d85f863e5a6f1fa01b186001af0f68f4f5239e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.3 merge window.

            List of files:
            /linux/drivers/input/misc/isa1200.c</description>
        <pubDate>Sat, 15 Aug 2026 06:26:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8fc62e1d7429e39ac0420dd457021b5fe809e90d - Input: isa1200 - new driver for Imagis ISA1200</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/input/misc/isa1200.c#8fc62e1d7429e39ac0420dd457021b5fe809e90d</link>
        <description>Input: isa1200 - new driver for Imagis ISA1200The ISA1200 is a haptic feedback unit from Imagis Technology using twomotors for haptic feedback in mobile phones. Used in many mobile devicesc. 2012 including Samsung Galxy S Advance GT-I9070 (Janice), Samsung BeamGT-I8350 (Gavini), LG Optimus 4X P880 and LG Optimus Vu P895.The exact datasheet for the ISA1200 is not available; all data was modeledbased on available downstream kernel sources for various devices andfragments of information scattered across the internet.Tested-by: Linus Walleij &lt;linusw@kernel.org&gt; # GT-I9070 JaniceSigned-off-by: Linus Walleij &lt;linusw@kernel.org&gt;Co-developed-by: Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;Signed-off-by: Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;Link: https://patch.msgid.link/20260617070528.35006-3-clamor95@gmail.comSigned-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux/drivers/input/misc/isa1200.c</description>
        <pubDate>Wed, 17 Jun 2026 09:05:27 +0200</pubDate>
        <dc:creator>Linus Walleij &lt;linusw@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
