OSDN Git Service

android-x86/system-bluetooth.git
14 years agobluedroid: fix several issues to enable a bluetooth device donut-x86 android-x86-1.6
Chih-Wei Huang [Fri, 6 Nov 2009 10:42:29 +0000 (18:42 +0800)]
bluedroid: fix several issues to enable a bluetooth device

* init_rfkill(): use the first rkilll interface (eeepc-bluetooth)
* set_bluetooth_power(): check the rfkill state before set it. If the
  state is already the expected value, don't write to it. This avoids
  the permission issue after wakeup for external bluetooth dongle.
* bt_enable(): try to disable and re-enable eeepc-bluetooth if unable
  to turn on it, since the rfkill id may has changed.

14 years agobluetooth.c: fix discontinuous rfkill id issue
Chih-Wei Huang [Thu, 29 Oct 2009 03:17:31 +0000 (11:17 +0800)]
bluetooth.c: fix discontinuous rfkill id issue

The rfkill id may not continuous due to unplug and plug
or suspend and wakeup. This fix uses opendir and readdir
to find the first available bluetooth rfkill id.

15 years agoMerge commit 'korg/cupcake'
The Android Open Source Project [Fri, 27 Mar 2009 22:31:14 +0000 (15:31 -0700)]
Merge commit 'korg/cupcake'

15 years agoauto import from //branches/cupcake_rel/...@140373
The Android Open Source Project [Thu, 19 Mar 2009 00:39:49 +0000 (17:39 -0700)]
auto import from //branches/cupcake_rel/...@140373

15 years agoMerge commit 'remotes/korg/cupcake' into merge
Jean-Baptiste Queru [Tue, 17 Mar 2009 23:08:54 +0000 (16:08 -0700)]
Merge commit 'remotes/korg/cupcake' into merge

15 years agoauto import from //branches/cupcake/...@137197
The Android Open Source Project [Mon, 9 Mar 2009 18:52:15 +0000 (11:52 -0700)]
auto import from //branches/cupcake/...@137197

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 03:32:54 +0000 (19:32 -0800)]
auto import from //depot/cupcake/@135843

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 02:29:04 +0000 (18:29 -0800)]
auto import from //depot/cupcake/@135843

15 years agoauto import from //depot/cupcake/@132589
The Android Open Source Project [Tue, 3 Mar 2009 22:04:40 +0000 (14:04 -0800)]
auto import from //depot/cupcake/@132589

15 years agoauto import from //depot/cupcake/@137055
The Android Open Source Project [Tue, 3 Mar 2009 06:54:47 +0000 (22:54 -0800)]
auto import from //depot/cupcake/@137055

15 years agoMerge commit 'remotes/korg/cupcake'
Jean-Baptiste Queru [Fri, 19 Dec 2008 16:06:42 +0000 (08:06 -0800)]
Merge commit 'remotes/korg/cupcake'

Conflicts:
bluedroid/bluetooth.c

15 years agoCode drop from //branches/cupcake/...@124589
The Android Open Source Project [Thu, 18 Dec 2008 02:08:07 +0000 (18:08 -0800)]
Code drop from //branches/cupcake/...@124589

15 years agoAdd include path to build libbluedroid.
Nick Pelly [Tue, 25 Nov 2008 00:32:05 +0000 (16:32 -0800)]
Add include path to build libbluedroid.

This fixes the build when BOARD_HAVE_BLUETOOTH := true

Signed-off-by: Nick Pelly <npelly@google.com>
15 years agoUse the rfkill kernel API to power up/down bluetooth.
Nick Pelly [Thu, 13 Nov 2008 07:18:50 +0000 (23:18 -0800)]
Use the rfkill kernel API to power up/down bluetooth.

15 years agoInitial Contribution
The Android Open Source Project [Tue, 21 Oct 2008 14:00:00 +0000 (07:00 -0700)]
Initial Contribution