public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bluetooth hidp is broken on s390
@ 2005-10-29 11:02 Al Viro
  2005-10-29 11:05 ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: Al Viro @ 2005-10-29 11:02 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Dmitry Torokhov, Martin Schwidefsky

	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

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

end of thread, other threads:[~2005-10-31  9:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-29 11:02 [PATCH] bluetooth hidp is broken on s390 Al Viro
2005-10-29 11:05 ` Marcel Holtmann
2005-10-29 18:47   ` Al Viro
2005-10-31  9:01     ` Martin Schwidefsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox