<?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/class/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/class/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>ecefae6d - docs: usb: rename files to .rst and add them to drivers-api</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/class/Kconfig#ecefae6d</link>
        <description>docs: usb: rename files to .rst and add them to drivers-apiWhile there are a mix of things here, most of the stuffwere written from Kernel developer&apos;s PoV. So, add them tothe driver-api book.A follow up for this patch would be to move documents fromthere that are specific to sysadmins, adding them to theadmin-guide.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;Acked-by: Johan Hovold &lt;johan@kernel.org&gt;Acked-by: Felipe Balbi &lt;felipe.balbi@linux.intel.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/class/Kconfig</description>
        <pubDate>Tue, 18 Jun 2019 21:05:38 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+samsung@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/class/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/class/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>21470e32 - usb: fix some references for /proc/bus/usb</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/class/Kconfig#21470e32</link>
        <description>usb: fix some references for /proc/bus/usbSince when we got rid of usbfs, the /proc/bus/usb is nowelsewhere. Fix references for it.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;Acked-by: Serge Hallyn &lt;serge@hallyn.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/class/Kconfig</description>
        <pubDate>Mon, 17 Apr 2017 00:51:07 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&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/class/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/class/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>4f73bc4d - tty: Added a CONFIG_TTY option to allow removal of TTY</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/class/Kconfig#4f73bc4d</link>
        <description>tty: Added a CONFIG_TTY option to allow removal of TTYThe option allows you to remove TTY and compile without errors. Thissaves space on systems that won&apos;t support TTY interfaces anyway.bloat-o-meter output is below.The bulk of this patch consists of Kconfig changes adding &quot;depends onTTY&quot; to various serial devices and similar drivers that require the TTYlayer.  Ideally, these dependencies would occur on a common intermediatesymbol such as SERIO, but most drivers &quot;select SERIO&quot; rather than&quot;depends on SERIO&quot;, and &quot;select&quot; does not respect dependencies.bloat-o-meter output comparing our previous minimal to new minimal byremoving TTY.  The list is filtered to not show removed entries with awk&apos;$3 != &quot;-&quot;&apos; as the list was very long.add/remove: 0/226 grow/shrink: 2/14 up/down: 6/-35356 (-35350)function                                     old     new   deltachr_dev_init                                 166     170      +4allow_signal                                  80      82      +2static.__warned                              143     142      -1disallow_signal                               63      62      -1__set_special_pids                            95      94      -1unregister_console                           126     121      -5start_kernel                                 546     541      -5register_console                             593     588      -5copy_from_user                                45      40      -5sys_setsid                                   128     120      -8sys_vhangup                                   32      19     -13do_exit                                     1543    1526     -17bitmap_zero                                   60      40     -20arch_local_irq_save                          137     117     -20release_task                                 674     652     -22static.spin_unlock_irqrestore                308     260     -48Signed-off-by: Joe Millenbach &lt;jmillenbach@gmail.com&gt;Reviewed-by: Jamey Sharp &lt;jamey@minilop.net&gt;Reviewed-by: Josh Triplett &lt;josh@joshtriplett.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/class/Kconfig</description>
        <pubDate>Fri, 18 Jan 2013 06:44:22 +0000</pubDate>
        <dc:creator>Joe Millenbach &lt;jmillenbach@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5b775f67 - USB: add USB test and measurement class driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/class/Kconfig#5b775f67</link>
        <description>USB: add USB test and measurement class driverThis driver was originaly written by Stefan Kopp, but massivelyreworked by Greg for submission.Thanks to Felipe Balbi &lt;me@felipebalbi.com&gt; for lots of work in cleaningup this driver.Thanks to Oliver Neukum &lt;oliver@neukum.org&gt; for reviewing previousversions and pointing out problems.Cc: Stefan Kopp &lt;stefan_kopp@agilent.com&gt;Cc: Marcel Janssen &lt;korgull@home.nl&gt;Cc: Felipe Balbi &lt;me@felipebalbi.com&gt;Cc: Oliver Neukum &lt;oliver@neukum.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/class/Kconfig</description>
        <pubDate>Tue, 26 Aug 2008 23:22:06 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>afba937e - USB: CDC WDM driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/class/Kconfig#afba937e</link>
        <description>USB: CDC WDM driverSigned-off-by: Oliver Neukum &lt;oneukum@suse.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/class/Kconfig</description>
        <pubDate>Tue, 13 May 2008 15:01:25 +0000</pubDate>
        <dc:creator>Oliver Neukum &lt;oliver@neukum.org&gt;</dc:creator>
    </item>
<item>
        <title>9628416a - [PATCH] USB: remove OBSOLETE_OSS_USB_DRIVER drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/class/Kconfig#9628416a</link>
        <description>[PATCH] USB: remove OBSOLETE_OSS_USB_DRIVER driversThis patch removes the obsolete USB_MIDI and USB_AUDIO drivers.Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/class/Kconfig</description>
        <pubDate>Sat, 04 Feb 2006 23:03:28 +0000</pubDate>
        <dc:creator>Adrian Bunk &lt;bunk@stusta.de&gt;</dc:creator>
    </item>
<item>
        <title>a6c82600 - [PATCH] USB: delete the bluetty driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/class/Kconfig#a6c82600</link>
        <description>[PATCH] USB: delete the bluetty driverWe have a real Bluetooth system in Linux, lets finally delete this driver as noone is using it (and if they are, they are using a closed source bluetoothstack, which I can&apos;t support anyway.)Marcel, you owe me a beer :)Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/class/Kconfig</description>
        <pubDate>Tue, 21 Jun 2005 04:15:16 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>9bc45e0c - [PATCH] USB: schedule OSS USB drivers for removal</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/class/Kconfig#9bc45e0c</link>
        <description>[PATCH] USB: schedule OSS USB drivers for removalDeprecate the OSS USB drivers.This patch includes spelling fixes by Lee Revell.Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/class/Kconfig</description>
        <pubDate>Sun, 14 Aug 2005 11:00:58 +0000</pubDate>
        <dc:creator>Adrian Bunk &lt;bunk@stusta.de&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/class/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/class/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>
