CVS commit: src/sys/dev/bluetooth

2020-06-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jun 8 20:20:54 UTC 2020 Modified Files: src/sys/dev/bluetooth: bthub.c Log Message: Update for proplib(3) API changes. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/bluetooth/bthub.c Please

CVS commit: src/sys/dev/bluetooth

2020-03-13 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Mar 14 04:49:33 UTC 2020 Modified Files: src/sys/dev/bluetooth: btkbd.c Log Message: fix memory leaks To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/bluetooth/btkbd.c Please note that diffs are not

CVS commit: src/sys/dev/bluetooth

2017-09-03 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Sep 3 23:11:19 UTC 2017 Modified Files: src/sys/dev/bluetooth: bth5.c bth5.h Log Message: Remove references to BlueCore. Enable XON/XOFF flowcontrol in SLIP layer depending on config response. Send an acknowlegment packet on

CVS commit: src/sys/dev/bluetooth

2017-08-14 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Aug 14 12:51:11 UTC 2017 Modified Files: src/sys/dev/bluetooth: bth5.c Log Message: Apply the sequence number mask to txack. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/bluetooth/bth5.c Please note

CVS commit: src/sys/dev/bluetooth

2017-08-13 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Aug 14 05:33:30 UTC 2017 Modified Files: src/sys/dev/bluetooth: bth5.c Log Message: Conform to the spec. with regards to acknowlegment packets. This prevents the host controller from freezing. Inmprove communication from

CVS commit: src/sys/dev/bluetooth

2017-08-10 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Fri Aug 11 00:58:37 UTC 2017 Modified Files: src/sys/dev/bluetooth: bth5.c Log Message: Ensure the XMIT flag is cleared before calling bth5_start. This avoids a panic due to a diagnostic assertion. To generate a diff of this

CVS commit: src/sys/dev/bluetooth

2017-08-10 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Thu Aug 10 13:22:19 UTC 2017 Modified Files: src/sys/dev/bluetooth: Makefile bluetoothdevices.config files.bluetooth Added Files: src/sys/dev/bluetooth: bth5.c bth5.h Log Message: Add support for btuart h5 3-wire protocol.

CVS commit: src/sys/dev/bluetooth

2017-05-27 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun May 28 04:12:13 UTC 2017 Modified Files: src/sys/dev/bluetooth: btsco.c Log Message: bt_lock is now used as the audio interrupt lock. This is more appropriate as the interrupt lock deals with the hardware. btsco audio works

CVS commit: src/sys/dev/bluetooth

2016-08-15 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Aug 15 08:20:11 UTC 2016 Modified Files: src/sys/dev/bluetooth: bcsp.c Log Message: Curious typo, found by mootja To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/bluetooth/bcsp.c Please note that

CVS commit: src/sys/dev/bluetooth

2015-12-13 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sun Dec 13 21:13:00 UTC 2015 Modified Files: src/sys/dev/bluetooth: btmagic.c Log Message: STRENGHT -> STRENGTH and misc spelling/whitespace. no functional change To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/dev/bluetooth

2015-07-10 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Fri Jul 10 22:03:12 UTC 2015 Modified Files: src/sys/dev/bluetooth: btsco.c Log Message: Wrap up calls to softint_schedule in kpeempt_[dis/en]able. Addresses PR kern/48459. This commit was approved by christos@ To generate a

CVS commit: src/sys/dev/bluetooth

2015-05-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat May 9 22:23:40 UTC 2015 Modified Files: src/sys/dev/bluetooth: bthub.c Log Message: use standard idiom - thanks riastradh@ To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/bluetooth/bthub.c

CVS commit: src/sys/dev/bluetooth

2015-05-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat May 9 21:31:05 UTC 2015 Modified Files: src/sys/dev/bluetooth: bthub.c Log Message: Coverity CID 975184: don't ignore pmf_device_register failure. (XXX: unfortunately all we can do for the moment is print a warning) To

CVS commit: src/sys/dev/bluetooth

2015-05-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 8 11:47:53 UTC 2015 Modified Files: src/sys/dev/bluetooth: bcsp.c Log Message: goto out for negative lengths too. Really this test should either be removed or turned into a KASSERT(). From max. To generate a diff of

CVS commit: src/sys/dev/bluetooth

2015-04-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 30 16:01:52 UTC 2015 Modified Files: src/sys/dev/bluetooth: bcsp.c Log Message: Fix more memory leaks by changing the transmit routines to always free the mbuf to send. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/bluetooth

2015-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 27 17:36:41 UTC 2015 Modified Files: src/sys/dev/bluetooth: bcsp.c Log Message: free mbuf on failure (Brainy) To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/bluetooth/bcsp.c Please note

CVS commit: src/sys/dev/bluetooth

2015-04-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 16 19:53:19 UTC 2015 Modified Files: src/sys/dev/bluetooth: btmagic.c Log Message: CID 1293640/1 memory corruption/overrun To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/bluetooth/btmagic.c

CVS commit: src/sys/dev/bluetooth

2015-04-06 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Apr 6 17:45:31 UTC 2015 Modified Files: src/sys/dev/bluetooth: btmagic.c Log Message: Add support for Apple Magic Trackpad. 3 button emulation by detecting in which area of the bottom of the device the trackpad's button is

CVS commit: src/sys/dev/bluetooth

2014-12-13 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Dec 13 19:28:55 UTC 2014 Modified Files: src/sys/dev/bluetooth: btms.c Log Message: Added quirk for ELECOM M-XG2BB. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/bluetooth/btms.c Please note

CVS commit: src/sys/dev/bluetooth

2013-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 17 21:22:02 UTC 2013 Modified Files: src/sys/dev/bluetooth: bcsp.c Log Message: add __USE for debugging variables To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/bluetooth/bcsp.c Please note

CVS commit: src/sys/dev/bluetooth

2013-09-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Sep 12 12:20:01 UTC 2013 Modified Files: src/sys/dev/bluetooth: btkbd.c Log Message: #ifdef the npress variable, so it is only defined (and initialized) when it is also used. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/bluetooth

2012-12-20 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Thu Dec 20 11:13:54 UTC 2012 Modified Files: src/sys/dev/bluetooth: bthidev.c btmagic.c Log Message: when no link-mode is specified, explicitly set a mode of (int)0 otherwise l2cap_setmode() will fail during connection setup for

CVS commit: src/sys/dev/bluetooth

2012-12-20 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Thu Dec 20 11:17:48 UTC 2012 Modified Files: src/sys/dev/bluetooth: bthidev.c btmagic.c Log Message: increase some diagnostics To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/bluetooth/bthidev.c cvs

CVS commit: src/sys/dev/bluetooth

2012-04-03 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Tue Apr 3 09:32:54 UTC 2012 Modified Files: src/sys/dev/bluetooth: bthidev.c bthub.c btkbd.c btmagic.c btms.c btsco.c Log Message: register/deregister pmf(9) NULL handlers for bthub(4) and bluetooth devices which

CVS commit: src/sys/dev/bluetooth

2012-03-26 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 26 06:49:16 UTC 2012 Modified Files: src/sys/dev/bluetooth: btsco.c Log Message: don't use mutex_spin*() on an IPL_NONE mutex. fixes PR#46120. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/sys/dev/bluetooth

2012-01-11 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Jan 11 17:27:45 UTC 2012 Modified Files: src/sys/dev/bluetooth: bthidev.c btkbd.c Log Message: offset processing of input reports to a kernel thread, to avoid locking issues when a child device needs to call back into the

CVS commit: src/sys/dev/bluetooth

2011-12-30 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Sat Dec 31 01:16:09 UTC 2011 Modified Files: src/sys/dev/bluetooth: bthidev.c btkbd.c Log Message: Fix panic triggered by pressing the caps lock key: http://c0ff33.net/drop/bt_caps_panic.jpg OK'd mrg. To generate a diff of

CVS commit: src/sys/dev/bluetooth

2011-12-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Dec 10 16:16:11 UTC 2011 Modified Files: src/sys/dev/bluetooth: btsco.c Log Message: no need to acquire thread lock in btsco_open / btsco_close, as they are already held by MI audio when these methods are called To

CVS commit: src/sys/dev/bluetooth

2011-07-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Jul 20 22:42:59 UTC 2011 Added Files: src/sys/dev/bluetooth: bluetoothdevices.config Log Message: Add config(5) fragment for MI bluetooth(4) drivers. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/sys/dev/bluetooth

2011-03-16 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Mar 16 21:38:54 UTC 2011 Modified Files: src/sys/dev/bluetooth: btsco.c Log Message: use C99 style for variadic macro arguments To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/bluetooth/btsco.c

CVS commit: src/sys/dev/bluetooth

2010-04-28 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Apr 28 06:13:51 UTC 2010 Modified Files: src/sys/dev/bluetooth: btdev.h bthidev.c bthidev.h Log Message: allow for vendor-id and product-id properties, passing them through to child devices To generate a diff of this

CVS commit: src/sys/dev/bluetooth

2010-02-17 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Thu Feb 18 07:24:17 UTC 2010 Modified Files: src/sys/dev/bluetooth: btuart.c Log Message: Remove unnecessary line-feed. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/bluetooth/btuart.c Please note

CVS commit: src/sys/dev/bluetooth

2009-08-21 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Fri Aug 21 10:01:25 UTC 2009 Modified Files: src/sys/dev/bluetooth: bthidev.c Log Message: I had a complaint that it was difficult to reconnect a device after system crashes and reboots and I wonder if the reason was that we were

CVS commit: src/sys/dev/bluetooth

2009-05-12 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Tue May 12 12:10:46 UTC 2009 Modified Files: src/sys/dev/bluetooth: bcsp.c bthidev.c bthub.c btkbd.c btms.c btsco.c btuart.c Log Message: struct cfdata * - cfdata_t, no functional changes intended. To generate a

CVS commit: src/sys/dev/bluetooth

2009-04-26 Thread Elad Efrat
Module Name:src Committed By: elad Date: Sun Apr 26 07:53:43 UTC 2009 Modified Files: src/sys/dev/bluetooth: bcsp.c btuart.c Log Message: Authorizing actions from the generic scope using a device scope wrapper is a big no-no. As painful as it is, use