From: Andreas Jaeger <aj@suse.de>
To: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: linux-kernel@vger.kernel.org
Subject: N_HCI for S390x missing in 2.4.5
Date: Thu, 05 Jul 2001 10:12:36 +0200 [thread overview]
Message-ID: <ho3d8beqvf.fsf@gee.suse.de> (raw)
Looking at the patch for 2.4.5, I noticed that all architectures use
N_HCI - except s390x which has N_BT.
Why is this different? I propose to use N_HCI everywhere,
Andreas
diff -u --recursive --new-file v2.4.5/linux/include/asm-s390/termios.h linux/include/asm-s390/termios.h
--- v2.4.5/linux/include/asm-s390/termios.h Tue Feb 13 14:13:44 2001
+++ linux/include/asm-s390/termios.h Mon Jun 11 19:15:27 2001
@@ -63,6 +63,7 @@
#define N_IRDA 11 /* Linux IR - http://irda.sourceforge.net/ */
#define N_SMSBLOCK 12 /* SMS block mode - for talking to GSM data cards about SMS messages */
#define N_HDLC 13 /* synchronous HDLC */
+#define N_HCI 15 /* Bluetooth HCI UART */
diff -u --recursive --new-file v2.4.5/linux/include/asm-s390x/termios.h linux/include/asm-s390x/termios.h
--- v2.4.5/linux/include/asm-s390x/termios.h Wed Apr 11 19:02:29 2001
+++ linux/include/asm-s390x/termios.h Mon Jun 11 19:15:27 2001
@@ -63,6 +63,7 @@
#define N_IRDA 11 /* Linux IR - http://irda.sourceforge.net/ */
#define N_SMSBLOCK 12 /* SMS block mode - for talking to GSM data cards about SMS messages */
#define N_HDLC 13 /* synchronous HDLC */
+#define N_BT 15 /* bluetooth */
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj
next reply other threads:[~2001-07-05 8:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-07-05 8:12 Andreas Jaeger [this message]
-- strict thread matches above, loose matches on Subject: below --
2001-07-05 8:51 N_HCI for S390x missing in 2.4.5 Martin Schwidefsky
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=ho3d8beqvf.fsf@gee.suse.de \
--to=aj@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=schwidefsky@de.ibm.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.