linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-19 03:59:31 to 2022-11-26 23:26:28 UTC [more...]

[Bug 216683] New: notifier callback hci_suspend_notifier [bluetooth] already registered
 2022-11-26 23:26 UTC  (8+ messages)
` [Bug 216683] "
` [Bug 216683] [REGRESSION] HCI_QUIRK_NO_SUSPEND_NOTIFIER causes kernel panic on fake CSR 5.0 clones

[Bug 216742] New: [REGRESSION] HCI_QUIRK_NO_SUSPEND_NOTIFIER causes kernel panic on fake CSR 5.0 clones
 2022-11-26 16:30 UTC  (3+ messages)
` [Bug 216742] "

[PATCH v2] dt-bindings: net: realtek-bluetooth: Add RTL8723DS
 2022-11-25  4:32 UTC  (2+ messages)
` [v2] "

[Bug 60824] [PATCH][regression] Cambridge Silicon Radio, Ltd Bluetooth Dongle unusable
 2022-11-25  2:45 UTC  (3+ messages)

[patch V3 00/17] timers: Provide timer_shutdown[_sync]()
 2022-11-24 14:00 UTC  (26+ messages)
` [patch V3 01/17] Documentation: Remove bogus claim about del_timer_sync()
  ` timers: Provide timer_shutdown[_sync]()
` [patch V3 02/17] ARM: spear: Do not use timer namespace for timer_shutdown() function
` [patch V3 03/17] clocksource/drivers/arm_arch_timer: "
` [patch V3 04/17] clocksource/drivers/sp804: "
` [patch V3 05/17] timers: Get rid of del_singleshot_timer_sync()
` [patch V3 06/17] timers: Replace BUG_ON()s
` [patch V3 07/17] timers: Update kernel-doc for various functions
` [patch V3 08/17] timers: Use del_timer_sync() even on UP
` [patch V3 09/17] timers: Rename del_timer_sync() to timer_delete_sync()
` [patch V3 10/17] timers: Rename del_timer() to timer_delete()
` [patch V3 11/17] Documentation: Replace del_timer/del_timer_sync()
` [patch V3 12/17] timers: Silently ignore timers with a NULL function
      ` [patch V3.1 "
        ` [V3.1,12/17] "
` [patch V3 13/17] timers: Split [try_to_]del_timer[_sync]() to prepare for shutdown mode
` [patch V3 14/17] timers: Add shutdown mechanism to the internal functions
` [patch V3 15/17] timers: Provide timer_shutdown[_sync]()
` [patch V3 16/17] timers: Update the documentation to reflect on the new timer_shutdown() API
` [patch V3 17/17] Bluetooth: hci_qca: Fix the teardown problem for real

[Bug 215197] New: Memory leaks show up a while after usung Edimax Wi-Fi N150 Bluetooth4.0 USB Adapter (rtl8723be)
 2022-11-24 12:38 UTC  (2+ messages)
` [Bug 215197] Memory leaks show up when using Edimax Wi-Fi N150 Bluetooth/Wireless USB Adapter (RTL8XXXU)

[PATCH v3 1/2] Bluetooth: Add hci_nxp to hci_uart module to support NXP BT chipsets
 2022-11-24  8:53 UTC  (3+ messages)
` [v3,1/2] "

[patch V2 00/17] timers: Provide timer_shutdown[_sync]()
 2022-11-23 18:45 UTC  (37+ messages)
` [patch V2 01/17] Documentation: Remove bogus claim about del_timer_sync()
  ` timers: Provide timer_shutdown[_sync]()
` [patch V2 02/17] ARM: spear: Do not use timer namespace for timer_shutdown() function
` [patch V2 03/17] clocksource/drivers/arm_arch_timer: "
` [patch V2 04/17] clocksource/drivers/sp804: "
` [patch V2 05/17] timers: Get rid of del_singleshot_timer_sync()
` [patch V2 06/17] timers: Replace BUG_ON()s
` [patch V2 07/17] timers: Update kernel-doc for various functions
` [patch V2 08/17] timers: Use del_timer_sync() even on UP
` [patch V2 09/17] timers: Rename del_timer_sync() to timer_delete_sync()
` [patch V2 10/17] timers: Rename del_timer() to timer_delete()
` [patch V2 11/17] Documentation: Replace del_timer/del_timer_sync()
` [patch V2 12/17] timers: Silently ignore timers with a NULL function
` [patch V2 13/17] timers: Split [try_to_]del_timer[_sync]() to prepare for shutdown mode
` [patch V2 14/17] timers: Add shutdown mechanism to the internal functions
` [patch V2 15/17] timers: Provide timer_shutdown[_sync]()
` [patch V2 16/17] timers: Update the documentation to reflect on the new timer_shutdown() API
` [patch V2 17/17] Bluetooth: hci_qca: Fix the teardown problem for real

[PATCH v3 2/2] tools: Add identifier for NXP UART BT devices
 2022-11-23 13:11 UTC 

[PATCH v3 2/2] tools: Add identifier for NXP UART BT devices
 2022-11-23 12:43 UTC 

[PATCH] Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0cb8:0xc559
 2022-11-23  9:00 UTC  (2+ messages)
`  "

[bluetooth-next:master] BUILD SUCCESS f492d22c0e7fb242ff68b61ea86b78ff1f031e59
 2022-11-23  3:17 UTC 

[PATCH BlueZ v3 0/7] Csip - Client role
 2022-11-23  0:07 UTC  (15+ messages)
` [PATCH BlueZ v3 1/7] shared/util: Update UUID database for Csip services
  ` Csip - Client role
` [PATCH BlueZ v3 2/7] lib/uuid: Add CSIS UUIDs
` [PATCH BlueZ v3 3/7] main.conf: Add CSIP profile configurable options
` [PATCH BlueZ v3 4/7] shared/csip: Add initial code for handling CSIP
` [PATCH BlueZ v3 5/7] profiles: Add initial code for csip plugin
` [PATCH BlueZ v3 6/7] monitor/att: Add decoding support for CSIP
` [PATCH BlueZ v3 7/7] tools: Add support to generate RSI using SIRK

[patch 00/15] timers: Provide timer_shutdown[_sync]()
 2022-11-22 16:42 UTC  (27+ messages)
` [patch 04/15] timers: Get rid of del_singleshot_timer_sync()
` [patch 05/15] timers: Replace BUG_ON()s
` [patch 06/15] timers: Update kernel-doc for various functions
` [patch 08/15] timers: Rename del_timer_sync() to timer_delete_sync()
` [patch 09/15] timers: Rename del_timer() to timer_delete()
` [patch 10/15] timers: Silently ignore timers with a NULL function
` [patch 12/15] timers: Add shutdown mechanism to the internal functions
` [patch 13/15] timers: Provide timer_shutdown[_sync]()

[PATCH v5] Bluetooth: btintel: Correctly declare all module firmware files
 2022-11-22 14:34 UTC  (2+ messages)
` [v5] "

[PATCH v4] Bluetooth: btintel: Correctly declare all module firmware files
 2022-11-22 12:31 UTC  (4+ messages)
` [v4] "

[PATCH v2 2/2] tools: Add identifier for NXP UART BT devices
 2022-11-22 11:57 UTC 

[PATCH v2 1/2] Bluetooth: Add hci_nxp to hci_uart module to support NXP BT chipsets
 2022-11-22 10:44 UTC  (3+ messages)
` [PATCH v2 2/2] tools: Add identifier for NXP UART BT devices
` [v2,1/2] Bluetooth: Add hci_nxp to hci_uart module to support NXP BT chipsets

[PATCH v1] Bluetooth: Add hci_nxp BT submodule with controller Power Save feature for NXP BT chipsets
 2022-11-22 10:35 UTC  (3+ messages)

Silikonmischungen
 2022-11-22  9:05 UTC 

[PATCH v3 1/2] Bluetooth: Remove codec id field in vendor codec definition
 2022-11-22  9:32 UTC  (3+ messages)
` [PATCH v3 2/2] Bluetooth: Fix support for Read Local Supported Codecs V2
` [v3,1/2] Bluetooth: Remove codec id field in vendor codec definition

[PATCH -next] Bluetooth: Fix Kconfig warning for BT_HIDP
 2022-11-22  9:18 UTC  (6+ messages)
` [-next] "

[PATCH BlueZ V2 0/6] V2 of CSIP client role
 2022-11-22  5:50 UTC  (8+ messages)
` [PATCH BlueZ V2 1/6] lib/uuid: Add CSIS UUIDs
  ` V2 of CSIP client role
` [PATCH BlueZ V2 2/6] main.conf: Add CSIP profile configurable options
` [PATCH BlueZ V2 3/6] shared/csip: Add initial code for handling CSIP
` [PATCH BlueZ V2 4/6] profiles: Add initial code for csip plugin
` [PATCH BlueZ V2 5/6] monitor/att: Add decoding support for CSIP
` [PATCH BlueZ V2 6/6] tools: Add support to generate RSI using SIRK

[PATCH BlueZ 0/6] CSIP - Client Role
 2022-11-22  3:02 UTC  (8+ messages)
` [PATCH BlueZ 1/6] lib/uuid: Add CSIS UUIDs
  ` CSIP - Client Role
` [PATCH BlueZ 2/6] main.conf: Add CSIP profile configurable options
` [PATCH BlueZ 3/6] shared/csip: Add initial code for handling CSIP
` [PATCH BlueZ 4/6] profiles: Add initial code for csip plugin
` [PATCH BlueZ 5/6] monitor/att: Add decoding support for CSIP
` [PATCH BlueZ 6/6] tools: Add support to generate RSI using SIRK

[bluez/bluez] 5a872a: client/player: Fix scan-build warning
 2022-11-22  2:41 UTC 

[PATCH] Bluetooth: L2CAP: Fix u8 overflow
 2022-11-22  0:50 UTC  (4+ messages)
`  "

[PATCH] btusb: HCI_QUICK_NO_SUSPEND_NOTIFIER causes kernel panic
 2022-11-22  0:34 UTC  (3+ messages)
`  "

[PATCH v3 1/3] Bluetooth: btusb: mediatek: use readx_poll_timeout instead of open coding
 2022-11-21 19:39 UTC  (4+ messages)
` [PATCH v3 2/3] Bluetooth: btmtk: introduce btmtk reset work
` [PATCH v3 3/3] Bluetooth: btusb: mediatek: add MediaTek devcoredump support
` [v3,1/3] Bluetooth: btusb: mediatek: use readx_poll_timeout instead of open coding

[PATCH 0/1] Fix MSFT filter enable
 2022-11-21 18:48 UTC  (5+ messages)
` [PATCH 1/1] Bluetooth: Convert MSFT filter HCI cmd to hci_sync
  ` Fix MSFT filter enable

[PATCH hid-next] HID: fix BT_HIDP Kconfig dependencies
 2022-11-21 17:36 UTC  (2+ messages)

iwlwifi: AC9560 firmware crash with iwlwifi-QuZ-a0-jf-b0 versions above 55
 2022-11-21 16:35 UTC  (8+ messages)

[PATCH v3] Bluetooth: btintel: Correctly declare all module firmware files
 2022-11-21 14:17 UTC  (2+ messages)
` [v3] "

[PATCH v3] dt-bindings: bluetooth: broadcom: add BCM43430A0 & BCM43430A1
 2022-11-21 14:00 UTC  (3+ messages)

How to get USB bluetooth device working/supported?
 2022-11-19 22:46 UTC 

[RESEND PATCH] Bluetooth: hci_conn: Use kzalloc for kmalloc+memset
 2022-11-19 21:14 UTC  (2+ messages)
` [RESEND] "

[PATCH] Bluetooth: btusb HCI_QUIRK_NO_SUSPEND_NOTIFIER causes kernel panic on CSR 5.0 clones
 2022-11-19 19:29 UTC  (2+ messages)
`  "

How to get USB bluetooth device supported?
 2022-11-19 19:03 UTC 

[PATCH] Bluetooth: btusb HCI_QUIRK_NO_SUSPEND_NOTIFIER causes kernel panic on CSR 5.0 clones
 2022-11-19 18:17 UTC  (2+ messages)
`  "

[PATCH BlueZ] monitor: Decode vendor codecs of BT_HCI_CMD_READ_LOCAL_CODECS_V2
 2022-11-19  5:42 UTC  (2+ messages)
` [BlueZ] "

[PATCH BlueZ] main.conf: Add SecureConnections option
 2022-11-19  5:33 UTC  (2+ messages)
` [BlueZ] "

[BlueZ PATCH v3] doc: test patch - DO NOT MERGE
 2022-11-19  5:32 UTC  (2+ messages)
` [BlueZ,v3] "

[BlueZ] main.conf: Add comment about LA Audio BAP UUIDs
 2022-11-19  5:32 UTC  (2+ messages)

[DNM PATCH v3] Bluetooth: doc: test patch - DO NOT MERGE
 2022-11-19  5:32 UTC  (2+ messages)
` [DNM,v3] "

[RFC][PATCH v3 08/33] timers: Bluetooth: Use timer_shutdown_sync() before freeing timer
 2022-11-19  5:04 UTC  (3+ messages)
` timers: Use timer_shutdown*() before freeing timers

[PATCH v4a 10/38] timers: Bluetooth: Use timer_shutdown_sync() before freeing timer
 2022-11-19  5:03 UTC  (3+ messages)
` timers: Use timer_shutdown*() before freeing timers

[PATCH v1 1/2] bluetooth: Remove codec id field in vendor codec definition
 2022-11-19  5:02 UTC  (3+ messages)
` [v1,1/2] "

[PATCH v1] Bluetooth: btusb: Fix enable failure for a CSR BT dongle
 2022-11-19  5:02 UTC  (2+ messages)
` [v1] "

[RFC] Bluetooth: Convert MSFT filter HCI cmd to hci_sync
 2022-11-19  5:02 UTC  (2+ messages)


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).