<?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>a7f7f624 - treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/image/Kconfig#a7f7f624</link>
        <description>treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;Since commit 84af7a6194e4 (&quot;checkpatch: kconfig: prefer &apos;help&apos; over&apos;---help---&apos;&quot;), the number of &apos;---help---&apos; has been graduallydecreasing, but there are still more than 2400 instances.This commit finishes the conversion. While I touched the lines,I also fixed the indentation.There are a variety of indentation styles found.  a) 4 spaces + &apos;---help---&apos;  b) 7 spaces + &apos;---help---&apos;  c) 8 spaces + &apos;---help---&apos;  d) 1 space + 1 tab + &apos;---help---&apos;  e) 1 tab + &apos;---help---&apos;    (correct indentation)  f) 1 tab + 1 space + &apos;---help---&apos;  g) 1 tab + 2 spaces + &apos;---help---&apos;In order to convert all of them to 1 tab + &apos;help&apos;, I ran thefollowing commend:  $ find . -name &apos;Kconfig*&apos; | xargs sed -i &apos;s/^[[:space:]]*---help---/\thelp/&apos;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/usb/image/Kconfig</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>cae8dc3b - USB: add missing SPDX lines to Kconfig and Makefiles</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/image/Kconfig#cae8dc3b</link>
        <description>USB: add missing SPDX lines to Kconfig and MakefilesThere are a few remaining drivers/usb/ files that do not have SPDXidentifiers in them, all of these are either Kconfig or Makefiles.  Addthe correct GPL-2.0 identifier to them to make scanning tools happy.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/image/Kconfig</description>
        <pubDate>Thu, 17 Jan 2019 08:23:50 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>25e11ec4 - USB: regroup all depends on USB within an if USB block</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/image/Kconfig#25e11ec4</link>
        <description>USB: regroup all depends on USB within an if USB blockThis patch removes the depends on USB from all config symbols indrivers/usb/host/Kconfig and replace that with an if USB / endif blockas suggested by Alan Stern. Some source ... Kconfig lines have beenshuffled around to permit a better regroupment of the Kconfig filesdepending on &quot;config USB&quot; item. No functionnal change is introduced.Acked-by: Alan Stern &lt;stern@rowland.harvard.edu&gt;Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/image/Kconfig</description>
        <pubDate>Tue, 09 Apr 2013 12:29:25 +0000</pubDate>
        <dc:creator>Florian Fainelli &lt;florian@openwrt.org&gt;</dc:creator>
    </item>
<item>
        <title>528e4c12 - USB: Remove EXPERIMENTAL designation from USB MDC800 support.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/image/Kconfig#528e4c12</link>
        <description>USB: Remove EXPERIMENTAL designation from USB MDC800 support.Since support for the USB Mustek MDC800 Digital Camera has apparentlybeen around since the beginning of the git repository, it&apos;s safe toassume it&apos;s no longer experimental.Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/image/Kconfig</description>
        <pubDate>Sat, 08 Mar 2008 08:04:05 +0000</pubDate>
        <dc:creator>Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;</dc:creator>
    </item>
<item>
        <title>01dd2fbf - typo fixes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/image/Kconfig#01dd2fbf</link>
        <description>typo fixesMost of these fixes were already submitted for old kernel versions, and wereapproved, but for some reason they never made it into the releases.Because this is a consolidation of a couple old missed patches, it touches bothKconfigs and documentation texts.Signed-off-by: Matt LaPlante &lt;kernel1@cyberdogtech.com&gt;Acked-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/usb/image/Kconfig</description>
        <pubDate>Fri, 19 Oct 2007 23:34:40 +0000</pubDate>
        <dc:creator>Matt LaPlante &lt;kernel1@cyberdogtech.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/usb/image/Kconfig#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/usb/image/Kconfig</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>
