linux-uconsole/net/bluetooth
Nick Pelly 3b02c046c3 Bluetooth: Hack: Do not use power_save feature.
power_save is a feature to allow HID devices to control the sniff mode.
Unfortunately it also prevents us exiting sniff mode on some A2DP devices
that do not explicitly exit sniff mode themselves, resulting in skipping
audio.

Marcel is trying to finalize a setsockopt() API to control whether power_save
is enabled on a per socket basis. In the mean-time, turn off power_save for
Android, since we do not have official HID support, and this is causing
problems for A2DP which we do support.

(Note the power_save logic is reversed, 0 is on, 1 is off).

Change-Id: Ife4478055128b81669bf49308d2e2199e1aa11a1
Signed-off-by: Nick Pelly <npelly@google.com>
2010-09-29 17:49:24 -07:00
..
bnep Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-07-07 15:59:38 -07:00
cmtp net: sk_sleep() helper 2010-04-20 16:37:13 -07:00
hidp net: sk_sleep() helper 2010-04-20 16:37:13 -07:00
rfcomm Bluetooth: Do not attempt to send dlci disconnect when in BT_CONFIG. 2010-09-29 17:49:23 -07:00
af_bluetooth.c Paranoid network. 2010-09-29 17:49:10 -07:00
hci_conn.c Bluetooth: Hack: Do not use power_save feature. 2010-09-29 17:49:24 -07:00
hci_core.c Bluetooth: Introduce L2CAP_LM_FLUSHABLE to allow flushing of ACL packets. 2010-09-29 17:49:23 -07:00
hci_event.c Bluetooth: Fallback to SCO on error code 0x10 (Connection Accept Timeout). 2010-09-29 17:49:23 -07:00
hci_sock.c Bluetooth: Use list_head for HCI blacklist head 2010-07-31 16:06:58 -07:00
hci_sysfs.c Bluetooth: Use list_head for HCI blacklist head 2010-07-31 16:06:58 -07:00
Kconfig Bluetooth: Remove L2CAP Extended Features from Kconfig 2010-07-21 10:39:04 -07:00
l2cap.c Bluetooth: Introduce L2CAP_LM_FLUSHABLE to allow flushing of ACL packets. 2010-09-29 17:49:23 -07:00
lib.c [NET] BLUETOOTH: Fix whitespace errors. 2007-02-10 23:19:20 -08:00
Makefile
sco.c net: Remove unnecessary returns from void function()s 2010-05-17 23:23:14 -07:00