<?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>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/mon/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/mon/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/mon/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/mon/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/mon/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/mon/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>b07f4d01 - USB: usbmon: drop Kconfig defaults</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/mon/Kconfig#b07f4d01</link>
        <description>USB: usbmon: drop Kconfig defaultsThese statements seem to be unnecessary. No idea why, but I built allpossible configurations and everything gets built just as before.It&apos;s an old patch that popped from discussion with Paul in November 2008.Obviously not a very high priority but better late than never.Signed-off-by: Pete Zaitcev &lt;zaitcev@redhat.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/mon/Kconfig</description>
        <pubDate>Wed, 10 Jun 2009 21:21:24 +0000</pubDate>
        <dc:creator>Pete Zaitcev &lt;zaitcev@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>f150fa1a - USB: Allow usbmon as a module even if usbcore is builtin</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/mon/Kconfig#f150fa1a</link>
        <description>USB: Allow usbmon as a module even if usbcore is builtinusbmon can only be built as a module if usbcore is a module too. Trivialchanges to the relevant Kconfig and Makefile (and a few trivial changeselsewhere) allow usbmon to be built as a module even if usbcore isbuiltin.This is verified to work in all 9 permutations (3 correctly prohibitedby Kconfig, 6 build a suitable result).Signed-off-by: Paul Bolle &lt;pebolle@tiscali.nl&gt;Signed-off-by: Pete Zaitcev &lt;zaitcev@redhat.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/usb/mon/Kconfig</description>
        <pubDate>Fri, 14 Nov 2008 04:31:21 +0000</pubDate>
        <dc:creator>Pete Zaitcev &lt;zaitcev@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>003ba515 - [PATCH] USB: ub documentation update</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/mon/Kconfig#003ba515</link>
        <description>[PATCH] USB: ub documentation updateThe patch which went in was correct, but not quite what I had in mind.Here is a patch to update that a little bit. Original patch is at: http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4749f32da939d4e4160541b2cadc22492bb507ecSigned-off-by: Pete Zaitcev &lt;zaitcev@redhat.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/drivers/usb/mon/Kconfig</description>
        <pubDate>Fri, 05 Aug 2005 01:06:36 +0000</pubDate>
        <dc:creator>Pete Zaitcev &lt;zaitcev@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>4749f32d - [PATCH] better USB_MON dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/mon/Kconfig#4749f32d</link>
        <description>[PATCH] better USB_MON dependenciesThis makes the USB_MON less confusing.Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/drivers/usb/mon/Kconfig</description>
        <pubDate>Thu, 23 Jun 2005 09:36:56 +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/mon/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/mon/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>
