From: "Randy.Dunlap" <rddunlap@osdl.org>
To: Michael Frank <mflt1@micrologica.com.hk>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.74 CONFIG_USB_SERIAL_CONSOLE gone?
Date: Thu, 10 Jul 2003 08:03:45 -0700 [thread overview]
Message-ID: <20030710080345.7907d810.rddunlap@osdl.org> (raw)
In-Reply-To: <200307101453.57857.mflt1@micrologica.com.hk>
On Thu, 10 Jul 2003 14:53:57 +0800 Michael Frank <mflt1@micrologica.com.hk> wrote:
| Tried to config usb serial console on 2.5.74 but it's no more configurable.
|
| Searched the tree and these are the only references
|
| ./BitKeeper/deleted/.del-Config.help~23cda2581f02cfcb
| ./BitKeeper/deleted/.del-Config.in~92fe774f90db89d
| ./drivers/usb/serial/Makefile
| ./drivers/usb/serial/usb-serial.h
|
| Has this been deleted?
No, but there is a typo in the Kconfig file for it.
Patch for it is below. (It is from the -kj patchset. :)
Patch by Francois Romieu <romieu@fr.zoreil.com>.
--
~Randy
| http://developer.osdl.org/rddunlap/ | http://www.xenotime.net/linux/ |
diff -puN drivers/usb/serial/Kconfig~typo-usb-serial-kconfig drivers/usb/serial/Kconfig
----------- Diffstat output ------------
./drivers/usb/serial/Kconfig | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff ./drivers/usb/serial/Kconfig~current~ ./drivers/usb/serial/Kconfig
--- ./drivers/usb/serial/Kconfig~current~ 2003-07-09 00:12:22.000000000 -0700
+++ ./drivers/usb/serial/Kconfig 2003-07-09 00:12:22.000000000 -0700
@@ -31,7 +31,7 @@ config USB_SERIAL_DEBUG
config USB_SERIAL_CONSOLE
bool "USB Serial Console device support (EXPERIMENTAL)"
- depends on USB_SERIAL=y && EXPERIMENTAL
+ depends on USB_SERIAL && EXPERIMENTAL
---help---
If you say Y here, it will be possible to use a USB to serial
converter port as the system console (the system console is the
next prev parent reply other threads:[~2003-07-10 14:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-10 6:53 Michael Frank
2003-07-10 15:03 ` Randy.Dunlap [this message]
2003-07-10 16:45 ` Randy.Dunlap
2003-07-10 17:15 ` Michael Frank
2003-07-10 17:24 ` Randy.Dunlap
2003-07-10 16:41 ` Greg KH
2003-07-10 17:13 ` Michael Frank
2003-07-10 17:20 ` Greg KH
2003-07-10 17:24 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030710080345.7907d810.rddunlap@osdl.org \
--to=rddunlap@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mflt1@micrologica.com.hk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®