Hi,
On 12 Jun 2019, at 12.38, Bastien Nocera wrote:
>
> On Wed, 2019-06-12 at 09:07 +0200, Greg Kroah-Hartman wrote:
>> On Tue, Jun 11, 2019 at 11:36:26PM +0200, Marcel Holtmann wrote:
>>> Hi Vasily,
>>>
Can we get this revert merged into stable branches? Bluetooth HID
has
been b
Hi,
On Mon, Apr 02, 2018, Stephen Rothwell wrote:
> 45a42bc9cc65 ("Bluetooth: hci_bcm: Remove DMI quirk for the MINIX Z83-4")
> f9b95db0165a ("Bluetooth: btrsi: remove unused including ")
> 96e58d368fa6 ("Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for
> BTUSB_QCA_ROME")
> 9ea471320e1
Hi,
On Sat, Dec 30, 2017, Stephen Rothwell wrote:
> On Sat, 30 Dec 2017 10:25:52 +1100 Stephen Rothwell
> wrote:
> > Commit
> >
> > 0a03f98b98c2 ("Bluetooth: Add a new 04ca:3015 QCA_ROME device")
> >
> > is missing a Signed-off-by from its .
> ^
> commit
Hi Brian,
On Mon, Jul 31, 2017, Brian Norris wrote:
> Contains a QCA6174A-5 chipset, with USB BT. Let's support loading
> firmware on it.
>
> From usb-devices:
> T: Bus=02 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0
> D: Ver= 2.01 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1
> P:
Hi Brian,
On Fri, Jul 28, 2017, Brian Norris wrote:
> Contains a QCA6174A-5 chipset, with USB BT. Let's support loading
> firmware on it.
>
> Signed-off-by: Brian Norris
> ---
> drivers/bluetooth/btusb.c | 1 +
> 1 file changed, 1 insertion(+)
Could you also include the relevant usb-devices ou
Hi,
On Thu, Oct 06, 2016, Joe Perches wrote:
> On Thu, 2016-10-06 at 09:02 +0200, Pavel Machek wrote:
> > I believe you are wrong. bit addressability does not matter, cpu can
> > definitely get the bit values.
> >
> > u8 foo:1;
> > u8 bar:1;
> > u8 baz:1;
> >
> > should take 1 byte, where
> >
>
Hi Marcel,
On Sat, Aug 20, 2016, Marcel Holtmann wrote:
> > I am seeing two skb leaks in the BT sub-system for kernel 4.8-rc2. I
> > only recently re-enabled kmemleak, but I do not think I saw these
> > leaks in 4.7.
> >
> > The first leak is at btusb_recv_intr+0x12b/0x170 [btusb]. This
> > addre
Hi Nicolas,
On Fri, Jul 29, 2016, Nicolas Iooss wrote:
> Commit 5177a83827cd ("Bluetooth: Add debugfs fields for hardware and
> firmware info") introduced hci_set_hw_info() and hci_set_fw_info().
> These functions use kvasprintf_const() but are not marked with a
> __printf attribute. Adding such
; Cc: Gustavo Padovan
> Cc: Johan Hedberg
> Cc: "David S. Miller"
> Cc: linux-blueto...@vger.kernel.org
> Cc: Herbert Xu
> Cc: net...@vger.kernel.org
> Signed-off-by: Andy Lutomirski
> ---
> net/bluetooth/smp.c | 67
> ++-
Hi,
On Fri, Apr 29, 2016, Julia Lawall wrote:
> --- a/net/bluetooth/mgmt.c
> +++ b/net/bluetooth/mgmt.c
> @@ -4773,7 +4773,8 @@ static int get_conn_info(struct sock *sk, struct
> hci_dev *hdev, void *data,
> conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK,
>
blem, I simply confirmed that existing functionality worked.
>
> net/bluetooth/hci_core.c | 6 --
> 1 file changed, 4 insertions(+), 2 deletions(-)
Good catch.
Acked-by: Johan Hedberg
Marcel, I think we want to send this through our stable tree to 4.5-rc
(where the patch introducing the bug is).
Johan
Hi Nicholas,
On Wed, Aug 19, 2015, Nicholas Krause wrote:
> This fixes error checking in the function hci_disconn_complete_evt
> to properly check if it's call to the function hci_remove_link_key
> returns NULL to signal it has not correctly removed the link key
> on the passed hci_dev structure p
Hi Jörg,
On Fri, Feb 27, 2015, Jörg Otte wrote:
> Bluetooth has ever been working on my Notebook. I successfully
> use Bluetooth mouse and Obex file transfer for years. And with
> Kernel V4.00 the Adapter is no longer recognized.
>
> It is an Intel 8087:07da.
>
> The first bad commit is:
> commi
Hi Ethan,
On Thu, Feb 12, 2015, Ethan wrote:
> I met similar issue in kernel 3.10 for Chromebook smart lock feature, I
> have merged your patch but issue still happened.
The whole feature of checking the whitelist when HCI_CONNECTABLE is not
set was introduced only in kernel version 3.18. So it m
Commit-ID: 44fc0e5eec00db5fba748803c95920098089c4cc
Gitweb: http://git.kernel.org/tip/44fc0e5eec00db5fba748803c95920098089c4cc
Author: Johan Hedberg
AuthorDate: Fri, 30 Jan 2015 13:14:36 +0200
Committer: Ingo Molnar
CommitDate: Wed, 4 Feb 2015 07:52:32 +0100
sched/wait: Introduce
e can
also take the patch through the bluetooth-next tree and get it from
there upstream.
Johan
[1] http://marc.info/?l=linux-bluetooth&m=142260834526228&w=2
--------
Johan Hedberg (1):
sched/wait: Introduce wait_on_bit_timeout
From: Johan Hedberg
Add a new wait_on_bit_timeout() helper, basically the same as
wait_on_bit() except that it also takes a timeout parameter.
All the building blocks like bit_wait_timeout() and
out_of_line_wait_on_bit_timeout() are already in place so the addition
is rather simple.
Signed-off
Hi Pavel,
On Tue, Dec 23, 2014, Pavel Machek wrote:
> + while (1) {
> + int cmd, len;
> +
> + fw_pos += cmd_len;
> +
> + if (fw_pos >= fw_entry->size)
> + break;
> +
> + if (fw_pos + 2 > fw_entry->size) {
> +
Hi Pali,
On Wed, Dec 24, 2014, Pali Rohár wrote:
> > Could you try the attached patch? I think the reason might be
> > the dependence on the HCI_CONNECTABLE flag that's only set if
> > the page scan was enabled through mgmt (which wouldn't be the
> > case with BlueZ 4.98).
> >
> > Johan
>
> Hi J
Hi Pali,
On Wed, Dec 24, 2014, Pali Rohár wrote:
> now I installed 3.19-rc1 kernel and my bluetooth headset was refused
> to connect automatically. I need to start connection manually from
> laptop (and then it working). Before when I started bluetooth headset
> it automatically connected and I di
Hi Dave,
Here's the first direct (i.e. skipping the wireless tree) bluetooth pull
request for you, intended for 3.19. It's just one patch: a fix from
Marcel for for remote service discovery filtering which also fixes a
'used uninitialized' compiler warning.
Please let me know if there are any iss
h: Add USB device 04ca:3010 as Atheros AR3012
Johan Hedberg (5):
Bluetooth: Fix calling hci_conn_put too early
Bluetooth: Fix incorrect pending cmd removal in pairing_complete()
Bluetooth: Fix notifying mgmt power off before flushing connection list
Bluetooth: Fix enabling BR/E
_DISCOVERY
Bluetooth: Add extra discovery fields for storing filter information
Bluetooth: Add logic for UUID filter handling
Bluetooth: Add support for Start Service Discovery command
Johan Hedberg (62):
Bluetooth: Track both local and remote L2CAP fixed channel mask
Bl
y fields for storing filter information
Bluetooth: Add logic for UUID filter handling
Bluetooth: Add support for Start Service Discovery command
Johan Hedberg (62):
Bluetooth: Track both local and remote L2CAP fixed channel mask
Bluetooth: Simplify Link Key Notification ev
mitry Tunin (1):
Bluetooth: ath3k: Add support of MCI 13d3:3408 bt device
Johan Hedberg (3):
Bluetooth: Fix setting state back to TASK_RUNNING
Bluetooth: Fix setting conn->pending_sec_level value from link key
Bluetooth: Convert link keys list to use RCU
Steven Walter (1)
Hi Marcel,
On Wed, Nov 26, 2014, Marcel Holtmann wrote:
> I think Marcel was after just providing a clarifying code comment in
> both places - having two branches of an if-statement doing exactly the
> same thing looks a bit weird to me. To make thins completely clear I'd
> sug
Hi Dmitry,
On Tue, Nov 25, 2014, Dmitry Tunin wrote:
> Add support for bluetooth MCI WB335 (AR9565) Wi-Fi+bt module.
> This bluetooth module requires loading patch and sysconfig by ath3k driver.
>
> T: Bus=01 Lev=02 Prnt=03 Port=00 Cnt=01 Dev#= 20 Spd=12 MxCh= 0
> D: Ver= 1.10 Cls=e0(wlcon) S
Hi Dmitry,
On Tue, Nov 25, 2014, Dmitry Tunin wrote:
> Add support for bluetooth MCI WB335 (AR9565) Wi-Fi+bt module.
> This bluetooth module requires loading patch and sysconfig by ath3k driver.
>
> CC: sta...@vger.kernel.org
> Signed-off-by: Dmitry Tunin
>
> ---
Seems you've forgotten the /sy
Hi Marcel,
On Thu, Nov 20, 2014, Marcel Holtmann wrote:
> > static u16 get_acl_flags(struct hci_conn *hcon, struct l2cap_chan *chan)
> > {
>
> If we do it with a helper functions, then it should only provide the
> l2cap_chan since we can get the hci_conn from there.
One of the places it'd get ca
Hi Steven,
On Wed, Nov 19, 2014, Steven Walter wrote:
> The bluetooth spec states that automatically flushable packets may not
> be sent over a LE-U link.
>
> Signed-off-by: Steven Walter
> ---
> net/bluetooth/l2cap_core.c | 14 --
> 1 file changed, 8 insertions(+), 6 deletions(-)
>
Hi Kirill,
On Wed, Nov 19, 2014, Kirill A. Shutemov wrote:
> > From: Johan Hedberg
> > Date: Tue, 18 Nov 2014 20:00:15 +0200
> > Subject: [PATCH] Bluetooth: Fix setting state back to TASK_RUNNING
> >
> > In __hci_cmd_sync_ev() and __hci_req_sync() if the hci_r
Hi Kirill,
On Tue, Nov 18, 2014, Kirill A. Shutemov wrote:
> On Fri, Nov 07, 2014 at 11:27:54AM +0200, Johan Hedberg wrote:
> > Chan-yeol Park (1):
> > Bluetooth: Fix hci_sync missing wakeup interrupt
>
> Look like this commit causes problem for me:
>
> [
Bluetooth: Send mgmt_connected only if state is BT_CONFIG
Johan Hedberg (20):
Bluetooth: Fix sparse warning in amp.c
Bluetooth: Fix mgmt connected notification
Bluetooth: 6lowpan: Remove unnecessary RCU callback
Bluetooth: Fix l2cap_sock_teardown_cb lockdep warning
Fix hci_sync missing wakeup interrupt
Dan Carpenter (1):
ieee802154: || vs && in ieee802154_is_valid_extended_addr()
Fengguang Wu (1):
at86rf230: fix simple_return.cocci warnings
Johan Hedberg (1):
Bluetooth: Fix sparse warnings in RFCOMM
Kuba Pawlak (2):
Bluetoot
an (1):
Bluetooth: Add support for Acer [0489:e078]
Dan Carpenter (1):
Bluetooth: 6lowpan: use after free in disconnect_devices()
Fabian Frederick (1):
Bluetooth: fix shadow warning in hci_disconnect()
Johan Hedberg (6):
Bluetooth: Pass only crypto context to SMP crypto fu
Hi Stephen,
On Mon, Oct 27, 2014, Stephen Rothwell wrote:
> After merging the bluetooth tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> net/bluetooth/smp.o: In function `test_smp':
> smp.c:(.init.text+0x0): multiple definition of `init_module'
> net/bluetooth/af_bluet
:57 +0300)
Amitkumar Karwar (2):
Bluetooth: btmrvl: rename definitions from 88xx to 8897
Bluetooth: btusb: remove redundant lock variable
Johan Hedberg (1):
Bluetooth: Fix lockdep warning with l2cap_chan_connect
Jukka Rissanen (7):
Bluetooth: 6lowpan: Make sure s
_param_wideband table to esco_param_msbc (2014-09-25
10:35:08 +0200)
Bernhard Thaler (1):
Bluetooth: Check for SCO type before setting retransmission effort
Joe Perches (1):
Bluetooth: Convert bt_ logging fu
u to fetch changes up to 5eb596f55cacc2389554a8d7572d90d5e9d4269d:
Bluetooth: Fix setting correct security level when initiating SMP (2014-09-18
17:39:37 +0200)
--------
Johan Hedberg (2):
Bluetooth: btusb: Use GFP_KERNEL in btusb_
Hi John,
On Sun, Sep 14, 2014, Johan Hedberg wrote:
> Here are some more patches intended for 3.18. Most of them are cleanups
> or fixes for SMP. The only exception is a fix for BR/EDR L2CAP fixed
> channels which should now work better together with the L2CAP
> information reque
/bluetooth-next.git
master
for you to fetch changes up to 9a783a139c32a905825ee0aa9597f485ea461f76:
Bluetooth: Fix re-setting RPA as expired when deferring update (2014-09-12
18:34:25 +0200)
Johan Hedberg (10):
Bluetooth
Webster (1):
Bluetooth: LLVMLinux: Remove VLAIS from bluetooth/amp.c
Champion Chen (1):
Bluetooth: Fix issue with USB suspend in btusb driver
Johan Hedberg (31):
Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTU
Bluetooth: Remove unnecessary l2cap_chan_unl
-
Alexander Aring (2):
ieee802154: 6lowpan_rtnl: fix correct errno value
ieee802154: 6lowpan: ensure of sending 1280 packets
Johan Hedberg (1):
Bluetooth: Fix hci_conn reference counting for auto-connections
Martin Townsend (3):
mac802154: fixed potentia
r Aring (1):
ieee802154: 6lowpan: remove unused function
Himangi Saraogi (4):
Bluetooth: Remove typedef bluecard_info_t
Bluetooth: Remove typedef btuart_info_t
Bluetooth: Remove typedefs nsh_t and dtl1_info_t
Bluetooth: Remove typedef bt3c_info_t
Johan Hedberg (35):
Blue
Marvell driver initialization codepath
Johan Hedberg (5):
Bluetooth: Fix SMP context tracking leading to a kernel crash
Bluetooth: Fix check for connected state when pairing
Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLE
Bluetooth: Rename pairable mgmt setting to bondable
3:32 +0200)
Alexander Aring (1):
MAINTAINERS: add 6lowpan header file
Georg Lukas (2):
Bluetooth: Provide defaults for LE advertising interval
Bluetooth: Expose default LE advertising interval via debugfs
Johan Hedberg (2):
Hi,
On Tue, Jun 10, 2014, Kamal Mostafa wrote:
> 3.13.11.3 -stable review patch. If anyone has any objections, please let me
> know.
>
> --
>
> From: Johan Hedberg
>
> commit 09da1f3463eb81d59685df723b1c5950b7570340 upstream.
>
> When we'
stead, the REAUTH_PEND flag takes care of all necessary steps for
> reauthentication.
>
> Signed-off-by: Johan Hedberg
> Signed-off-by: Marcel Holtmann
> Signed-off-by: Jiri Slaby
> ---
> net/bluetooth/hci_conn.c | 9 ++---
> 1 file changed, 6 insertions(+), 3 deletion
generic_handle_irq+0x40/0x54)
> [] (generic_handle_irq+0x40/0x54) from []
> (handle_IRQ+0x70/0x94)
> [] (handle_IRQ+0x70/0x94) from []
> (omap3_intc_handle_irq+0x64/0x78)
> [] (omap3_intc_handle_irq+0x64/0x78) from []
> (__irq_svc+0x44/0x78)
> --->8---
>
> Signed-off-by:
Hi Thomas,
On Thu, Apr 03, 2014, Thomas Bächler wrote:
> > You can easily check by running the "Inquiry (LIAC)” test from
> > tools/hci-tester. Problem is that some of the HCI events are not
> > making it to the host. They get delivered as soon as the device
> > wakes up again. In this test case i
Hi,
On Tue, Mar 25, 2014, Surendra Patil wrote:
> This patch fixes below Sparse warnings -
> drivers/bluetooth/ath3k.c:370:17: warning: cast to restricted __le32
> drivers/bluetooth/ath3k.c:432:17: warning: cast to restricted __le32
>
> Signed-off-by: Surendra Patil
> ---
> drivers/bluetooth/at
own socket structure
>
> The address information of RFCOMM sockets should be stored in its
> own socket structure. Trying to generalize them is not helpful since
> different transports have different address types.
>
> Signed-off-by: Marcel Holtmann
> Signed-o
L2CAP(s): Command rej: reason 0
> Command not understood
>
> Signed-off-by: Jaganath Kanakkassery
> Signed-off-by: Chan-Yeol Park
> Acked-by: Johan Hedberg
> Signed-off-by: Gustavo Padovan
> Signed-off-by: Greg Kroah-Hartman
>
> ---
> net/bluetooth/l
Hi,
On Sun, Jun 23, 2013, Gustavo Padovan wrote:
> A important fix to 3.10, this patch fixes an issues that was preventing the
> l2cap info response command to be handled properly. Please pull. Thanks!
I'd like to add here (since it's not obvious) that this is not just
about failing to parse the
Hi Pavel,
On Thu, Jun 13, 2013, Johan Hedberg wrote:
> On Wed, Jun 12, 2013, Pavel Machek wrote:
> > < HCI Command: Read Local Supported Commands (0x04|0x0002) plen 0
> > > HCI Event: Command Complete (0x0e) plen 68
> > Read Local Supported Commands (0x04|0x0002)
Hi Pavel,
On Wed, Jun 12, 2013, Pavel Machek wrote:
> < HCI Command: Read Local Supported Commands (0x04|0x0002) plen 0
> > HCI Event: Command Complete (0x0e) plen 68
> Read Local Supported Commands (0x04|0x0002) ncmd 1
> status 0x00
> Commands: 130f3f
As I
Hi Pavel,
On Tue, Jun 11, 2013, Johan Hedberg wrote:
> On Mon, Jun 10, 2013, Pavel Machek wrote:
> > < HCI Command: Delete Stored Link Key (0x03|0x0012) plen 7
> > bdaddr 00:00:00:00:00:00 all 1
> > > HCI Event: Command Complete (0x0e) plen 4
> > Delete S
Hi Pavel,
On Mon, Jun 10, 2013, Pavel Machek wrote:
> < HCI Command: Delete Stored Link Key (0x03|0x0012) plen 7
> bdaddr 00:00:00:00:00:00 all 1
> > HCI Event: Command Complete (0x0e) plen 4
> Delete Stored Link Key (0x03|0x0012) ncmd 1
> status 0x11 deleted 0
> Error: Unsupported
Hi Pavel,
On Mon, Jun 10, 2013, Pavel Machek wrote:
> I ran hcidump, while I did hciconfig hci0 up on other console.
>
> root@amd:~# hcidump hci0
> HCI sniffer - Bluetooth packet analyzer ver 1.42
> device: hci0 snap_len: 1028 filter: 0x
> < HCI Command: Reset (0x03|0x0003) plen 0
> > HCI
Hi Pavel,
On Mon, Jun 10, 2013, Pavel Machek wrote:
> > > root@amd:~# hciconfig hci0 up
> > > Can't init device hci0: Operation not supported (95)
> > > root@amd:~# hcitool inq
> > > Inquiring ...
> > > Inquiry failed.: No such device
> > > root@amd:~#
> >
> > Could you take logs of the HCI traf
Hi Pavel,
On Mon, Jun 10, 2013, Pavel Machek wrote:
> root@amd:~# hciconfig hci0 up
> Can't init device hci0: Operation not supported (95)
> root@amd:~# hcitool inq
> Inquiring ...
> Inquiry failed.: No such device
> root@amd:~#
Could you take logs of the HCI traffic that happens when you try th
Hi David,
On Fri, Feb 15, 2013, David Herrmann wrote:
> On Fri, Feb 15, 2013 at 12:29 PM, Kirill A. Shutemov
> wrote:
> > Hi David and all,
> >
> > There's claim in uhid.h that the interface is "compatible even between
> > architectures". But it obviously is not true: struct uhid_create_req
> > c
Hi John,
On Wed, Sep 12, 2012, John W. Linville wrote:
> "Bluetooth: mgmt: Implement support for passkey notification" doesn't
> look like a fix at all.
This fixes pairing with keyboards that have a "KeyboardOnly" IO
capability. This used to work previously in a world where user space
spoke HCI d
Hi Henrik,
On Mon, Jul 09, 2012, Henrik Rydberg wrote:
> Add support for the 2012 15'' MacBook Pro Retina.
>
> Patch originally written by clipcarl (forums.opensuse.org).
>
> Signed-off-by: Henrik Rydberg
> ---
> Hi Gustavo,
>
> This patch adds support for the new retina. Picked up from the su
64 matches
Mail list logo