<?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 sysfs-devices-platform-trackpoint</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b12dd0fa481f6914f9375155865a04c3f9f9d800 - Merge tag &apos;input-for-v7.3-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint#b12dd0fa481f6914f9375155865a04c3f9f9d800</link>
        <description>Merge tag &apos;input-for-v7.3-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputPull input fixes from Dmitry Torokhov: - Fixes for evdev and input compat handling to zero-initialize on-stack   absinfo and force-feedback effect structures before partial or compat   copies from userspace, preventing kernel stack memory disclosure - Fixes for the Synaptics RMI4 driver to prevent an out-of-bounds read   when writing multi-chunk blocks over SMBus and to avoid a NULL   pointer dereference during suspend/resume when the RMI device is   unbound - Fixes for the soc_button_array driver to propagate -EPROBE_DEFER on   non-Bay Trail/Cherry Trail platforms (fixing broken power and volume   buttons on the Microsoft Surface Pro 11) and to validate the ACPI   package element count before dereferencing - A fix for the adp5588-keys driver to cache the initial GPIO hardware   state before registering the gpiochip so pre-configured pin states   are not clobbered by GPIO hogs during registration - A fix for the cyttsp5 touchscreen driver to clamp the device-supplied   HID report size before copying into the response buffer, preventing a   buffer overflow - A fix for the HP SDC serio driver to use timer_shutdown_sync() on   module exit so the periodic kicker timer cannot rearm itself during   teardown - A fix for the eeti_ts touchscreen driver to export its OF module   alias so the module autoloads on Device Tree platforms - Updates to the xpad joystick driver adding support for the Victrix   Pro BFG controller and Azeron devices, and fixing the device type   classification for the PDP Marvel Xbox 360 controller - Quirks for the i8042 and atkbd drivers to keep the built-in keyboards   functional on the Acer Aspire Go 15 AG15-42P and Xiaomi Redmi Book   Pro 16 2026 - A quirk for the Synaptics PS/2 touchpad driver disabling SMBus   InterTouch on the Lenovo ThinkPad T440p (board ID 2722) so the   touchpad and TrackPoint respond immediately at boot - Other minor updates and documentation fixes, including reading the   &quot;ti,poll-period&quot; property as u32 in tsc2007, adding the mt6572   compatible to the MediaTek keypad Device Tree binding, fixing an   attribute name typo in the trackpoint sysfs ABI documentation, and   documenting that no new LED codes should be added to the input   subsystem* tag &apos;input-for-v7.3-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:  Input: hp_sdc - shut down kicker timer on module exit  Input: xpad - add support for Victrix Pro BFG Controller  Input: tsc2007 - read &quot;ti,poll-period&quot; as u32  Input: trackpoint - fix the inertia attribute name in the ABI document  Input: eeti_ts - publish the OF module alias  Input: xpad - add support for Azeron devices  Input: xpad - fix PDP Marvel Xbox 360 controller  Input: document that no new LED codes should be added  Input: soc_button_array - check btns_desc-&gt;package.count  Input: soc_button_array - fix MS Surface Pro 11 probe failure  Input: i8042 - add quirk for Acer Aspire Go 15 AG15-42P  Input: synaptics - disable InterTouch on ThinkPad T440p (board id 2722)  Input: cyttsp5 - clamp the HID report size before memcpy  Input: zero ff_effect before compat copy in input_ff_effect_from_user  Input: evdev - zero absinfo before partial copy in EVIOCSABS  Input: synaptics-rmi4 - fix GPF in suspend and resume when unbound  Input: rmi_smbus - fix out-of-bounds read in rmi_smb_write_block()  Input: atkbd - skip deactivate for Xiaomi Redmi Book Pro 16 2026  dt-bindings: input: mediatek,mt6779-keypad: add mt6572  Input: adp5588-keys - cache GPIO state before registering the gpiochip

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint</description>
        <pubDate>Sun, 20 Sep 2026 16:02:34 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>45b0037899704caf9078be2be4de69361ca7d933 - Input: trackpoint - fix the inertia attribute name in the ABI document</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint#45b0037899704caf9078be2be4de69361ca7d933</link>
        <description>Input: trackpoint - fix the inertia attribute name in the ABI documentThe attribute is created as &quot;inertia&quot; (TRACKPOINT_INT_ATTR(inertia, ...)in drivers/input/mouse/trackpoint.c); the ABI file spells the path&quot;intertia&quot;. The description below it already says inertia.Fix the spelling.Fixes: aebb47d4e7a9 (&quot;Input: trackpoint: document sysfs interface&quot;)Assisted-by: LLMSigned-off-by: Karl Mehltretter &lt;kmehltretter@gmail.com&gt;Link: https://patch.msgid.link/20260905102038.42882-1-kmehltretter@gmail.comSigned-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint</description>
        <pubDate>Sat, 05 Sep 2026 12:20:38 +0200</pubDate>
        <dc:creator>Karl Mehltretter &lt;kmehltretter@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c13aca79ff3c4af5fd31a5b2743a90eba6e36a26 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint#c13aca79ff3c4af5fd31a5b2743a90eba6e36a26</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 4.18 merge window.

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint</description>
        <pubDate>Mon, 04 Jun 2018 22:33:12 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>101cfc9f787d8ca22866a178f2c1684fb10f8c7a - Merge branches &apos;clk-warn&apos;, &apos;clk-core&apos;, &apos;clk-spear&apos; and &apos;clk-qcom-msm8998&apos; into clk-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint#101cfc9f787d8ca22866a178f2c1684fb10f8c7a</link>
        <description>Merge branches &apos;clk-warn&apos;, &apos;clk-core&apos;, &apos;clk-spear&apos; and &apos;clk-qcom-msm8998&apos; into clk-next* clk-warn:  clk: Print the clock name and warning cause* clk-core:  clk: Remove clk_init_cb typedef* clk-spear:  clk: spear: fix WDT clock definition on SPEAr600* clk-qcom-msm8998:  clk: qcom: Add MSM8998 Global Clock Control (GCC) driver

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint</description>
        <pubDate>Mon, 04 Jun 2018 21:26:39 +0200</pubDate>
        <dc:creator>Stephen Boyd &lt;sboyd@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>754451342fc5954061ede74b0a8485ec4a4c6eaa - Merge tag &apos;v4.17-rc6&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint#754451342fc5954061ede74b0a8485ec4a4c6eaa</link>
        <description>Merge tag &apos;v4.17-rc6&apos; into nextSync up with mainline to bring in Atmel controller changes for Caroline.

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint</description>
        <pubDate>Thu, 24 May 2018 18:30:15 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bba9525520b6028ecbe7486e13216e9ede8636be - Merge branch &apos;drm-intel-next-queued&apos; into gvt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint#bba9525520b6028ecbe7486e13216e9ede8636be</link>
        <description>Merge branch &apos;drm-intel-next-queued&apos; into gvt-nextSigned-off-by: Zhi Wang &lt;zhi.a.wang@intel.com&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint</description>
        <pubDate>Sun, 13 May 2018 23:19:07 +0200</pubDate>
        <dc:creator>Zhi Wang &lt;zhi.a.wang@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>94cc2fde365fb4484080ea6675bb1e0c933f8002 - Merge remote-tracking branch &apos;drm/drm-next&apos; into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint#94cc2fde365fb4484080ea6675bb1e0c933f8002</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into drm-misc-nextdrm-misc-next is still based on v4.16-rc7, and was getting a bit stale.Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint</description>
        <pubDate>Fri, 11 May 2018 18:08:10 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>53f071e19d566e7d0a4eada1bd8313a4cdb660a4 - Merge drm/drm-next into drm-intel-next-queued</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint#53f071e19d566e7d0a4eada1bd8313a4cdb660a4</link>
        <description>Merge drm/drm-next into drm-intel-next-queuedNeed d224985a5e31 (&quot;sched/wait, drivers/drm: Convert wait_on_atomic_t()usage to the new wait_var_event() API&quot;) in dinq to be able to fixhttps://bugs.freedesktop.org/show_bug.cgi?id=106085.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint</description>
        <pubDate>Wed, 02 May 2018 11:20:32 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>552c69b36ebd966186573b9c7a286b390935cce1 - Merge tag &apos;v4.17-rc3&apos; into apparmor-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint#552c69b36ebd966186573b9c7a286b390935cce1</link>
        <description>Merge tag &apos;v4.17-rc3&apos; into apparmor-nextLinux v4.17-rc3Merge in v4.17 for LSM updatesSigned-off-by: John Johansen &lt;john.johansen@canonical.com&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint</description>
        <pubDate>Wed, 02 May 2018 09:38:52 +0200</pubDate>
        <dc:creator>John Johansen &lt;john.johansen@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>8cad95f56f63a63abab0ff0cb451c0bdd5a885dc - Merge tag &apos;v4.17-rc2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint#8cad95f56f63a63abab0ff0cb451c0bdd5a885dc</link>
        <description>Merge tag &apos;v4.17-rc2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-nextLinux 4.17-rc2

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint</description>
        <pubDate>Tue, 24 Apr 2018 16:52:52 +0200</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>b393a707c84bb56a7800c93849fd8b492f76ba42 - Merge tag &apos;v4.17-rc2&apos; into next-general</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint#b393a707c84bb56a7800c93849fd8b492f76ba42</link>
        <description>Merge tag &apos;v4.17-rc2&apos; into next-generalSync to Linux 4.17-rc2 for developers.

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint</description>
        <pubDate>Mon, 23 Apr 2018 19:57:26 +0200</pubDate>
        <dc:creator>James Morris &lt;james.morris@microsoft.com&gt;</dc:creator>
    </item>
<item>
        <title>30596ec32e2cd141d73ee8701386887def9e98c0 - Back merge &apos;drm-intel-fixes&apos; into gvt-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint#30596ec32e2cd141d73ee8701386887def9e98c0</link>
        <description>Back merge &apos;drm-intel-fixes&apos; into gvt-fixesNeed for 4.17-rc1Signed-off-by: Zhenyu Wang &lt;zhenyuw@linux.intel.com&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint</description>
        <pubDate>Tue, 17 Apr 2018 04:43:57 +0200</pubDate>
        <dc:creator>Zhenyu Wang &lt;zhenyuw@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>bb2407a7219760926760f0448fddf00d625e5aec - Merge tag &apos;docs-4.17&apos; of git://git.lwn.net/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint#bb2407a7219760926760f0448fddf00d625e5aec</link>
        <description>Merge tag &apos;docs-4.17&apos; of git://git.lwn.net/linuxPull documentation updates from Jonathan Corbet: &quot;There&apos;s been a fair amount of activity in Documentation/ this time  around:   - Lots of work aligning Documentation/ABI with reality, done by     Aishwarya Pant.   - The trace documentation has been converted to RST by Changbin Du   - I thrashed up kernel-doc to deal with a parsing issue and to try to     make the code more readable. It&apos;s still a 20+-year-old Perl hack,     though.   - Lots of other updates, typo fixes, and more&quot;* tag &apos;docs-4.17&apos; of git://git.lwn.net/linux: (82 commits)  Documentation/process: update FUSE project website  docs: kernel-doc: fix parsing of arrays  dmaengine: Fix spelling for parenthesis in dmatest documentation  dmaengine: Make dmatest.rst indeed reST compatible  dmaengine: Add note to dmatest documentation about supported channels  Documentation: magic-numbers: Fix typo  Documentation: admin-guide: add kvmconfig, xenconfig and tinyconfig commands  Input: alps - Update documentation for trackstick v3 format  Documentation: Mention why %p prints ptrval  COPYING: use the new text with points to the license files  COPYING: create a new file with points to the Kernel license files  Input: trackpoint: document sysfs interface  xfs: Change URL for the project in xfs.txt  char/bsr: add sysfs interface documentation  acpi: nfit: document sysfs interface  block: rbd: update sysfs interface  Documentation/sparse: fix typo  Documentation/CodingStyle: Add an example for braces  docs/vm: update 00-INDEX  kernel-doc: Remove __sched markings  ...

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint</description>
        <pubDate>Tue, 03 Apr 2018 22:35:51 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>aebb47d4e7a9c5a4f456aa0b2e1f7d612d1c78ba - Input: trackpoint: document sysfs interface</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint#aebb47d4e7a9c5a4f456aa0b2e1f7d612d1c78ba</link>
        <description>Input: trackpoint: document sysfs interfaceDescriptions have been collected from git commit logs, code commits andthe TrackPoint System Version 4.0 Engineering Specification.Signed-off-by: Aishwarya Pant &lt;aishpant@gmail.com&gt;Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-platform-trackpoint</description>
        <pubDate>Fri, 02 Mar 2018 18:30:19 +0100</pubDate>
        <dc:creator>Aishwarya Pant &lt;aishpant@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
