<?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>52c4e598 - Input: driver for Adafruit Seesaw Gamepad</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/joystick/Makefile#52c4e598</link>
        <description>Input: driver for Adafruit Seesaw GamepadAdds a driver for a mini gamepad that communicates over i2c, the gamepadhas bidirectional thumb stick input and six buttons.The gamepad chip utilizes the open framework from Adafruit called &apos;Seesaw&apos;to transmit the ADC data for the joystick and digital pin state for thebuttons. I have only implemented the functionality required to receive thethumb stick and button state.Steps in reading the gamepad state over i2c:  1. Reset the registers  2. Set the pin mode of the pins specified by the `BUTTON_MASK` to input      `BUTTON_MASK`: A bit-map for the six digital pins internally       connected to the joystick buttons.  3. Enable internal pullup resistors for the `BUTTON_MASK`  4. Bulk set the pin state HIGH for `BUTTON_MASK`  5. Poll the device for button and joystick state done by:      `seesaw_read_data(struct i2c_client *client, struct seesaw_data *data)`Product page:  https://www.adafruit.com/product/5743Arduino driver:  https://github.com/adafruit/Adafruit_SeesawDriver tested on RPi Zero 2WReviewed-by: Thomas Wei&#223;schuh &lt;linux@weissschuh.net&gt;Signed-off-by: Anshul Dalal &lt;anshulusr@gmail.com&gt;Link: https://lore.kernel.org/r/20240106015111.882325-2-anshulusr@gmail.comSigned-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/joystick/Makefile</description>
        <pubDate>Tue, 09 Jan 2024 22:39:26 +0000</pubDate>
        <dc:creator>Anshul Dalal &lt;anshulusr@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>41657514 - Input: add Raspberry Pi Sense HAT joystick driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/joystick/Makefile#41657514</link>
        <description>Input: add Raspberry Pi Sense HAT joystick driverThis patch adds the driver for the Sense HAT joystick. It outputs BTN_DPADkey events when moved in any of the four directions and the BTN_SELECTevent when depressed.Co-developed-by: Daniel Bauman &lt;dbauman@redhat.com&gt;Signed-off-by: Daniel Bauman &lt;dbauman@redhat.com&gt;Co-developed-by: Mwesigwa Guma &lt;mguma@redhat.com&gt;Signed-off-by: Mwesigwa Guma &lt;mguma@redhat.com&gt;Co-developed-by: Joel Savitz &lt;jsavitz@redhat.com&gt;Signed-off-by: Joel Savitz &lt;jsavitz@redhat.com&gt;Signed-off-by: Charles Mirabile &lt;cmirabil@redhat.com&gt;Link: https://lore.kernel.org/r/20220419205158.28088-3-cmirabil@redhat.comSigned-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/joystick/Makefile</description>
        <pubDate>Wed, 20 Apr 2022 21:00:20 +0000</pubDate>
        <dc:creator>Charles Mirabile &lt;cmirabil@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>552e4047 - Input: add SparkFun Qwiic Joystick driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/joystick/Makefile#552e4047</link>
        <description>Input: add SparkFun Qwiic Joystick driverA simple analog joystick built on Low Power ATtiny85 Microcontroller.Directional movements are measured with two 10 k&#937; potentiometersconnected with a gimbal mechanism that separates the horizontal andvertical movements. This joystick also has a select button that is actuatedwhen the joystick is pressed down.Input events polled over the I2C bus.Product page:https://www.sparkfun.com/products/15168Firmware and hardware sources:https://github.com/sparkfun/Qwiic_JoystickTested on RPi4B and O4-iMX-NANO boards.Signed-off-by: Oleh Kravchenko &lt;oleg@kaa.org.ua&gt;Reviewed-by: Jeff LaBundy &lt;jeff@labundy.com&gt;Link: https://lore.kernel.org/r/20210608223130.16830-2-oleg@kaa.org.uaSigned-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/joystick/Makefile</description>
        <pubDate>Thu, 10 Jun 2021 22:16:17 +0000</pubDate>
        <dc:creator>Oleh Kravchenko &lt;oleg@kaa.org.ua&gt;</dc:creator>
    </item>
<item>
        <title>3bdffa8f - Input: Add N64 controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/joystick/Makefile#3bdffa8f</link>
        <description>Input: Add N64 controller driverThis adds support for the four built-in controllerports on the Nintendo 64 console. The N64 controllerincludes an analog stick, a d-pad, and several buttons.No module support as the target has only 8mb ram.Signed-off-by: Lauri Kasanen &lt;cand@gmx.com&gt;Link: https://lore.kernel.org/r/20210115133408.0acd70163b582b77ad0a029b@gmx.comSigned-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/joystick/Makefile</description>
        <pubDate>Mon, 25 Jan 2021 04:53:53 +0000</pubDate>
        <dc:creator>Lauri Kasanen &lt;cand@gmx.com&gt;</dc:creator>
    </item>
<item>
        <title>2c2b364f - Input: joystick - add ADC attached joystick driver.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/joystick/Makefile#2c2b364f</link>
        <description>Input: joystick - add ADC attached joystick driver.Add a driver for joystick devices connected to ADC controllerssupporting the Industrial I/O subsystem.Signed-off-by: Artur Rojek &lt;contact@artur-rojek.eu&gt;Tested-by: Paul Cercueil &lt;paul@crapouillou.net&gt;Tested-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Link: https://lore.kernel.org/r/20200927123302.31062-2-contact@artur-rojek.euSigned-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/joystick/Makefile</description>
        <pubDate>Mon, 28 Sep 2020 23:12:46 +0000</pubDate>
        <dc:creator>Artur Rojek &lt;contact@artur-rojek.eu&gt;</dc:creator>
    </item>
<item>
        <title>5d4b45a1 - Input: add support for the FlySky FS-iA6B RC receiver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/joystick/Makefile#5d4b45a1</link>
        <description>Input: add support for the FlySky FS-iA6B RC receiverThis patch adds support for the FlySky FS-iA6B RC receiver (serial IBUS).It allows the usage of the FlySky FS-i6 and other AFHDS compliant remotecontrols as a joystick input device.To use it, a patch to inputattach which adds the FS-iA6B as a 115200 baudserial device is required. I will upstream it after this patch is merged.More information about the hardware can be found here:https://notsyncing.net/?p=blog&amp;b=2018.linux-fsia6bSigned-off-by: Markus Koch &lt;markus@notsyncing.net&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/joystick/Makefile</description>
        <pubDate>Sun, 21 Jul 2019 17:20:28 +0000</pubDate>
        <dc:creator>Markus Koch &lt;markus@notsyncing.net&gt;</dc:creator>
    </item>
<item>
        <title>68ef4836 - Input: pxrc - new driver for PhoenixRC Flight Controller Adapter</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/joystick/Makefile#68ef4836</link>
        <description>Input: pxrc - new driver for PhoenixRC Flight Controller AdapterThis driver let you plug in your RC controller to the adapter anduse it as input device in various RC simulators.Signed-off-by: Marcus Folkesson &lt;marcus.folkesson@gmail.com&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/joystick/Makefile</description>
        <pubDate>Sat, 17 Mar 2018 18:00:58 +0000</pubDate>
        <dc:creator>Marcus Folkesson &lt;marcus.folkesson@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b2441318 - License cleanup: add SPDX GPL-2.0 license identifier to files with no license</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/joystick/Makefile#b2441318</link>
        <description>License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseMany source files in the tree are missing licensing information, whichmakes it harder for compliance tools to determine the correct license.By default all files without license information are under the defaultlicense of the kernel, which is GPL version 2.Update the files which contain no license information with the &apos;GPL-2.0&apos;SPDX license identifier.  The SPDX identifier is a legally bindingshorthand, which can be used instead of the full boiler plate text.This patch is based on work done by Thomas Gleixner and Kate Stewart andPhilippe Ombredanne.How this work was done:Patches were generated and checked against linux-4.14-rc6 for a subset ofthe use cases: - file had no licensing information it it. - file was a */uapi/* one with no licensing information in it, - file was a */uapi/* one with existing licensing information,Further patches will be generated in subsequent months to fix up caseswhere non-standard license headers were used, and references to licensehad to be inferred by heuristics based on keywords.The analysis to determine which SPDX License Identifier to be applied toa file was done in a spreadsheet of side by side results from of theoutput of two independent scanners (ScanCode &amp; Windriver) producing SPDXtag:value files created by Philippe Ombredanne.  Philippe prepared thebase worksheet, and did an initial spot review of a few 1000 files.The 4.13 kernel was the starting point of the analysis with 60,537 filesassessed.  Kate Stewart did a file by file comparison of the scannerresults in the spreadsheet to determine which SPDX license identifier(s)to be applied to the file. She confirmed any determination that was notimmediately clear with lawyers working with the Linux Foundation.Criteria used to select files for SPDX license identifier tagging was: - Files considered eligible had to be source code files. - Make and config files were included as candidates if they contained &gt;5   lines of source - File already had some variant of a license header in it (even if &lt;5   lines).All documentation files were explicitly excluded.The following heuristics were used to determine which SPDX licenseidentifiers to apply. - when both scanners couldn&apos;t find any license traces, file was   considered to have no license information in it, and the top level   COPYING file license applied.   For non */uapi/* files that summary was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0                                              11139   and resulted in the first patch in this series.   If that file was a */uapi/* path one, it was &quot;GPL-2.0 WITH   Linux-syscall-note&quot; otherwise it was &quot;GPL-2.0&quot;.  Results of that was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0 WITH Linux-syscall-note                        930   and resulted in the second patch in this series. - if a file had some form of licensing information in it, and was one   of the */uapi/* ones, it was denoted with the Linux-syscall-note if   any GPL family license was found in the file or had no licensing in   it (per prior point).  Results summary:   SPDX license identifier                            # files   ---------------------------------------------------|------   GPL-2.0 WITH Linux-syscall-note                       270   GPL-2.0+ WITH Linux-syscall-note                      169   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause)    21   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)    17   LGPL-2.1+ WITH Linux-syscall-note                      15   GPL-1.0+ WITH Linux-syscall-note                       14   ((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause)    5   LGPL-2.0+ WITH Linux-syscall-note                       4   LGPL-2.1 WITH Linux-syscall-note                        3   ((GPL-2.0 WITH Linux-syscall-note) OR MIT)              3   ((GPL-2.0 WITH Linux-syscall-note) AND MIT)             1   and that resulted in the third patch in this series. - when the two scanners agreed on the detected license(s), that became   the concluded license(s). - when there was disagreement between the two scanners (one detected a   license but the other didn&apos;t, or they both detected different   licenses) a manual inspection of the file occurred. - In most cases a manual inspection of the information in the file   resulted in a clear resolution of the license that should apply (and   which scanner probably needed to revisit its heuristics). - When it was not immediately clear, the license identifier was   confirmed with lawyers working with the Linux Foundation. - If there was any question as to the appropriate license identifier,   the file was flagged for further research and to be revisited later   in time.In total, over 70 hours of logged manual review was done on thespreadsheet to determine the SPDX license identifiers to apply to thesource files by Kate, Philippe, Thomas and, in some cases, confirmationby lawyers working with the Linux Foundation.Kate also obtained a third independent scan of the 4.13 code base fromFOSSology, and compared selected files where the other two scannersdisagreed against that SPDX file, to see if there was new insights.  TheWindriver scanner is based on an older version of FOSSology in part, sothey are related.Thomas did random spot checks in about 500 files from the spreadsheetsfor the uapi headers and agreed with SPDX license identifier in thefiles he inspected. For the non-uapi files Thomas did random spot checksin about 15000 files.In initial set of patches against 4.14-rc6, 3 files were found to havecopy/paste license identifier errors, and have been fixed to reflect thecorrect identifier.Additionally Philippe spent 10 hours this week doing a detailed manualinspection and review of the 12,461 patched files from the initial patchversion early this week with: - a full scancode scan run, collecting the matched texts, detected   license ids and scores - reviewing anything where there was a license detected (about 500+   files) to ensure that the applied SPDX license was correct - reviewing anything where there was no detection but the patch license   was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied   SPDX license was correctThis produced a worksheet with 20 files needing minor correction.  Thisworksheet was then exported into 3 different .csv files for thedifferent types of files to be modified.These .csv files were then reviewed by Greg.  Thomas wrote a script toparse the csv files and add the proper SPDX tag to the file, in theformat that the file expected.  This script was further refined by Gregbased on the output to detect more types of files automatically and todistinguish between header and source .c files (which need differentcomment types.)  Finally Greg ran the script using the .csv files togenerate the patches.Reviewed-by: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Reviewed-by: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;Reviewed-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/joystick/Makefile</description>
        <pubDate>Wed, 01 Nov 2017 14:07:57 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>8be193c7 - Input: add support for PlayStation 1/2 joypads connected via SPI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/joystick/Makefile#8be193c7</link>
        <description>Input: add support for PlayStation 1/2 joypads connected via SPIPlayStation 1/2 joypads can be connected directly to the SPI interface.Signed-off-by: Tomohiro Yoshidomi &lt;sylph23k@gmail.com&gt;Acked-by: David Herrmann &lt;dh.herrmann@gmail.com&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/joystick/Makefile</description>
        <pubDate>Sat, 06 May 2017 20:00:31 +0000</pubDate>
        <dc:creator>Tomohiro Yoshidomi &lt;sylph23k@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9d084a3d - Input: add Austria Microsystem AS5011 joystick driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/joystick/Makefile#9d084a3d</link>
        <description>Input: add Austria Microsystem AS5011 joystick driverThis is driver for EasyPoint AS5011 2 axis joystick chip. This chip isplugged on an I2C bus.Tested on ARM processor (i.MX27).Signed-off-by: Fabien Marteau &lt;fabien.marteau@armadeus.com&gt;Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;

            List of files:
            /linux-6.15/drivers/input/joystick/Makefile</description>
        <pubDate>Mon, 10 Jan 2011 19:01:13 +0000</pubDate>
        <dc:creator>Fabien Marteau &lt;fabien.marteau@armadeus.com&gt;</dc:creator>
    </item>
<item>
        <title>01461d7e - Input: add support for Maple controller as a joystick</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/joystick/Makefile#01461d7e</link>
        <description>Input: add support for Maple controller as a joystickAdd support for the SEGA Dreamcast Maple controller as a joystickSigned-off-by: Adrian McMenamin &lt;adrian@mcmen.demon.co.uk&gt;Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;

            List of files:
            /linux-6.15/drivers/input/joystick/Makefile</description>
        <pubDate>Tue, 30 Dec 2008 08:53:54 +0000</pubDate>
        <dc:creator>Adrian McMenamin &lt;adrian@newgolddream.dyndns.info&gt;</dc:creator>
    </item>
<item>
        <title>cec87e38 - Input: add joystick driver for Walkera WK-0701 RC transmitter</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/joystick/Makefile#cec87e38</link>
        <description>Input: add joystick driver for Walkera WK-0701 RC transmitterSigned-off-by: Peter Popovec &lt;popovec@fei.tuke.sk&gt;Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;

            List of files:
            /linux-6.15/drivers/input/joystick/Makefile</description>
        <pubDate>Tue, 11 Nov 2008 19:46:14 +0000</pubDate>
        <dc:creator>Peter Popovec &lt;popovec@oko.fei.tuke.sk&gt;</dc:creator>
    </item>
<item>
        <title>81e329cd - Input: fix ordering in joystick Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/joystick/Makefile#81e329cd</link>
        <description>Input: fix ordering in joystick MakefileMake entries in drivers/input/joystick/Makefile properly alphabeticallyordered.Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;

            List of files:
            /linux-6.15/drivers/input/joystick/Makefile</description>
        <pubDate>Mon, 10 Mar 2008 12:43:05 +0000</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>3e24e2b5 - Input: add Zhen Hua driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/joystick/Makefile#3e24e2b5</link>
        <description>Input: add Zhen Hua driverThis is a driver for Zhen Hua PPM-4CH RC transmitter (commonly used in cheapReady To Fly RC helicopters by Walkera) which using &quot;Zhen Hua 5-byte protocol&quot;for using them as a four axis joystick via serial port.  Transmitter connectedto serial port (19200 8N1) sending periodically 5 bytes where first byte is forsynchronization and next four bytes are values of axis.Signed-off-by: Martin Kebert &lt;gkmarty@gmail.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;

            List of files:
            /linux-6.15/drivers/input/joystick/Makefile</description>
        <pubDate>Mon, 10 Mar 2008 12:40:36 +0000</pubDate>
        <dc:creator>Martin Kebert &lt;gkmarty@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1c362d46 - Input: move USB gamepads under drivers/input/joystick</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/joystick/Makefile#1c362d46</link>
        <description>Input: move USB gamepads under drivers/input/joystickThis will allow concentrating all input devices in one placein {menu|x|q}config.Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;Acked-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/input/joystick/Makefile</description>
        <pubDate>Mon, 07 May 2007 20:48:50 +0000</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dtor@insightbb.com&gt;</dc:creator>
    </item>
<item>
        <title>1da177e4 - Linux-2.6.12-rc2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/joystick/Makefile#1da177e4</link>
        <description>Linux-2.6.12-rc2Initial git repository build. I&apos;m not bothering with the full history,even though we have it. We can create a separate &quot;historical&quot; gitarchive of that later if we want to, and in the meantime it&apos;s about3.2GB when imported into git - space that would just make the earlygit days unnecessarily complicated, when we don&apos;t have a lot of goodinfrastructure for it.Let it rip!

            List of files:
            /linux-6.15/drivers/input/joystick/Makefile</description>
        <pubDate>Sat, 16 Apr 2005 22:20:36 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@ppc970.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
