<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>9958d30f - media: Kconfig: cleanup VIDEO_DEV dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/rmi4/Kconfig#9958d30f</link>
        <description>media: Kconfig: cleanup VIDEO_DEV dependenciesmedia Kconfig has two entries associated to V4L API:VIDEO_DEV and VIDEO_V4L2.On Kernel 2.6.x, there were two V4L APIs, each one with its own flag.VIDEO_DEV were meant to:	1) enable Video4Linux and make its Kconfig options to appear;	2) it makes the Kernel build the V4L core.while VIDEO_V4L2 where used to distinguish between drivers thatimplement the newer API and drivers that implemented the former one.With time, such meaning changed, specially after the removal ofall V4L version 1 drivers.At the current implementation, VIDEO_DEV only does (1): it enablesthe media options related to V4L, that now has:	menu &quot;Video4Linux options&quot;		visible if VIDEO_DEV	source &quot;drivers/media/v4l2-core/Kconfig&quot;	endmenubut it doesn&apos;t affect anymore the V4L core drivers.The rationale is that the V4L2 core has a &quot;soft&quot; dependencyat the I2C bus, and now requires to select a number of otherKconfig options:	config VIDEO_V4L2		tristate		depends on (I2C || I2C=n) &amp;&amp; VIDEO_DEV		select RATIONAL		select VIDEOBUF2_V4L2 if VIDEOBUF2_CORE		default (I2C || I2C=n) &amp;&amp; VIDEO_DEVIn the past, merging them would be tricky, but it seems that it is nowpossible to merge those symbols, in order to simplify V4L dependencies.Let&apos;s keep VIDEO_DEV, as this one is used on some make *defconfigconfigurations.Suggested-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Reviewed-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Reviewed-by: Jacopo Mondi &lt;jacopo@jmondi.org&gt;Reviewed-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt; # for meson-vdec &amp; meson-ge2dAcked-by: Andrzej Pietrasiewicz &lt;andrzejtp2010@gmail.com&gt;Acked-by: &#321;ukasz Stelmach &lt;l.stelmach@samsung.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/input/rmi4/Kconfig</description>
        <pubDate>Sun, 13 Mar 2022 06:25:46 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>9e4c596b - Input: synaptics-rmi4 - add support for F3A</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/rmi4/Kconfig#9e4c596b</link>
        <description>Input: synaptics-rmi4 - add support for F3ARMI4 F3A supports the touchpad GPIO function, it&apos;s designed tosupport more GPIOs and used on newer touchpads. This patch addssupport of the touchpad buttons.Signed-off-by: Vincent Huang &lt;vincent.huang@tw.synaptics.com&gt;Reviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Tested-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Reviewed-by: Andrew Duggan &lt;aduggan@synaptics.com&gt;Link: https://lore.kernel.org/r/20200930094147.635556-3-vincent.huang@tw.synaptics.comSigned-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/rmi4/Kconfig</description>
        <pubDate>Mon, 05 Oct 2020 02:42:24 +0000</pubDate>
        <dc:creator>Vincent Huang &lt;vincent.huang@tw.synaptics.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/rmi4/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/input/rmi4/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>24d28e4f - Input: synaptics-rmi4 - convert irq distribution to irq_domain</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/rmi4/Kconfig#24d28e4f</link>
        <description>Input: synaptics-rmi4 - convert irq distribution to irq_domainConvert the RMI driver to use the standard mechanism fordistributing IRQs to the various functions.Tested on:* S7300 (F11, F34, F54)* S7817 (F12, F34, F54)Signed-off-by: Nick Dyer &lt;nick@shmanahar.org&gt;Acked-by: Christopher Heiny &lt;cheiny@synaptics.com&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/rmi4/Kconfig</description>
        <pubDate>Tue, 05 Jun 2018 17:17:51 +0000</pubDate>
        <dc:creator>Nick Dyer &lt;nick@shmanahar.org&gt;</dc:creator>
    </item>
<item>
        <title>413d3732 - Input: synaptics-rmi4 - select &apos;SERIO&apos; when needed</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/rmi4/Kconfig#413d3732</link>
        <description>Input: synaptics-rmi4 - select &apos;SERIO&apos; when neededWith CONFIG_SERIO=m, we get a build error for the rmi4-f03 driver,added in linux-4.10:warning: (HID_RMI) selects RMI4_F03 which has unmet direct dependencies (!UML &amp;&amp; INPUT &amp;&amp; RMI4_CORE &amp;&amp; (SERIO=y || RMI4_CORE=SERIO))drivers/input/built-in.o: In function `rmi_f03_attention&apos;:rmi_f03.c:(.text+0xcfe0): undefined reference to `serio_interrupt&apos;rmi_f03.c:(.text+0xd055): undefined reference to `serio_interrupt&apos;drivers/input/built-in.o: In function `rmi_f03_remove&apos;:rmi_f03.c:(.text+0xd115): undefined reference to `serio_unregister_port&apos;drivers/input/built-in.o: In function `rmi_f03_probe&apos;:rmi_f03.c:(.text+0xd209): undefined reference to `__serio_register_port&apos;An earlier patch tried to fix this, but missed the HID_RMI driver thatdoes a &apos;select&apos; on the F03 backend.This adds a hidden Kconfig symbol that enforces &apos;serio&apos; to be enabledwhen RMI4-F03 is, which covers all cases.Fixes: d7ddad0acc4a (&quot;Input: synaptics-rmi4 - fix F03 build error when serio is module&quot;)Fixes: c5e8848fc98e (&quot;Input: synaptics-rmi4 - add support for F03&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/rmi4/Kconfig</description>
        <pubDate>Tue, 07 Feb 2017 17:59:21 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>b29c139a - Input: synaptics-rmi4 - use Kconfig &quot;if&quot; to express dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/rmi4/Kconfig#b29c139a</link>
        <description>Input: synaptics-rmi4 - use Kconfig &quot;if&quot; to express dependencyThere is no need to repeat &quot;depends on RMI4_CORE&quot; on every bit of RMI4support, we can guard all of them at once with &quot;if RMI4_CORE&quot;.Also use tabs for F03 indentation.Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/rmi4/Kconfig</description>
        <pubDate>Tue, 27 Dec 2016 19:42:28 +0000</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d7ddad0a - Input: synaptics-rmi4 - fix F03 build error when serio is module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/rmi4/Kconfig#d7ddad0a</link>
        <description>Input: synaptics-rmi4 - fix F03 build error when serio is moduleSince F03 is a boolean, &quot;depends&quot; on symbols that can be modulesdo not work quite right. We can enable F03 if SERIO is built-in orif both RMI core and SERIO core are modules. If SERIO core is module,but RMI is built-in, we&apos;ll get:drivers/built-in.o: In function `rmi_f03_attention&apos;:rmi_f03.c:(.text+0xf8ef8): undefined reference to `serio_interrupt&apos;rmi_f03.c:(.text+0xf8fbd): undefined reference to `serio_interrupt&apos;drivers/built-in.o: In function `rmi_f03_remove&apos;:rmi_f03.c:(.text+0xf9082): undefined reference to `serio_unregister_port&apos;drivers/built-in.o: In function `rmi_f03_probe&apos;:rmi_f03.c:(.text+0xf9260): undefined reference to `__serio_register_port&apos;Reported-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/rmi4/Kconfig</description>
        <pubDate>Tue, 27 Dec 2016 19:32:55 +0000</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c5e8848f - Input: synaptics-rmi4 - add support for F03</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/rmi4/Kconfig#c5e8848f</link>
        <description>Input: synaptics-rmi4 - add support for F03This adds basic functionality for PS/2 passthrough on SynapticsTouchpads using RMI4 through smbus.Reviewed-by: Andrew Duggan &lt;aduggan@synaptics.com&gt;Signed-off-by: Lyude Paul &lt;thatslyude@gmail.com&gt;Signed-off-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/rmi4/Kconfig</description>
        <pubDate>Sat, 03 Dec 2016 00:59:07 +0000</pubDate>
        <dc:creator>Lyude Paul &lt;thatslyude@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c762cc68 - Input: synaptics-rmi4 - propagate correct number of rx and tx electrodes to F54</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/rmi4/Kconfig#c762cc68</link>
        <description>Input: synaptics-rmi4 - propagate correct number of rx and tx electrodes to F54F54 diagnostics report functions provide data based on the number ofenabled rx and tx electrodes, which is not identical to the number ofelectrodes reported with F54:Query0 and F54:Query1. Those values reportthe number of supported electrodes, not the number of enabled electrodes.The number of enabled electrodes can be determined by analyzing F55:Ctrl1(sensor receiver assignment) and F55:Ctrl2 (sensor transmitter assignment).Propagate the number of enabled electrodes from F55 to F54 to avoidcorrupted output if not all electrodes are enabled.Fixes: 3a762dbd5347 (&quot;[media] Input: synaptics-rmi4 - add support for F54 ...&quot;)Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Tested-by: Nick Dyer &lt;nick@shmanahar.org&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/rmi4/Kconfig</description>
        <pubDate>Wed, 23 Nov 2016 01:57:02 +0000</pubDate>
        <dc:creator>Guenter Roeck &lt;linux@roeck-us.net&gt;</dc:creator>
    </item>
<item>
        <title>6adba43f - Input: synaptics-rmi4 - add support for F55 sensor tuning</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/rmi4/Kconfig#6adba43f</link>
        <description>Input: synaptics-rmi4 - add support for F55 sensor tuningSensor tuning support is needed to determine the number of enabledtx and rx electrodes for use in F54 functions.The number of enabled electrodes is not identical to the total numberof electrodes as reported with F55:Query0 and F55:Query1. It has to becalculated by analyzing F55:Ctrl1 (sensor receiver assignment) andF55:Ctrl2 (sensor transmitter assignment).Support for additional sensor tuning functions may be added later.Fixes: 3a762dbd5347 (&quot;[media] Input: synaptics-rmi4 - add support for F54 ...&quot;)Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Tested-by: Nick Dyer &lt;nick@shmanahar.org&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/rmi4/Kconfig</description>
        <pubDate>Wed, 23 Nov 2016 01:53:26 +0000</pubDate>
        <dc:creator>Guenter Roeck &lt;linux@roeck-us.net&gt;</dc:creator>
    </item>
<item>
        <title>29fd0ec2 - Input: synaptics-rmi4 - add support for F34 device reflash</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/rmi4/Kconfig#29fd0ec2</link>
        <description>Input: synaptics-rmi4 - add support for F34 device reflashAdd support for updating firmware, triggered by a sysfs attribute.This patch has been tested on Synaptics S7300.Signed-off-by: Nick Dyer &lt;nick@shmanahar.org&gt;Tested-by: Chris Healy &lt;cphealy@gmail.com&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/rmi4/Kconfig</description>
        <pubDate>Wed, 23 Nov 2016 01:44:12 +0000</pubDate>
        <dc:creator>Nick Dyer &lt;nick@shmanahar.org&gt;</dc:creator>
    </item>
<item>
        <title>82264d0c - Input: synaptics-rmi4 - add SMBus support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/rmi4/Kconfig#82264d0c</link>
        <description>Input: synaptics-rmi4 - add SMBus supportCode obtained from https://raw.githubusercontent.com/mightybigcar/synaptics-rmi4/jf/drivers/input/rmi4/rmi_smbus.cand updated to match upstream. And fixed to make it work.Signed-off-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;Signed-off-by: Andrew Duggan &lt;aduggan@synaptics.com&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/rmi4/Kconfig</description>
        <pubDate>Wed, 09 Nov 2016 01:05:58 +0000</pubDate>
        <dc:creator>Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>47d8e00c - [media] Input: synaptics-rmi4: disallow impossible configuration</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/rmi4/Kconfig#47d8e00c</link>
        <description>[media] Input: synaptics-rmi4: disallow impossible configurationThe newly added debug mode for the synaptics-rmi4 driver relies onthe v4l2 interface and vb2_vmalloc, but those might be configuredas loadable modules when the driver itself is built-in, resultingin a link failure:drivers/input/rmi4/rmi_core.o: In function `rmi_f54_remove&apos;:rmi_f54.c:(.text.rmi_f54_remove+0x14): undefined reference to `video_unregister_device&apos;rmi_f54.c:(.text.rmi_f54_remove+0x20): undefined reference to `v4l2_device_unregister&apos;drivers/input/rmi4/rmi_core.o: In function `rmi_f54_vidioc_s_input&apos;:rmi_f54.c:(.text.rmi_f54_vidioc_s_input+0x10): undefined reference to `video_devdata&apos;drivers/input/rmi4/rmi_core.o: In function `rmi_f54_vidioc_g_input&apos;:rmi_f54.c:(.text.rmi_f54_vidioc_g_input+0x10): undefined reference to `video_devdata&apos;drivers/input/rmi4/rmi_core.o: In function `rmi_f54_vidioc_fmt&apos;:rmi_f54.c:(.text.rmi_f54_vidioc_fmt+0x10): undefined reference to `video_devdata&apos;drivers/input/rmi4/rmi_core.o: In function `rmi_f54_vidioc_enum_input&apos;:rmi_f54.c:(.text.rmi_f54_vidioc_enum_input+0x10): undefined reference to `video_devdata&apos;drivers/input/rmi4/rmi_core.o: In function `rmi_f54_vidioc_querycap&apos;:...The best workaround I could come up with is to disallow the debugmode unless it&apos;s actually possible to call it.Fixes: 3a762dbd5347 (&quot;[media] Input: synaptics-rmi4 - add support for F54 diagnostics&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Nick Dyer &lt;nick@shmanahar.org&gt;Signed-off-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/input/rmi4/Kconfig</description>
        <pubDate>Mon, 12 Sep 2016 15:30:33 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>3a762dbd - [media] Input: synaptics-rmi4 - add support for F54 diagnostics</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/rmi4/Kconfig#3a762dbd</link>
        <description>[media] Input: synaptics-rmi4 - add support for F54 diagnosticsFunction 54 implements access to various RMI4 diagnostic features.This patch adds support for retrieving this data. It registers a V4L2device to output the data to user space.Signed-off-by: Nick Dyer &lt;nick@shmanahar.org&gt;Tested-by: Andrew Duggan &lt;aduggan@synaptics.com&gt;Tested-by: Chris Healy &lt;cphealy@gmail.com&gt;Signed-off-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;Acked-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/rmi4/Kconfig</description>
        <pubDate>Mon, 18 Jul 2016 21:10:37 +0000</pubDate>
        <dc:creator>Nick Dyer &lt;nick@shmanahar.org&gt;</dc:creator>
    </item>
<item>
        <title>8d99758d - Input: synaptics-rmi4 - add SPI transport driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/rmi4/Kconfig#8d99758d</link>
        <description>Input: synaptics-rmi4 - add SPI transport driverAdd the transport driver for devices using RMI4 over SPI.Signed-off-by: Andrew Duggan &lt;aduggan@synaptics.com&gt;Tested-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;Tested-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Tested-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/rmi4/Kconfig</description>
        <pubDate>Thu, 10 Mar 2016 23:58:12 +0000</pubDate>
        <dc:creator>Andrew Duggan &lt;aduggan@synaptics.com&gt;</dc:creator>
    </item>
<item>
        <title>562b42d3 - Input: synaptics-rmi4 - add support for F30</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/rmi4/Kconfig#562b42d3</link>
        <description>Input: synaptics-rmi4 - add support for F30RMI4 F30 supports input from clickpad buttons and controls LEDs locatedon the touchpad PCB. This patch adds support of the clickpad buttons anddefers supporting LEDs for the future.Signed-off-by: Andrew Duggan &lt;aduggan@synaptics.com&gt;Signed-off-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;Tested-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;Tested-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Tested-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/rmi4/Kconfig</description>
        <pubDate>Thu, 10 Mar 2016 23:56:58 +0000</pubDate>
        <dc:creator>Andrew Duggan &lt;aduggan@synaptics.com&gt;</dc:creator>
    </item>
<item>
        <title>b43d2c1e - Input: synaptics-rmi4 - add support for F12</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/rmi4/Kconfig#b43d2c1e</link>
        <description>Input: synaptics-rmi4 - add support for F12Function 12 implements 2D touch position sensor for newer Synaptics touchdevices. It replaces F11 and no device will contain both functions.Signed-off-by: Andrew Duggan &lt;aduggan@synaptics.com&gt;Signed-off-by: Christopher Heiny &lt;cheiny@synaptics.com&gt;Tested-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;Tested-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Tested-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/rmi4/Kconfig</description>
        <pubDate>Thu, 10 Mar 2016 23:55:29 +0000</pubDate>
        <dc:creator>Andrew Duggan &lt;aduggan@synaptics.com&gt;</dc:creator>
    </item>
<item>
        <title>ff8f8370 - Input: synaptics-rmi4 - add support for 2D sensors and F11</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/rmi4/Kconfig#ff8f8370</link>
        <description>Input: synaptics-rmi4 - add support for 2D sensors and F11RMI4 currently defines two functions for reporting data for 2D sensors(F11 and F12). This patch adds the common functionality which is sharedby devices with 2D reporting along with implementing functionality forF11.Signed-off-by: Andrew Duggan &lt;aduggan@synaptics.com&gt;Signed-off-by: Christopher Heiny &lt;cheiny@synaptics.com&gt;Tested-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;Tested-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Tested-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/rmi4/Kconfig</description>
        <pubDate>Thu, 10 Mar 2016 23:47:28 +0000</pubDate>
        <dc:creator>Andrew Duggan &lt;aduggan@synaptics.com&gt;</dc:creator>
    </item>
<item>
        <title>fdf51604 - Input: synaptics-rmi4 - add I2C transport driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/rmi4/Kconfig#fdf51604</link>
        <description>Input: synaptics-rmi4 - add I2C transport driverAdd the transport driver for devices using RMI4 over I2C.Signed-off-by: Andrew Duggan &lt;aduggan@synaptics.com&gt;Signed-off-by: Christopher Heiny &lt;cheiny@synaptics.com&gt;Tested-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;Tested-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Tested-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/rmi4/Kconfig</description>
        <pubDate>Thu, 10 Mar 2016 23:44:27 +0000</pubDate>
        <dc:creator>Andrew Duggan &lt;aduggan@synaptics.com&gt;</dc:creator>
    </item>
<item>
        <title>2b6a321d - Input: synaptics-rmi4 - add support for Synaptics RMI4 devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/rmi4/Kconfig#2b6a321d</link>
        <description>Input: synaptics-rmi4 - add support for Synaptics RMI4 devicesSynaptics uses the Register Mapped Interface (RMI) protocol as acommunications interface for their devices. This driver adds the corefunctionality needed to interface with RMI4 devices.RMI devices can be connected to the host via several transport protocolsand can supports a wide variety of functionality defined by RMI functions.Support for transport protocols and RMI functions are implemented inindividual drivers. The RMI4 core driver uses a bus architecture tofacilitate the various combinations of transport and function driversneeded by a particular device.Signed-off-by: Andrew Duggan &lt;aduggan@synaptics.com&gt;Signed-off-by: Christopher Heiny &lt;cheiny@synaptics.com&gt;Tested-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;Tested-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Tested-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/rmi4/Kconfig</description>
        <pubDate>Thu, 10 Mar 2016 23:35:49 +0000</pubDate>
        <dc:creator>Andrew Duggan &lt;aduggan@synaptics.com&gt;</dc:creator>
    </item>
</channel>
</rss>
