linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* N_HCI for S390x missing in 2.4.5
@ 2001-07-05  8:12 Andreas Jaeger
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Jaeger @ 2001-07-05  8:12 UTC (permalink / raw)
  To: Martin Schwidefsky; +Cc: linux-kernel


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: N_HCI for S390x missing in 2.4.5
@ 2001-07-05  8:51 Martin Schwidefsky
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Schwidefsky @ 2001-07-05  8:51 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: linux-kernel


>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,

It should not be different for s390x. Probably a typo. I will fix it
and the patch will go out with the next update.

blue skies,
   Martin

Linux/390 Design & Development, IBM Deutschland Entwicklung GmbH
Schönaicherstr. 220, D-71032 Böblingen, Telefon: 49 - (0)7031 - 16-2247
E-Mail: schwidefsky@de.ibm.com



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-07-05  8:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-05  8:12 N_HCI for S390x missing in 2.4.5 Andreas Jaeger
2001-07-05  8:51 Martin Schwidefsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).