<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>fe0fb583 - HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/Makefile#fe0fb583</link>
        <description>HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADERThe line	obj-$(INTEL_ISH_FIRMWARE_DOWNLOADER)   += intel-ish-hid/in top-level HID Makefile is both superfluous (as CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADERdepends on CONFIG_INTEL_ISH_HID, which contains intel-ish-hid/ already) and wrong (as it&apos;smissing the CONFIG_ prefix).Just remove it.Fixes: 91b228107da3e (&quot;HID: intel-ish-hid: ISH firmware loader client driver&quot;)Reported-by: Jiri Slaby &lt;jirislaby@kernel.org&gt;Acked-by: Srinivas Pandruvada &lt;srinivas.pandruvada@linux.intel.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.com&gt;

            List of files:
            /linux-6.15/drivers/hid/Makefile</description>
        <pubDate>Wed, 12 Mar 2025 08:08:22 +0000</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>8e9b9152 - HID: hid-appletb-kbd: add driver for the keyboard mode of Apple Touch Bars</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/Makefile#8e9b9152</link>
        <description>HID: hid-appletb-kbd: add driver for the keyboard mode of Apple Touch BarsThe Touch Bars found on x86 Macs support two USB configurations: onewhere the device presents itself as a HID keyboard and can displaypredefined sets of keys, and one where the operating system has fullcontrol over what is displayed. This commit adds a driver for thedisplay functionality of the first configuration.Note that currently only T2 Macs are supported.This driver is based on previous work done by Ronald Tschal&#228;r&lt;ronald@innovation.ch&gt;.Signed-off-by: Kerem Karabay &lt;kekrby@gmail.com&gt;Co-developed-by: Aditya Garg &lt;gargaditya08@live.com&gt;Signed-off-by: Aditya Garg &lt;gargaditya08@live.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.com&gt;

            List of files:
            /linux-6.15/drivers/hid/Makefile</description>
        <pubDate>Tue, 31 Dec 2024 17:35:04 +0000</pubDate>
        <dc:creator>Kerem Karabay &lt;kekrby@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1fd41e5e - HID: hid-appletb-bl: add driver for the backlight of Apple Touch Bars</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/Makefile#1fd41e5e</link>
        <description>HID: hid-appletb-bl: add driver for the backlight of Apple Touch BarsThis commit adds a driver for the backlight of Apple Touch Bars on x86Macs. Note that currently only T2 Macs are supported.This driver is based on previous work done by Ronald Tschal&#228;r&lt;ronald@innovation.ch&gt;.Signed-off-by: Kerem Karabay &lt;kekrby@gmail.com&gt;Co-developed-by: Aditya Garg &lt;gargaditya08@live.com&gt;Signed-off-by: Aditya Garg &lt;gargaditya08@live.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.com&gt;

            List of files:
            /linux-6.15/drivers/hid/Makefile</description>
        <pubDate>Tue, 31 Dec 2024 17:34:11 +0000</pubDate>
        <dc:creator>Kerem Karabay &lt;kekrby@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f06bf8d9 - HID: Add hid-universal-pidff driver and supported device ids</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/Makefile#f06bf8d9</link>
        <description>HID: Add hid-universal-pidff driver and supported device idsExtend pidff compatibility, usable button range, manage pidff quirks andset improved fuzz/flat default for high precision devices. Possibilityof fixing device descriptors in the future if such needs arises.As many of PID devices are quite similar and not dependent oncustom drivers, this one can handle all of PID devices whichneed special care.Numerous sim racing/sim flight bases report a lot of buttonsin excess of 100. Moza Racing exposes 128 of them and thusthe need to extend the available range.All the included devices were tested and confirmed workingwith the help of the sim racing community.Changes in v6:- Support &quot;split&quot; devices with a separate &quot;input device&quot; for buttons- Fixed comment stylingCo-developed-by: Makarenko Oleg &lt;oleg@makarenk.ooo&gt;Signed-off-by: Makarenko Oleg &lt;oleg@makarenk.ooo&gt;Signed-off-by: Tomasz Paku&#322;a &lt;tomasz.pakula.oficjalny@gmail.com&gt;Reviewed-by: Micha&#322; Kope&#263; &lt;michal@nozomi.space&gt;Reviewed-by: Paul Dino Jones &lt;paul@spacefreak18.xyz&gt;Tested-by: Crist&#243;ferson Bueno &lt;cbueno81@gmail.com&gt;Tested-by: Pablo Cisneros &lt;patchkez@protonmail.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.com&gt;

            List of files:
            /linux-6.15/drivers/hid/Makefile</description>
        <pubDate>Sat, 01 Feb 2025 11:38:54 +0000</pubDate>
        <dc:creator>Tomasz Paku&#322;a &lt;tomasz.pakula.oficjalny@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1b2d0538 - HID: intel-thc-hid: Add basic THC driver skeleton</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/Makefile#1b2d0538</link>
        <description>HID: intel-thc-hid: Add basic THC driver skeletonCreate intel-thc-hid folder and add Kconfig and Makefile for THC drivers.Add basic THC device context structure, definitions and relatedinitialization APIs for THC Hardware layer driver. Also initializeregmap struct for future THC registers access.Co-developed-by: Even Xu &lt;even.xu@intel.com&gt;Signed-off-by: Even Xu &lt;even.xu@intel.com&gt;Signed-off-by: Xinpeng Sun &lt;xinpeng.sun@intel.com&gt;Tested-by: Rui Zhang &lt;rui1.zhang@intel.com&gt;Tested-by: Mark Pearson &lt;mpearson-lenovo@squebb.ca&gt;Reviewed-by: Srinivas Pandruvada &lt;srinivas.pandruvada@linux.intel.com&gt;Reviewed-by: Mark Pearson &lt;mpearson-lenovo@squebb.ca&gt;Tested-by: Aaron Ma &lt;aaron.ma@canonical.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.com&gt;

            List of files:
            /linux-6.15/drivers/hid/Makefile</description>
        <pubDate>Mon, 06 Jan 2025 02:31:31 +0000</pubDate>
        <dc:creator>Xinpeng Sun &lt;xinpeng.sun@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>30c32d05 - HID: Kysona: Add basic battery reporting for Kysona M600</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/Makefile#30c32d05</link>
        <description>HID: Kysona: Add basic battery reporting for Kysona M600In this initial the battery is only probed once, a following patch will addperiodic checking.Signed-off-by: Lode Willems &lt;me@lodewillems.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.com&gt;

            List of files:
            /linux-6.15/drivers/hid/Makefile</description>
        <pubDate>Sat, 05 Oct 2024 11:57:04 +0000</pubDate>
        <dc:creator>Lode Willems &lt;me@lodewillems.com&gt;</dc:creator>
    </item>
<item>
        <title>6ea2a6fd - HID: corsair-void: Add Corsair Void headset family driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/Makefile#6ea2a6fd</link>
        <description>HID: corsair-void: Add Corsair Void headset family driverIntroduce a driver for the Corsair Void family of headsets, supporting: - Battery reporting (power_supply) - Sidetone setting support - Physical microphone location reporting - Headset and receiver firmware version reporting - Built-in alert triggering - USB wireless_statusTested with a Void Pro Wireless, Void Elite Wireless and a Void Elite WiredSigned-off-by: Stuart Hayhurst &lt;stuart.a.hayhurst@gmail.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.com&gt;

            List of files:
            /linux-6.15/drivers/hid/Makefile</description>
        <pubDate>Tue, 08 Oct 2024 23:30:29 +0000</pubDate>
        <dc:creator>Stuart Hayhurst &lt;stuart.a.hayhurst@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>75e16c8c - HID: hid-goodix: Add Goodix HID-over-SPI driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/Makefile#75e16c8c</link>
        <description>HID: hid-goodix: Add Goodix HID-over-SPI driverThis patch introduces a new driver to support the Goodix GT7986Utouch controller. This device is not compatible with Microsoft&apos;sHID-over-SPI protocol and therefore needs to implement its ownflavor. The data reported is packaged according to the HIDprotocol but uses SPI for communication to improve speed. Thisenables the device to transmit not only coordinate data but alsocorresponding raw data that can be accessed by user-space programsthrough the hidraw interface. The raw data can be utilized forfunctions like palm rejection, thereby improving the touch experience.Key features:- Device connection confirmation and initialization- IRQ-based event reporting to the input subsystem- Support for HIDRAW operations (GET_REPORT and SET_REPORT)Reviewed-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;Signed-off-by: Charles Wang &lt;charles.goodix@gmail.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.com&gt;

            List of files:
            /linux-6.15/drivers/hid/Makefile</description>
        <pubDate>Wed, 14 Aug 2024 02:45:12 +0000</pubDate>
        <dc:creator>Charles Wang &lt;charles.goodix@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f4ceb2a0 - HID: uclogic: Avoid linking common code into multiple modules</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/Makefile#f4ceb2a0</link>
        <description>HID: uclogic: Avoid linking common code into multiple modulesThe hid-uclogic-params.o and hid-uclogic-rdesc.o files are linkedinto both the driver module and the unit test, which triggers aW=1 warning:scripts/Makefile.build:236: drivers/hid/Makefile: hid-uclogic-rdesc.o is added to multiple modules: hid-uclogic hid-uclogic-testscripts/Makefile.build:236: drivers/hid/Makefile: hid-uclogic-params.o is added to multiple modules: hid-uclogic hid-uclogic-testAvoids this by moving these two files into a separate modulethat is used by the driver and the unit test.Reported-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Jos&#233; Exp&#243;sito &lt;jose.exposito89@gmail.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.com&gt;

            List of files:
            /linux-6.15/drivers/hid/Makefile</description>
        <pubDate>Fri, 14 Jun 2024 16:16:05 +0000</pubDate>
        <dc:creator>Jos&#233; Exp&#243;sito &lt;jose.exposito89@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>266c990d - HID: Add WinWing Orion2 throttle support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/Makefile#266c990d</link>
        <description>HID: Add WinWing Orion2 throttle supportWinWing Orion2 throttle works with Linux out of box,but the kernel sees only 16 of 47 buttons on the throttle base.This module enables all buttons, and also adds LED controls.Button numbers 0 .. 63 on Orion2 are reserved for throttle grip;the throttle base buttons have numbers 64 .. 110.Linux kernel HID subsystem only supports up to 80 buttons.Remap throttle base buttons to numbers 32 .. 78,reserving only numbers 0 .. 31 for buttons on the grip handle.Changes since v2:   - Fixed automatic line wraps added by mail clientChanges since v1:   - Fixed formatting of descriptor byte array;   - Using product codes of Winwing grips in config.Signed-off-by: Ivan Gorinov &lt;ivan.gorinov@jobyaviation.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.com&gt;

            List of files:
            /linux-6.15/drivers/hid/Makefile</description>
        <pubDate>Sat, 17 Feb 2024 05:54:47 +0000</pubDate>
        <dc:creator>Ivan Gorinov &lt;linux-kernel@altimeter.info&gt;</dc:creator>
    </item>
<item>
        <title>740329d7 - HID: mcp2200: added driver for GPIOs of MCP2200</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/Makefile#740329d7</link>
        <description>HID: mcp2200: added driver for GPIOs of MCP2200Added a gpiochip compatible driver to control the 8 GPIOs ofthe MCP2200 by using the HID interface.Using GPIOs with alternative functions (GP0&lt;-&gt;SSPND, GP1&lt;-&gt;USBCFG,GP6&lt;-&gt;RXLED, GP7&lt;-&gt;TXLED) will reset the functions, if set (unset bydefault).The driver was tested while also using the UART of the chip. Settingand reading the GPIOs has no effect on the UART communication. However,a reset is triggered after the CONFIGURE command. If the GPIO Directionis constantly changed, this will affect the communication at low baudrates. This is a hardware problem of the MCP2200 and is not caused bythe driver.Signed-off-by: Johannes Roith &lt;johannes@gnu-linux.rocks&gt;Reviewed-by: Rahul Rameshbabu &lt;sergeantsagara@protonmail.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;

            List of files:
            /linux-6.15/drivers/hid/Makefile</description>
        <pubDate>Thu, 21 Sep 2023 16:49:28 +0000</pubDate>
        <dc:creator>Johannes Roith &lt;johannes@gnu-linux.rocks&gt;</dc:creator>
    </item>
<item>
        <title>24175157 - HID: hid-google-stadiaff: add support for Stadia force feedback</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/Makefile#24175157</link>
        <description>HID: hid-google-stadiaff: add support for Stadia force feedbackAdd a hid-google-stadiaff module to support rumble based force feedbackon the Google Stadia controller. This works using the HID outputendpoint exposed on both the USB and BLE interface.Signed-off-by: Fabio Baltieri &lt;fabiobaltieri@chromium.org&gt;Reviewed-by: Rahul Rameshbabu &lt;rrameshbabu@nvidia.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;

            List of files:
            /linux-6.15/drivers/hid/Makefile</description>
        <pubDate>Sun, 16 Jul 2023 20:48:34 +0000</pubDate>
        <dc:creator>Fabio Baltieri &lt;fabiobaltieri@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>09308562 - HID: nvidia-shield: Initial driver implementation with Thunderstrike support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/Makefile#09308562</link>
        <description>HID: nvidia-shield: Initial driver implementation with Thunderstrike supportSupports the Thunderstrike (SHIELD 2017) controller. Implements support forthe Thunderstrike HOSTCMD firmware interface. Adds sysfs attributes about aSHIELD device and introduces haptics support for controllers.Signed-off-by: Rahul Rameshbabu &lt;rrameshbabu@nvidia.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;

            List of files:
            /linux-6.15/drivers/hid/Makefile</description>
        <pubDate>Thu, 08 Jun 2023 14:34:50 +0000</pubDate>
        <dc:creator>Rahul Rameshbabu &lt;rrameshbabu@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>f5cd71cf - HID: evision: Add preliminary support for EVision keyboards</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/Makefile#f5cd71cf</link>
        <description>HID: evision: Add preliminary support for EVision keyboardsFor now only supports one model and only filters out bogus reports sentwhen the keyboard has been configured through hidraw.Without this, as events are not released, soft repeat floods userspacewith unknown key events.Signed-off-by: Philippe Valembois &lt;lephilousophe@gmail.com&gt;Link: https://lore.kernel.org/r/20230125211511.12266-1-lephilousophe@gmail.comSigned-off-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/hid/Makefile</description>
        <pubDate>Wed, 25 Jan 2023 21:15:10 +0000</pubDate>
        <dc:creator>Philippe Valembois &lt;lephilousophe@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f5c27da4 - HID: initial BPF implementation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/Makefile#f5c27da4</link>
        <description>HID: initial BPF implementationDeclare an entry point that can use fmod_ret BPF programs, andalso an API to access and change the incoming data.A simpler implementation would consist in just callinghid_bpf_device_event() for any incoming event and let users dealwith the fact that they will be called for any event of any device.The goal of HID-BPF is to partially replace drivers, so this situationcan be problematic because we might have programs which will step oneach other toes.For that, we add a new API hid_bpf_attach_prog() that can be calledfrom a syscall and we manually deal with a jump table in hid-bpf.Whenever we add a program to the jump table (in other words, when weattach a program to a HID device), we keep the number of time we addedthis program in the jump table so we can release it whenever there areno other users.HID devices have an RCU protected list of available programs in thejump table, and those programs are called one after the other thanksto bpf_tail_call().To achieve the detection of users losing their fds on the programs weattached, we add 2 tracing facilities on bpf_prog_release() (for whena fd is closed) and bpf_free_inode() (for when a pinned program getsunpinned).Reviewed-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Signed-off-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;

            List of files:
            /linux-6.15/drivers/hid/Makefile</description>
        <pubDate>Thu, 03 Nov 2022 15:57:44 +0000</pubDate>
        <dc:creator>Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>a109d5c4 - hid: topre: Add driver fixing report descriptor</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/Makefile#a109d5c4</link>
        <description>hid: topre: Add driver fixing report descriptorThe Topre REALFORCE R2 firmware incorrectly reports that interfacedescriptor number 1, input report descriptor 2&apos;s events are array eventsrather than variable events. That particular report descriptor is usedto report keypresses when there are more than 6 keys held at a time.This bug prevents events from this interface from being registeredproperly, so only 6 keypresses (from a different interface) can beregistered at once, rather than full n-key rollover.This commit fixes the bug by setting the correct value in a report_fixupfunction.The original bug report can be found here:Link: https://gitlab.freedesktop.org/libinput/libinput/-/issues/804Thanks to Benjamin Tissoires for diagnosing the issue with the reportdescriptor.Signed-off-by: Harry Stern &lt;harry@harrystern.net&gt;Signed-off-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;Link: https://lore.kernel.org/r/20220911003614.297613-1-harry@harrystern.net

            List of files:
            /linux-6.15/drivers/hid/Makefile</description>
        <pubDate>Sun, 11 Sep 2022 00:36:13 +0000</pubDate>
        <dc:creator>Harry Stern &lt;harry@harrystern.net&gt;</dc:creator>
    </item>
<item>
        <title>acc3e346 - HID: Add driver for PhoenixRC Flight Controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/Makefile#acc3e346</link>
        <description>HID: Add driver for PhoenixRC Flight ControllerThe PhoenixRC is a controller with 8 channels for use in flightsimulators.Signed-off-by: Marcus Folkesson &lt;marcus.folkesson@gmail.com&gt;Signed-off-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;Link: https://lore.kernel.org/r/20220914184345.270456-1-marcus.folkesson@gmail.com

            List of files:
            /linux-6.15/drivers/hid/Makefile</description>
        <pubDate>Wed, 14 Sep 2022 18:43:45 +0000</pubDate>
        <dc:creator>Marcus Folkesson &lt;marcus.folkesson@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2c5e8e61 - HID: Add driver for VRC-2 Car Controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/Makefile#2c5e8e61</link>
        <description>HID: Add driver for VRC-2 Car ControllerVRC-2 is 2-axis controller often used in car simulators.Signed-off-by: Marcus Folkesson &lt;marcus.folkesson@gmail.com&gt;Signed-off-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;Link: https://lore.kernel.org/r/20220902082552.2433744-2-marcus.folkesson@gmail.com

            List of files:
            /linux-6.15/drivers/hid/Makefile</description>
        <pubDate>Fri, 02 Sep 2022 08:25:52 +0000</pubDate>
        <dc:creator>Marcus Folkesson &lt;marcus.folkesson@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a64cbf3c - HID: uclogic: Refactor UGEE v2 string descriptor parsing</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/Makefile#a64cbf3c</link>
        <description>HID: uclogic: Refactor UGEE v2 string descriptor parsingThe UGEE v2 tablets expose a string descriptor with their capabilities.Move the code used to parse the descriptors and generate a parameterlist from it to its own function and add KUnit tests to validate theparser.Tested-by: Jouke Witteveen &lt;j.witteveen@gmail.com&gt;Signed-off-by: Jos&#233; Exp&#243;sito &lt;jose.exposito89@gmail.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;

            List of files:
            /linux-6.15/drivers/hid/Makefile</description>
        <pubDate>Mon, 15 Aug 2022 14:29:50 +0000</pubDate>
        <dc:creator>Jos&#233; Exp&#243;sito &lt;jose.exposito89@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>08809e48 - HID: uclogic: KUnit best practices and naming conventions</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hid/Makefile#08809e48</link>
        <description>HID: uclogic: KUnit best practices and naming conventionsThe KUnit documentation [1] suggests allowing build tests as a module.In addition, it is recommended [2] to use snake case names forkunit_suite and test cases.Change the Kconfig entry from bool to tristate and stick to the namingconventions to avoid style issues with future tests.Link: https://docs.kernel.org/dev-tools/kunit/style.html#test-kconfig-entries  [1]Link: https://www.kernel.org/doc/html/latest/dev-tools/kunit/style.html  [2]Acked-by: Daniel Latypov &lt;dlatypov@google.com&gt;Signed-off-by: Jos&#233; Exp&#243;sito &lt;jose.exposito89@gmail.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;

            List of files:
            /linux-6.15/drivers/hid/Makefile</description>
        <pubDate>Mon, 15 Aug 2022 14:29:49 +0000</pubDate>
        <dc:creator>Jos&#233; Exp&#243;sito &lt;jose.exposito89@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
