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 not
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
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 tim
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
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 inacti
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 commi
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.
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 aga
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 dif
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 src
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 diff
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
Pleas
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 ge
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 t
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 -
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 that
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
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 pr
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 that
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
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
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 rdi
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
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 atta
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 src/sys/dev/bluet
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
Blue
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 thi
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 generat
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 src/sys/dev/bl
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
Ple
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 commit:
31 matches
Mail list logo