public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC] Bluetooth: HIDP: Mark BT_HIDP as DEPRECATED
@ 2026-03-04 20:06 Luiz Augusto von Dentz
  2026-03-04 20:50 ` bluez.test.bot
  2026-03-05  8:12 ` Paul Menzel
  0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2026-03-04 20:06 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

This marks BT_HIDP as DEPRECATED as it is no longer needed on systems
with UHID which is preferred over BT_HIDP as that works both on BR/EDR
and LE beares.

Userspace already defaults to UHID since 9698870015b0
("input.conf: Make UserspaceHID defaults to true") which was released
with 5.73.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
---
 net/bluetooth/hidp/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/bluetooth/hidp/Kconfig b/net/bluetooth/hidp/Kconfig
index e08aae35351a..915035e23719 100644
--- a/net/bluetooth/hidp/Kconfig
+++ b/net/bluetooth/hidp/Kconfig
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0-only
 config BT_HIDP
-	tristate "HIDP protocol support"
-	depends on BT_BREDR && HID
+	tristate "HIDP protocol support (DEPRECATED)"
+	depends on BT_BREDR && HID && DEPRECATED
 	help
 	  HIDP (Human Interface Device Protocol) is a transport layer
 	  for HID reports.  HIDP is required for the Bluetooth Human
-- 
2.53.0


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

end of thread, other threads:[~2026-03-05  8:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-04 20:06 [RFC] Bluetooth: HIDP: Mark BT_HIDP as DEPRECATED Luiz Augusto von Dentz
2026-03-04 20:50 ` bluez.test.bot
2026-03-05  8:12 ` Paul Menzel

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