[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <12175342852216@kroah.org>
Date: Thu, 31 Jul 2008 12:58:05 -0700
From: <gregkh@...e.de>
To: simon@...e.lp0.eu, gregkh@...e.de, linux-kernel@...r.kernel.org,
linux-usb@...r.kernel.org
Subject: patch usb-move-usb-mon-up-to-misc-options-in-kconfig.patch added to gregkh-2.6 tree
This is a note to let you know that I've just added the patch titled
Subject: USB: Move usb/mon/ up to misc options in Kconfig
to my gregkh-2.6 tree. Its filename is
usb-move-usb-mon-up-to-misc-options-in-kconfig.patch
This tree can be found at
http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/
>From simon@...e.lp0.eu Thu Jul 31 10:50:44 2008
From: Simon Arlott <simon@...e.lp0.eu>
Date: Mon, 21 Jul 2008 20:44:50 +0100
Subject: USB: Move usb/mon/ up to misc options in Kconfig
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Cc: Greg Kroah-Hartman <gregkh@...e.de>, USB list <linux-usb@...r.kernel.org>
Message-ID: <4884E732.3000705@...on.arlott.org.uk>
This makes "USB Monitor" appear under "Miscellaneous USB options"
section instead of in the middle of device specific drivers in the
"USB Imaging devices" section.
Signed-off-by: Simon Arlott <simon@...e.lp0.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>
---
drivers/usb/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -95,6 +95,8 @@ config USB
source "drivers/usb/core/Kconfig"
+source "drivers/usb/mon/Kconfig"
+
source "drivers/usb/host/Kconfig"
source "drivers/usb/class/Kconfig"
@@ -103,8 +105,6 @@ source "drivers/usb/storage/Kconfig"
source "drivers/usb/image/Kconfig"
-source "drivers/usb/mon/Kconfig"
-
comment "USB port drivers"
depends on USB
Patches currently in gregkh-2.6 which might be from simon@...e.lp0.eu are
usb.current/usb-move-usb-mon-up-to-misc-options-in-kconfig.patch
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists