pull request: bluetooth 2013-11-11

2013-11-11 Thread Gustavo Padovan
Hi John, A few fixes for 3.13. There is 3 fixes to the RFCOMM protocol. One crash fix to L2CAP. A simple fix to a bad behaviour in the SMP protocol, and last, an revert, that I sent in the last pull request but doesn't seem to be in your tree. Please pull or let me know of any issues. Thanks!

pull request: bluetooth 2013-10-30

2013-10-30 Thread Gustavo Padovan
Hi John, A last fix to the 3.12. I ended forgetting to send it before, I hope we can still make the way to 3.12. It is a revert and it fixes an issue with bluetooth suspend/hibernate that had many bug reports. Please pull or let me know of any problems. Thanks! Gustavo -- The following

pull request: bluetooth 2013-10-30

2013-10-30 Thread Gustavo Padovan
Hi John, A last fix to the 3.12. I ended forgetting to send it before, I hope we can still make the way to 3.12. It is a revert and it fixes an issue with bluetooth suspend/hibernate that had many bug reports. Please pull or let me know of any problems. Thanks! Gustavo -- The following

pull request: bluetooth-next 2013-10-21

2013-10-21 Thread Gustavo Padovan
for-upstream for you to fetch changes up to d78a32a8fcf775111ccc9ba611a08ca5c29784b6: Bluetooth: Remove sk member from struct l2cap_chan (2013-10-21 13:50:56 -0700) Gustavo Padovan (14): Bluetooth: Extend state_change

pull request: bluetooth-next 2013-10-21

2013-10-21 Thread Gustavo Padovan
for-upstream for you to fetch changes up to d78a32a8fcf775111ccc9ba611a08ca5c29784b6: Bluetooth: Remove sk member from struct l2cap_chan (2013-10-21 13:50:56 -0700) Gustavo Padovan (14): Bluetooth: Extend state_change

pull request: bluetooth-next 2013-10-14

2013-10-14 Thread Gustavo Padovan
Hi John, More patches for 3.12, busy times for Bluetooth. More than a 100 commits since the last pull. The bulk of work comes from Johan and Marcel, they are doing fixes and improvements all over the Bluetooth subsystem, as the diffstat can show. Please pull or let me know of any problems!

pull request: bluetooth-next 2013-10-14

2013-10-14 Thread Gustavo Padovan
Hi John, More patches for 3.12, busy times for Bluetooth. More than a 100 commits since the last pull. The bulk of work comes from Johan and Marcel, they are doing fixes and improvements all over the Bluetooth subsystem, as the diffstat can show. Please pull or let me know of any problems!

Re: pull request: bluetooth-next 2013-10-03

2013-10-03 Thread Gustavo Padovan
Hi John I forgot to sign it. Signing now.. Gustavo 2013-10-03 Gustavo Padovan : > Hi John, > > A series of patches for 3.12. The big work here is from Marcel and Johan. They > did a lot of work in the L2CAP, HCI and MGMT layers. The most important ones > are the additio

pull request: bluetooth-next 2013-10-03

2013-10-03 Thread Gustavo Padovan
Bluetooth: Add the definition and stcuture for Sync Train Complete Bluetooth: Add the definition for Slave Page Response Timeout Gianluca Anzolin (1): Bluetooth: don't release the port in rfcomm_dev_state_change() Gustavo Padovan (1): Merge git://git.kernel.org/.../bluetooth

pull request: bluetooth-next 2013-10-03

2013-10-03 Thread Gustavo Padovan
Bluetooth: Add the definition and stcuture for Sync Train Complete Bluetooth: Add the definition for Slave Page Response Timeout Gianluca Anzolin (1): Bluetooth: don't release the port in rfcomm_dev_state_change() Gustavo Padovan (1): Merge git://git.kernel.org/.../bluetooth

Re: pull request: bluetooth-next 2013-10-03

2013-10-03 Thread Gustavo Padovan
Hi John I forgot to sign it. Signing now.. Gustavo 2013-10-03 Gustavo Padovan gust...@padovan.org: Hi John, A series of patches for 3.12. The big work here is from Marcel and Johan. They did a lot of work in the L2CAP, HCI and MGMT layers. The most important ones are the addition

Re: pull request: bluetooth 2013-09-23

2013-09-27 Thread Gustavo Padovan
Hi John, 2013-09-26 John W. Linville : > On Mon, Sep 23, 2013 at 06:00:49PM -0300, Gustavo Padovan wrote: > > Hi John, > > > > First Bluetooth fixes to 3.12, it includes: > > > > * 3 patches to add device id for 3 new hardwares. > > > > * 2 p

Re: linux-next: manual merge of the bluetooth tree with the wireless tree

2013-09-27 Thread Gustavo Padovan
Hi Stephen, 2013-09-27 Stephen Rothwell : > Hi Gustavo, > > Today's linux-next merge of the bluetooth tree got a conflict in > net/bluetooth/hci_core.c between commit 5e130367d43f ("Bluetooth: > Introduce a new HCI_RFKILLED flag") from the wireless tree and commit > 0736cfa8e5bb ("Bluetooth:

Re: linux-next: manual merge of the bluetooth tree with the wireless tree

2013-09-27 Thread Gustavo Padovan
Hi Stephen, 2013-09-27 Stephen Rothwell s...@canb.auug.org.au: Hi Gustavo, Today's linux-next merge of the bluetooth tree got a conflict in net/bluetooth/hci_core.c between commit 5e130367d43f (Bluetooth: Introduce a new HCI_RFKILLED flag) from the wireless tree and commit 0736cfa8e5bb

Re: pull request: bluetooth 2013-09-23

2013-09-27 Thread Gustavo Padovan
Hi John, 2013-09-26 John W. Linville linvi...@tuxdriver.com: On Mon, Sep 23, 2013 at 06:00:49PM -0300, Gustavo Padovan wrote: Hi John, First Bluetooth fixes to 3.12, it includes: * 3 patches to add device id for 3 new hardwares. * 2 patches from Johan to fix the rfkill

pull request: bluetooth 2013-09-23

2013-09-23 Thread Gustavo Padovan
Hi John, First Bluetooth fixes to 3.12, it includes: * 3 patches to add device id for 3 new hardwares. * 2 patches from Johan to fix the rfkill behaviour during setup stage * a small clean up in the rfcomm TTY code that fixes a potential racy condition (by Gianluca Anzolin) * 2 fixes to

Re: [PATCH] drivers: bluetooth: btusb: Added support for Belkin F8065bf usb bluetooth device

2013-09-23 Thread Gustavo Padovan
Hi Ken, 2013-09-21 Ken O'Brien : > Adding generic rule on encountering Belkin bluetooth usb device F8065bf. > > Relevant section from /sys/kernel/debug/usb/devices: > > T: Bus=03 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0 > D: Ver= 2.00 Cls=ff(vend.) Sub=01 Prot=01 MxPS=64

Re: [PATCH] drivers: bluetooth: btusb: Added support for Belkin F8065bf usb bluetooth device

2013-09-23 Thread Gustavo Padovan
Hi Ken, 2013-09-21 Ken O'Brien ker...@kenobrien.org: Adding generic rule on encountering Belkin bluetooth usb device F8065bf. Relevant section from /sys/kernel/debug/usb/devices: T: Bus=03 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=ff(vend.) Sub=01 Prot=01

pull request: bluetooth 2013-09-23

2013-09-23 Thread Gustavo Padovan
Hi John, First Bluetooth fixes to 3.12, it includes: * 3 patches to add device id for 3 new hardwares. * 2 patches from Johan to fix the rfkill behaviour during setup stage * a small clean up in the rfcomm TTY code that fixes a potential racy condition (by Gianluca Anzolin) * 2 fixes to

Re: [PATCH 2/5] Bluetooth: Fix assignment of 0/1 to bool variables

2013-09-22 Thread Gustavo Padovan
Hi Peter, 2013-09-22 Peter Senna Tschudin : > Convert 0 to false and 1 to true when assigning values to bool > variables. Inspired by commit 3db1cd5c05f35fb43eb134df6f321de4e63141f2. > > The simplified semantic patch that find this problem is as > follows (http://coccinelle.lip6.fr/): > > @@ >

Re: [PATCH 2/5] Bluetooth: Fix assignment of 0/1 to bool variables

2013-09-22 Thread Gustavo Padovan
Hi Peter, 2013-09-22 Peter Senna Tschudin peter.se...@gmail.com: Convert 0 to false and 1 to true when assigning values to bool variables. Inspired by commit 3db1cd5c05f35fb43eb134df6f321de4e63141f2. The simplified semantic patch that find this problem is as follows

Re: [PATCH] bluetooth: btusb: Added support for Belkin F8065bf usb bluetooth device

2013-09-19 Thread Gustavo Padovan
Hi Ken, 2013-09-19 Ken O'Brien : > Belkin bluetooth device's usb device id added to generic usb bluetooth driver. > > Signed-off-by: Ken O'Brien > --- > drivers/bluetooth/btusb.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c

Re: [PATCH] bluetooth: btusb: Added support for Belkin F8065bf usb bluetooth device

2013-09-19 Thread Gustavo Padovan
Hi Ken, 2013-09-19 Ken O'Brien ker...@kenobrien.org: Belkin bluetooth device's usb device id added to generic usb bluetooth driver. Signed-off-by: Ken O'Brien ker...@kenobrien.org --- drivers/bluetooth/btusb.c | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [PATCH bluetooth-next] Bluetooth: Add support for BCM20702A0 [0a5c, 21e6]

2013-09-10 Thread Gustavo Padovan
Hi Dan, 2013-09-03 Dan Aloni : > Tested with this patch and a Bluetooth mouse on 3.10.10, on ThinkPad W530. > > Bus 001 Device 004: ID 0a5c:21e6 Broadcom Corp. BCM20702 Bluetooth 4.0 > [ThinkPad] > > T: Bus=01 Lev=02 Prnt=02 Port=03 Cnt=02 Dev#= 4 Spd=12 MxCh= 0 > D: Ver= 2.00

Re: [PATCH bluetooth-next] Bluetooth: Add support for BCM20702A0 [0a5c, 21e6]

2013-09-10 Thread Gustavo Padovan
Hi Dan, 2013-09-03 Dan Aloni alo...@postram.com: Tested with this patch and a Bluetooth mouse on 3.10.10, on ThinkPad W530. Bus 001 Device 004: ID 0a5c:21e6 Broadcom Corp. BCM20702 Bluetooth 4.0 [ThinkPad] T: Bus=01 Lev=02 Prnt=02 Port=03 Cnt=02 Dev#= 4 Spd=12 MxCh= 0 D: Ver= 2.00

Re: 3.11-rc7: unpriviledged user crashes kernel using bluetooth

2013-09-01 Thread Gustavo Padovan
Hi Pavel, 2013-08-31 Pavel Machek : > On Sat 2013-08-31 12:14:51, Pavel Machek wrote: > > On Sat 2013-08-31 12:09:33, Pavel Machek wrote: > > > Hi! > > > > > > > . Python sources for client/server are at > > > > > > > > http://tui.cvs.sourceforge.net/viewvc/tui/tui/liveview/ > > > > > > > >

Re: 3.11-rc7: unpriviledged user crashes kernel using bluetooth

2013-09-01 Thread Gustavo Padovan
Hi Pavel, 2013-08-31 Pavel Machek pa...@ucw.cz: On Sat 2013-08-31 12:14:51, Pavel Machek wrote: On Sat 2013-08-31 12:09:33, Pavel Machek wrote: Hi! . Python sources for client/server are at http://tui.cvs.sourceforge.net/viewvc/tui/tui/liveview/ . My kernels like

pull request: bluetooth-next 2013-08-21

2013-08-21 Thread Gustavo Padovan
: Move the tty initialization and cleanup out of open/close Bluetooth: Implement .activate, .shutdown and .carrier_raised methods Bluetooth: Fix the reference counting of tty_port Bluetooth: Purge the dlc->tx_queue to avoid circular dependency Gustavo Padovan (1): Blueto

pull request: bluetooth-next 2013-08-21

2013-08-21 Thread Gustavo Padovan
: Move the tty initialization and cleanup out of open/close Bluetooth: Implement .activate, .shutdown and .carrier_raised methods Bluetooth: Fix the reference counting of tty_port Bluetooth: Purge the dlc-tx_queue to avoid circular dependency Gustavo Padovan (1): Bluetooth

pull request: bluetooth 2013-07-30

2013-07-30 Thread Gustavo Padovan
(2): Bluetooth: Add support for Atheros [0cf3:3121] Bluetooth: Add support for Atheros [0cf3:e003] Adam Lee (1): Bluetooth: fix wrong use of PTR_ERR() in btusb Gustavo Padovan (1): Bluetooth: Fix race between hci_register_dev() and hci_dev_open() Jaganath Kanakkassery (1

pull request: bluetooth 2013-07-30

2013-07-30 Thread Gustavo Padovan
(2): Bluetooth: Add support for Atheros [0cf3:3121] Bluetooth: Add support for Atheros [0cf3:e003] Adam Lee (1): Bluetooth: fix wrong use of PTR_ERR() in btusb Gustavo Padovan (1): Bluetooth: Fix race between hci_register_dev() and hci_dev_open() Jaganath Kanakkassery (1

Re: [PATCH] ti-st: fix NULL dereference on protocol type check

2013-07-25 Thread Gustavo Padovan
* Andrew Morton [2013-07-24 16:12:22 -0700]: > On Tue, 23 Jul 2013 15:29:31 +0100 Gustavo Padovan > wrote: > > > From: Gustavo Padovan > > > > If the type we receive is greater than ST_MAX_CHANNELS we can't rely on > > type as vector index since we would be

Re: pull request: bluetooth 2013-07-25

2013-07-25 Thread Gustavo Padovan
Hi John, * Gustavo Padovan [2013-07-25 14:05:54 +0100]: > Hi John, > > A few fixes and devices ID additions for 3.11: > > * There are 3 new ath3k device ids > * Fixed stack memory usage in ath3k. > * Fixed the init process of BlueFRITZ! devices, they were fai

pull request: bluetooth 2013-07-25

2013-07-25 Thread Gustavo Padovan
): Bluetooth: fix wrong use of PTR_ERR() in btusb Gustavo Padovan (1): Bluetooth: Fix race between hci_register_dev() and hci_dev_open() Johan Hedberg (1): Bluetooth: Fix HCI init for BlueFRITZ! devices Stanislaw Gruszka (1): Bluetooth: ath3k: don't use stack memory for DMA Sujith

pull request: bluetooth 2013-07-25

2013-07-25 Thread Gustavo Padovan
): Bluetooth: fix wrong use of PTR_ERR() in btusb Gustavo Padovan (1): Bluetooth: Fix race between hci_register_dev() and hci_dev_open() Johan Hedberg (1): Bluetooth: Fix HCI init for BlueFRITZ! devices Stanislaw Gruszka (1): Bluetooth: ath3k: don't use stack memory for DMA Sujith

Re: pull request: bluetooth 2013-07-25

2013-07-25 Thread Gustavo Padovan
Hi John, * Gustavo Padovan gust...@padovan.org [2013-07-25 14:05:54 +0100]: Hi John, A few fixes and devices ID additions for 3.11: * There are 3 new ath3k device ids * Fixed stack memory usage in ath3k. * Fixed the init process of BlueFRITZ! devices, they were failing to init

Re: [PATCH] ti-st: fix NULL dereference on protocol type check

2013-07-25 Thread Gustavo Padovan
* Andrew Morton a...@linux-foundation.org [2013-07-24 16:12:22 -0700]: On Tue, 23 Jul 2013 15:29:31 +0100 Gustavo Padovan gust...@padovan.org wrote: From: Gustavo Padovan gustavo.pado...@collabora.co.uk If the type we receive is greater than ST_MAX_CHANNELS we can't rely on type

[PATCH] ti-st: fix NULL dereference on protocol type check

2013-07-23 Thread Gustavo Padovan
From: Gustavo Padovan If the type we receive is greater than ST_MAX_CHANNELS we can't rely on type as vector index since we would be accessing unknown memory when we use the type as index. Unable to handle kernel NULL pointer dereference at virtual address 001b pgd = c0004000 [001b

[PATCH] ti-st: fix NULL dereference on protocol type check

2013-07-23 Thread Gustavo Padovan
From: Gustavo Padovan gustavo.pado...@collabora.co.uk If the type we receive is greater than ST_MAX_CHANNELS we can't rely on type as vector index since we would be accessing unknown memory when we use the type as index. Unable to handle kernel NULL pointer dereference at virtual address

Re: [PATCH] Fix refcount leak in tty_port.c

2013-07-12 Thread Gustavo Padovan
hich regression you are fixing. It makes maintainer's life easier. Also add my Ack to the patch: Acked-by: Gustavo Padovan Gustavo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info

Re: [PATCH 2/2] Bluetooth: hidp: remove wrong send_report at init

2013-07-12 Thread Gustavo Padovan
Hi Benjamin, * Benjamin Tissoires [2013-07-11 15:41:30 +0200]: > The USB hid implementation does retrieve the reports during the start. > However, this implementation does not call the HID command GET_REPORT > (which would fetch the current status of each report), but use the > DATA command,

Re: [PATCH 2/2] Bluetooth: hidp: remove wrong send_report at init

2013-07-12 Thread Gustavo Padovan
Hi Benjamin, * Benjamin Tissoires benjamin.tissoi...@redhat.com [2013-07-11 15:41:30 +0200]: The USB hid implementation does retrieve the reports during the start. However, this implementation does not call the HID command GET_REPORT (which would fetch the current status of each report), but

Re: [PATCH] Fix refcount leak in tty_port.c

2013-07-12 Thread Gustavo Padovan
maintainer's life easier. Also add my Ack to the patch: Acked-by: Gustavo Padovan gustavo.pado...@collabora.co.uk Gustavo -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: linux-next: Tree for Apr 26 [ bluetooth on suspend/resume ]

2013-07-10 Thread Gustavo Padovan
Hi Sedat, * Sedat Dilek [2013-04-26 19:40:20 +0200]: > On Fri, Apr 26, 2013 at 7:32 PM, Sedat Dilek wrote: > > On Fri, Apr 26, 2013 at 7:30 PM, Sedat Dilek wrote: > >> On Fri, Apr 26, 2013 at 10:03 AM, Stephen Rothwell > >> wrote: > >>> Hi all, > >>> > >>> Changes since 20130424: > >>> >

Re: [PATCH v3] btusb: fix wrong use of PTR_ERR()

2013-07-10 Thread Gustavo Padovan
Hi Adam, * Adam Lee [2013-07-10 10:02:12 +0800]: > PTR_ERR() returns a signed long type value which is limited by IS_ERR(), > it must be a negative number whose range is [-MAX_ERRNO, 0). > > The bug here returns negative numbers as error codes, then check it by > "if (ret < 0)", but -PTR_ERR()

Re: [PATCH v3] btusb: fix wrong use of PTR_ERR()

2013-07-10 Thread Gustavo Padovan
Hi Adam, * Adam Lee adam8...@gmail.com [2013-07-10 10:02:12 +0800]: PTR_ERR() returns a signed long type value which is limited by IS_ERR(), it must be a negative number whose range is [-MAX_ERRNO, 0). The bug here returns negative numbers as error codes, then check it by if (ret 0), but

Re: linux-next: Tree for Apr 26 [ bluetooth on suspend/resume ]

2013-07-10 Thread Gustavo Padovan
Hi Sedat, * Sedat Dilek sedat.di...@gmail.com [2013-04-26 19:40:20 +0200]: On Fri, Apr 26, 2013 at 7:32 PM, Sedat Dilek sedat.di...@gmail.com wrote: On Fri, Apr 26, 2013 at 7:30 PM, Sedat Dilek sedat.di...@gmail.com wrote: On Fri, Apr 26, 2013 at 10:03 AM, Stephen Rothwell

Re: [PATCH] btusb: fix overflow return values

2013-07-09 Thread Gustavo Padovan
Hi Adam, * Adam Lee [2013-07-09 10:55:01 +0800]: > On Mon, Jul 08, 2013 at 11:50:54AM -0700, Marcel Holtmann wrote: > > Hi Adam, > > > > > PTR_ERR() returns a long type value, but btusb_setup_intel() and > > > btusb_setup_intel_patching() should return an int type value. > > > > > > This bug

Re: [PATCH] btusb: fix overflow return values

2013-07-09 Thread Gustavo Padovan
Hi Adam, * Adam Lee adam@canonical.com [2013-07-09 10:55:01 +0800]: On Mon, Jul 08, 2013 at 11:50:54AM -0700, Marcel Holtmann wrote: Hi Adam, PTR_ERR() returns a long type value, but btusb_setup_intel() and btusb_setup_intel_patching() should return an int type value. This

Re: pull request: bluetooth 2013-06-23

2013-06-26 Thread Gustavo Padovan
* Pavel Machek [2013-06-26 13:52:55 +0200]: > On Tue 2013-06-25 22:00:39, Gustavo Padovan wrote: > > Hi Marcel, > > > > * Marcel Holtmann [2013-06-25 13:49:19 -0700]: > > > > > Hi Pavel, > > > > > > >> Jaganath Kanakka

Re: pull request: bluetooth 2013-06-23

2013-06-26 Thread Gustavo Padovan
* Pavel Machek pa...@ucw.cz [2013-06-26 13:52:55 +0200]: On Tue 2013-06-25 22:00:39, Gustavo Padovan wrote: Hi Marcel, * Marcel Holtmann mar...@holtmann.org [2013-06-25 13:49:19 -0700]: Hi Pavel, Jaganath Kanakkassery (1): Bluetooth: Fix invalid length check

Re: pull request: bluetooth 2013-06-23

2013-06-25 Thread Gustavo Padovan
Hi Marcel, * Marcel Holtmann [2013-06-25 13:49:19 -0700]: > Hi Pavel, > > >> Jaganath Kanakkassery (1): > >> Bluetooth: Fix invalid length check in l2cap_information_rsp() > > > > Could we add the "3.10 vs. thinkpad x60" patch that fixes regression? > > It is from Johan Hedberg… > >

Re: pull request: bluetooth 2013-06-23

2013-06-25 Thread Gustavo Padovan
Hi Marcel, * Marcel Holtmann mar...@holtmann.org [2013-06-25 13:49:19 -0700]: Hi Pavel, Jaganath Kanakkassery (1): Bluetooth: Fix invalid length check in l2cap_information_rsp() Could we add the 3.10 vs. thinkpad x60 patch that fixes regression? It is from Johan Hedberg…

pull request: bluetooth-next 2013-06-23

2013-06-22 Thread Gustavo Padovan
instead of strncpy, also beautify code. Gustavo Padovan (1): Bluetooth: Improve comments on the HCI_Delete_Store_Link_Key issue Johan Hedberg (12): Bluetooth: Handle LE L2CAP signalling in its own function Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATT Bluetooth: Fix

pull request: bluetooth 2013-06-23

2013-06-22 Thread Gustavo Padovan
Hi John, 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! Gustavo --- The following changes since commit fcb3701849957917a234a61b58ad70ed35c83eda: brcmfmac: free primary

pull request: bluetooth 2013-06-23

2013-06-22 Thread Gustavo Padovan
Hi John, 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! Gustavo --- The following changes since commit fcb3701849957917a234a61b58ad70ed35c83eda: brcmfmac: free primary

pull request: bluetooth-next 2013-06-23

2013-06-22 Thread Gustavo Padovan
instead of strncpy, also beautify code. Gustavo Padovan (1): Bluetooth: Improve comments on the HCI_Delete_Store_Link_Key issue Johan Hedberg (12): Bluetooth: Handle LE L2CAP signalling in its own function Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATT Bluetooth: Fix

Re: pull request: bluetooth 2013-06-13

2013-06-13 Thread Gustavo Padovan
Hi John, * John W. Linville [2013-06-13 13:17:12 -0400]: > On Thu, Jun 13, 2013 at 12:22:28PM +0100, Gustavo Padovan wrote: > > Hi John, > > > > A few important fixes to 3.10. The first one is a crash fix and talks by > > itself. > > Then we have the support f

pull request: bluetooth 2013-06-13

2013-06-13 Thread Gustavo Padovan
Hi John, A few important fixes to 3.10. The first one is a crash fix and talks by itself. Then we have the support for a device id, it should be fine if you want to remove this. Next there are two btmrvl fixes, one for a potential race condition that could make its main thread never stop and the

pull request: bluetooth 2013-06-13

2013-06-13 Thread Gustavo Padovan
Hi John, A few important fixes to 3.10. The first one is a crash fix and talks by itself. Then we have the support for a device id, it should be fine if you want to remove this. Next there are two btmrvl fixes, one for a potential race condition that could make its main thread never stop and the

Re: pull request: bluetooth 2013-06-13

2013-06-13 Thread Gustavo Padovan
Hi John, * John W. Linville linvi...@tuxdriver.com [2013-06-13 13:17:12 -0400]: On Thu, Jun 13, 2013 at 12:22:28PM +0100, Gustavo Padovan wrote: Hi John, A few important fixes to 3.10. The first one is a crash fix and talks by itself. Then we have the support for a device id

Re: [PATCH] Bluetooth: Add support for Mediatek Bluetooth device [0e8d:763f]

2013-06-05 Thread Gustavo Padovan
Hi Cho, * Cho, Yu-Chen [2013-06-04 21:40:26 +0800]: > From: "Cho, Yu-Chen" > > This patch adds support for Mediatek Bluetooth device > > T: Bus=02 Lev=01 Prnt=01 Port=03 Cnt=01 Dev#= 2 Spd=480 MxCh= 0 > D: Ver= 2.01 Cls=ef(misc ) Sub=02 Prot=01 MxPS=64 #Cfgs= 1 > P: Vendor=0e8d

Re: [PATCH] Bluetooth: Add support for Mediatek Bluetooth device [0e8d:763f]

2013-06-05 Thread Gustavo Padovan
Hi Cho, * Cho, Yu-Chen a...@suse.com [2013-06-04 21:40:26 +0800]: From: Cho, Yu-Chen a...@suse.com This patch adds support for Mediatek Bluetooth device T: Bus=02 Lev=01 Prnt=01 Port=03 Cnt=01 Dev#= 2 Spd=480 MxCh= 0 D: Ver= 2.01 Cls=ef(misc ) Sub=02 Prot=01 MxPS=64 #Cfgs= 1 P:

pull request: bluetooth 2013-05-30

2013-05-30 Thread Gustavo Padovan
Hi John, The following patches are important bug fixes for 3.10, plus the support for a new device. We do have three fixes from Johan. The first one is a fix to avoid LE-only devices to rely on the (inexistent) extended features data. The second patch fixes length checks on incoming L2CAP

pull request: bluetooth 2013-05-30

2013-05-30 Thread Gustavo Padovan
Hi John, The following patches are important bug fixes for 3.10, plus the support for a new device. We do have three fixes from Johan. The first one is a fix to avoid LE-only devices to rely on the (inexistent) extended features data. The second patch fixes length checks on incoming L2CAP

Re: [PATCH rebased] Bluetooth: Add missing reset_resume dev_pm_ops

2013-05-21 Thread Gustavo Padovan
Hi Shuah, * Shuah Khan [2013-05-21 09:32:06 -0600]: > Add missing reset_resume dev_pm_ops. Missing reset_resume results in the > following message after power management device test. This change sets > reset_resume to btusb_resume(). > > [ 2506.936134] btusb 1-1.5:1.0: no reset_resume for

Re: [PATCH rebased] Bluetooth: Add missing reset_resume dev_pm_ops

2013-05-21 Thread Gustavo Padovan
Hi Shuah, * Shuah Khan shuah...@samsung.com [2013-05-21 09:32:06 -0600]: Add missing reset_resume dev_pm_ops. Missing reset_resume results in the following message after power management device test. This change sets reset_resume to btusb_resume(). [ 2506.936134] btusb 1-1.5:1.0: no

Re: [PATCH rebased] Bluetooth: Add missing reset_resume dev_pm_ops

2013-05-20 Thread Gustavo Padovan
Hi Shuan, * Shuah Khan [2013-05-21 01:02:58 +]: > Add missing reset_resume dev_pm_ops. Missing reset_resume results in the > following message after power management device test. This change sets > reset_resume to btusb_resume(). > > [ 2506.936134] btusb 1-1.5:1.0: no reset_resume for

Re: [PATCH] Bluetooth: Add missing reset_resume dev_pm_ops

2013-05-20 Thread Gustavo Padovan
Hi Shuah, * Shuah Khan [2013-04-29 15:45:34 +]: > Add missing reset_resume dev_pm_ops. Missing reset_resume results in the > following message after power management device test. This change sets > reset_resume to btusb_resume(). > > [ 2506.936134] btusb 1-1.5:1.0: no reset_resume for

Re: [PATCH] Bluetooth: Add missing reset_resume dev_pm_ops

2013-05-20 Thread Gustavo Padovan
Hi Shuah, * Shuah Khan shuah...@samsung.com [2013-04-29 15:45:34 +]: Add missing reset_resume dev_pm_ops. Missing reset_resume results in the following message after power management device test. This change sets reset_resume to btusb_resume(). [ 2506.936134] btusb 1-1.5:1.0: no

Re: [PATCH rebased] Bluetooth: Add missing reset_resume dev_pm_ops

2013-05-20 Thread Gustavo Padovan
Hi Shuan, * Shuah Khan shuah...@samsung.com [2013-05-21 01:02:58 +]: Add missing reset_resume dev_pm_ops. Missing reset_resume results in the following message after power management device test. This change sets reset_resume to btusb_resume(). [ 2506.936134] btusb 1-1.5:1.0: no

pull request: bluetooth-next 2013-04-23

2013-04-23 Thread Gustavo Padovan
: btmrvl: report error if verify_fw_download times out Andy Shevchenko (1): Bluetooth: btmrvl: use native helpers for debugfs Fengguang Wu (1): Bluetooth: hci_get_cmd_complete() can be static Gustavo Padovan (1): Bluetooth: remove unneeded var initialization in btmrvl Johan Hedberg

pull request: bluetooth-next 2013-04-23

2013-04-23 Thread Gustavo Padovan
: btmrvl: report error if verify_fw_download times out Andy Shevchenko (1): Bluetooth: btmrvl: use native helpers for debugfs Fengguang Wu (1): Bluetooth: hci_get_cmd_complete() can be static Gustavo Padovan (1): Bluetooth: remove unneeded var initialization in btmrvl Johan Hedberg

pull request: bluetooth-next 2013-04-18

2013-04-17 Thread Gustavo Padovan
Hi John, A set of changes intended for 3.10. The biggest changes here are from David Herrmann, he rewrote most of the HIDP layer making it more reliable. Marcel added a driver setup stage for device that need special handling on their early initialization. Other than that we have the usual clean

pull request: bluetooth-next 2013-04-18

2013-04-17 Thread Gustavo Padovan
Hi John, A set of changes intended for 3.10. The biggest changes here are from David Herrmann, he rewrote most of the HIDP layer making it more reliable. Marcel added a driver setup stage for device that need special handling on their early initialization. Other than that we have the usual clean

Re: [PATCH] Bluetooth: Add support for Foxconn / Hon Hai [0489:e04d] Add support for the AR3012 chip in SONY SVS13129.

2013-03-25 Thread Gustavo Padovan
Hi Noguchi, * Noguchi Kazutosi [2013-03-24 23:41:10 +0900]: > T: Bus=01 Lev=02 Prnt=02 Port=05 Cnt=03 Dev#= 21 Spd=12 MxCh= 0 > D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 > P: Vendor=0489 ProdID=e04d Rev=00.02 > S: Manufacturer=Atheros Communications > S:

Re: [PATCH] Bluetooth: Add support for Foxconn / Hon Hai [0489:e04d] Add support for the AR3012 chip in SONY SVS13129.

2013-03-25 Thread Gustavo Padovan
Hi Noguchi, * Noguchi Kazutosi li...@scaltinof.net [2013-03-24 23:41:10 +0900]: T: Bus=01 Lev=02 Prnt=02 Port=05 Cnt=03 Dev#= 21 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=0489 ProdID=e04d Rev=00.02 S: Manufacturer=Atheros Communications S:

pull request: bluetooth-next 2013-03-21

2013-03-21 Thread Gustavo Padovan
Hi John, This is our first batch of patches for 3.10. The biggest changes of this pull request are from Johan Hedberg, he implemented a HCI request framework to make life easier when we have to send many HCI commands and a block and wait for all of the to finish, we were able to fix a few issues

pull request: bluetooth-next 2013-03-21

2013-03-21 Thread Gustavo Padovan
Hi John, This is our first batch of patches for 3.10. The biggest changes of this pull request are from Johan Hedberg, he implemented a HCI request framework to make life easier when we have to send many HCI commands and a block and wait for all of the to finish, we were able to fix a few issues

Re: [PATCH] bluetooth: use PTR_RET instead of IS_ERR + PTR_ERR

2013-03-18 Thread Gustavo Padovan
Hi Silviu, * Silviu Popescu [2013-03-18 20:13:50 +0200]: > On Mon, Mar 18, 2013 at 8:05 PM, Silviu Popescu > wrote: > > On Wed, Mar 13, 2013 at 11:31 AM, David Miller wrote: > >> From: Silviu-Mihai Popescu > >> Date: Tue, 12 Mar 2013 20:13:15 +0200 > >> > >>> @@ -590,10 +590,7 @@ int __init

pull request: bluetooth 2013-03-18

2013-03-18 Thread Gustavo Padovan
Hi John, I put together 3 fixes intended for 3.9, there are support for two new devices and a NULL dereference fix in the SCO code. Please pull or let me know of any problem. Thanks! Gustavo --- The following changes since commit 94a32d10f47b637ae24b78b1ddc7ef0e8396fda4: Bluetooth:

Re: [PATCH] net: bluetooth: Replaced kzalloc and memcpy with kmemdup

2013-03-18 Thread Gustavo Padovan
Hi Alexandru, * Alexandru Gheorghiu [2013-03-17 07:16:50 +0200]: > Replaced calls to kzalloc followed by memcpy with a single call to kmemdup. > > Signed-off-by: Alexandru Gheorghiu > --- > net/bluetooth/a2mp.c |6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) Patch has been

Re: [PATCH] net: bluetooth: Use PTR_RET function

2013-03-18 Thread Gustavo Padovan
Hi Alexandru, * Alexandru Gheorghiu [2013-03-16 16:10:03 +0200]: > Used PTR_RET function instead of IS_ERR and PTR_ERR. > Patch found using coccinelle. > > Signed-off-by: Alexandru Gheorghiu > --- > net/bluetooth/hci_sysfs.c |4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-)

Re: [PATCH] net: bluetooth: Replaced kzalloc and memcpy with kmemdup

2013-03-18 Thread Gustavo Padovan
Hi Alexandru, * Alexandru Gheorghiu [2013-03-16 16:07:10 +0200]: > Replaced calls to kzalloc followed by memcpy with a single call to kmemdup. > Patch found using coccinelle. > > Signed-off-by: Alexandru Gheorghiu > --- > net/bluetooth/a2mp.c |6 ++ > 1 file changed, 2 insertions(+),

Re: [PATCH] net: bluetooth: Replaced kzalloc and memcpy with kmemdup

2013-03-18 Thread Gustavo Padovan
Hi Alexandru, * Alexandru Gheorghiu gheorghiuan...@gmail.com [2013-03-16 16:07:10 +0200]: Replaced calls to kzalloc followed by memcpy with a single call to kmemdup. Patch found using coccinelle. Signed-off-by: Alexandru Gheorghiu gheorghiuan...@gmail.com --- net/bluetooth/a2mp.c |6

Re: [PATCH] net: bluetooth: Use PTR_RET function

2013-03-18 Thread Gustavo Padovan
Hi Alexandru, * Alexandru Gheorghiu gheorghiuan...@gmail.com [2013-03-16 16:10:03 +0200]: Used PTR_RET function instead of IS_ERR and PTR_ERR. Patch found using coccinelle. Signed-off-by: Alexandru Gheorghiu gheorghiuan...@gmail.com --- net/bluetooth/hci_sysfs.c |4 +--- 1 file

Re: [PATCH] net: bluetooth: Replaced kzalloc and memcpy with kmemdup

2013-03-18 Thread Gustavo Padovan
Hi Alexandru, * Alexandru Gheorghiu gheorghiuan...@gmail.com [2013-03-17 07:16:50 +0200]: Replaced calls to kzalloc followed by memcpy with a single call to kmemdup. Signed-off-by: Alexandru Gheorghiu gheorghiuan...@gmail.com --- net/bluetooth/a2mp.c |6 ++ 1 file changed, 2

pull request: bluetooth 2013-03-18

2013-03-18 Thread Gustavo Padovan
Hi John, I put together 3 fixes intended for 3.9, there are support for two new devices and a NULL dereference fix in the SCO code. Please pull or let me know of any problem. Thanks! Gustavo --- The following changes since commit 94a32d10f47b637ae24b78b1ddc7ef0e8396fda4: Bluetooth:

Re: [PATCH] bluetooth: use PTR_RET instead of IS_ERR + PTR_ERR

2013-03-18 Thread Gustavo Padovan
Hi Silviu, * Silviu Popescu silviupopescu1...@gmail.com [2013-03-18 20:13:50 +0200]: On Mon, Mar 18, 2013 at 8:05 PM, Silviu Popescu silviupopescu1...@gmail.com wrote: On Wed, Mar 13, 2013 at 11:31 AM, David Miller da...@davemloft.net wrote: From: Silviu-Mihai Popescu

Re: [PATCH RESEND] bluetooth: btmrvl_sdio: look for sd8688 firmware in proper location

2013-03-15 Thread Gustavo Padovan
Hi Lubomir, * Lubomir Rintel [2013-03-13 12:04:30 +0100]: > The firmware images are shared with libertas_sdio WiFi chip and used to be in > libertas/ subtree in linux-firmware. As btmrvl_sdio used to look into the > linux-firmware root, it ended up being unsuccessful. Since the firmware files >

Re: [PATCH RESEND] bluetooth: btmrvl_sdio: look for sd8688 firmware in proper location

2013-03-15 Thread Gustavo Padovan
Hi Lubomir, * Lubomir Rintel lkund...@v3.sk [2013-03-13 12:04:30 +0100]: The firmware images are shared with libertas_sdio WiFi chip and used to be in libertas/ subtree in linux-firmware. As btmrvl_sdio used to look into the linux-firmware root, it ended up being unsuccessful. Since the

pull request: bluetooth 2013-03-11

2013-03-11 Thread Gustavo Padovan
Hi John, I have these two patches for 3.9, these add support for two more devices to the bluetooth drivers. Please pull. Thanks. Gustavo -- The following changes since commit d786f67e5c587a4de8245336cb64cf4dd06871a7: mwl8k: fix band for supported channels (2013-02-11 14:31:36 -0500)

Re: [PATCH] Bluetooth device 0cf3:3008 should map AR 3012

2013-03-11 Thread Gustavo Padovan
Hi Sunguk, * Sunguk Lee [2013-03-12 04:41:58 +0900]: > T: Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0 > D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 > P: Vendor=0cf3 ProdID=3008 Rev= 0.01 > S: Manufacturer=Atheros Communications > S: Product=Bluetooth USB

Re: [PATCH] Bluetooth device 0cf3:3008 should map AR 3012

2013-03-11 Thread Gustavo Padovan
Hi Sunguk, * Sunguk Lee [2013-03-11 00:05:03 +0900]: > T: Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0 > D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 > P: Vendor=0cf3 ProdID=3008 Rev= 0.01 > S: Manufacturer=Atheros Communications > S: Product=Bluetooth USB

Re: [PATCH] Bluetooth device 0cf3:3008 should map AR 3012

2013-03-11 Thread Gustavo Padovan
Hi Sunguk, * Sunguk Lee d3m3vil...@gmail.com [2013-03-11 00:05:03 +0900]: T: Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=0cf3 ProdID=3008 Rev= 0.01 S: Manufacturer=Atheros Communications S:

Re: [PATCH] Bluetooth device 0cf3:3008 should map AR 3012

2013-03-11 Thread Gustavo Padovan
Hi Sunguk, * Sunguk Lee d3m3vil...@gmail.com [2013-03-12 04:41:58 +0900]: T: Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=0cf3 ProdID=3008 Rev= 0.01 S: Manufacturer=Atheros Communications S:

pull request: bluetooth 2013-03-11

2013-03-11 Thread Gustavo Padovan
Hi John, I have these two patches for 3.9, these add support for two more devices to the bluetooth drivers. Please pull. Thanks. Gustavo -- The following changes since commit d786f67e5c587a4de8245336cb64cf4dd06871a7: mwl8k: fix band for supported channels (2013-02-11 14:31:36 -0500)

Re: [PATCH] bluetooth: Add support for atheros 04ca:3004 device to ath3k

2013-02-20 Thread Gustavo Padovan
Hi Josh, * Josh Boyer [2013-02-19 11:54:16 -0500]: > Yet another version of the atheros bluetooth chipset > > T: Bus=01 Lev=02 Prnt=02 Port=03 Cnt=01 Dev#= 3 Spd=12 MxCh= 0 > D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 > P: Vendor=04ca ProdID=3004 Rev=00.01 > S:

Re: [PATCH] bluetooth: Add support for atheros 04ca:3004 device to ath3k

2013-02-20 Thread Gustavo Padovan
Hi Josh, * Josh Boyer jwbo...@redhat.com [2013-02-19 11:54:16 -0500]: Yet another version of the atheros bluetooth chipset T: Bus=01 Lev=02 Prnt=02 Port=03 Cnt=01 Dev#= 3 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=04ca ProdID=3004 Rev=00.01

pull request: bluetooth 2013-02-01

2013-02-01 Thread Gustavo Padovan
Hi John, Two simple fixes for 3.8. One of the patches fixes a situation where the connection wasn't terminated if a timeout ocurrs for LE an SCO connections. The other fixes prevent NULL dereference in the SMP code, it is a security fix as well. Please pull, or let me know of any problems!

<    10   11   12   13   14   15   16   17   >