From: Al Viro <viro@ftp.linux.org.uk>
To: Linus Torvalds <torvalds@osdl.org>
Cc: linux-kernel@vger.kernel.org, Dmitry Torokhov <dtor@mail.ru>,
Martin Schwidefsky <schwidefsky@de.ibm.com>
Subject: [PATCH] bluetooth hidp is broken on s390
Date: Sat, 29 Oct 2005 12:02:00 +0100 [thread overview]
Message-ID: <20051029110200.GH7992@ftp.linux.org.uk> (raw)
Bluetooth HIDP selects INPUT and it really needs it to be
there - module depends on input core. And input core is never
built on s390... Marked as broken on s390, for now; if somebody
has better ideas, feel free to fix it and remove dependency...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
----
diff -urN RC14-base/net/bluetooth/hidp/Kconfig current/net/bluetooth/hidp/Kconfig
--- RC14-base/net/bluetooth/hidp/Kconfig 2005-06-17 15:48:29.000000000 -0400
+++ current/net/bluetooth/hidp/Kconfig 2005-10-29 06:14:28.000000000 -0400
@@ -1,6 +1,6 @@
config BT_HIDP
tristate "HIDP protocol support"
- depends on BT && BT_L2CAP
+ depends on BT && BT_L2CAP && (BROKEN || !S390)
select INPUT
help
HIDP (Human Interface Device Protocol) is a transport layer
next reply other threads:[~2005-10-29 11:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-29 11:02 Al Viro [this message]
2005-10-29 11:05 ` [PATCH] bluetooth hidp is broken on s390 Marcel Holtmann
2005-10-29 18:47 ` Al Viro
2005-10-31 9:01 ` 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=20051029110200.GH7992@ftp.linux.org.uk \
--to=viro@ftp.linux.org.uk \
--cc=dtor@mail.ru \
--cc=linux-kernel@vger.kernel.org \
--cc=schwidefsky@de.ibm.com \
--cc=torvalds@osdl.org \
/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.