linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-03 19:46:09 to 2013-01-10 12:54:09 UTC [more...]

[PATCH 0/8] Bluetooth: Various mgmt fixes
 2013-01-10 12:54 UTC  (23+ messages)
` [PATCH 1/8] Bluetooth: Fix missing command complete event for mgmt_confirm_name
` [PATCH 2/8] Bluetooth: Fix missing command complete for mgmt_load_long_term_keys
` [PATCH 3/8] Bluetooth: Fix checking for valid device class values
` [PATCH 4/8] Bluetooth: Fix accepting set_dev_class for non-BR/EDR controllers
` [PATCH 5/8] Bluetooth: Fix returning proper command status for start_discovery
  ` [PATCH 5/8 v2] "
` [PATCH 6/8] Bluetooth: Move non-critical sections outside of the dev lock
` [PATCH 7/8] Bluetooth: Fix checking for exact values of boolean mgmt parameters
  ` [PATCH 7/8 v2] "
` [PATCH 8/8] Bluetooth: Fix sending incorrect new_settings for mgmt_set_powered

[PATCH BlueZ 1/2] unit: Fix intermitent failure of SDP tests
 2013-01-10 12:31 UTC  (6+ messages)
` [PATCH BlueZ 2/2] unit: Print D-Bus error message in verbose mode
` [PATCH v2 BlueZ] unit: Avoid D-Bus calling _exit() during SDP tests

[PATCH -v2] Bluetooth: Fix uuid output in debugfs
 2013-01-10  8:06 UTC 

[PATCH 00/16] Completely remove socket dependency from l2cap_core.c
 2013-01-10  7:47 UTC  (17+ messages)
` [PATCH 01/16] Bluetooth: Add src and dst info to struct l2cap_chan
` [PATCH 02/16] Bluetooth: Remove sk_sndtimeo from l2cap_core.c
` [PATCH 03/16] Bluetooth: extend state_change() call to report errors too
` [PATCH 04/16] Bluetooth: add l2cap_state_change_and_error()
` [PATCH 05/16] Bluetooth: Add missing braces to an "else if"
` [PATCH 06/16] Bluetooth: use l2cap_chan_ready() instead of duplicate code
` [PATCH 07/16] Bluetooth: duplicate DEFER_SETUP flag on l2cap_chan
` [PATCH 08/16] Bluetooth: Improving locking in l2cap_conn_start()
` [PATCH 09/16] Bluetooth: lock socket in defer_cb call
` [PATCH 10/16] Bluetooth: Remove socket lock from state_change() in l2cap_core
` [PATCH 11/16] Bluetooth: remove parent socket usage from l2cap_core.c
` [PATCH 12/16] Bluetooth: Use abstract chan->data in comparison
` [PATCH 13/16] Bluetooth: Move l2cap_wait_ack() to l2cap_sock.c
` [PATCH 14/16] Bluetooth: Create l2cap->ops->resume()
` [PATCH 15/16] Bluetooth: Create l2cap->ops->set_shutdown()
` [PATCH 16/16] Bluetooth: Remove sk member from struct l2cap_chan

pull request: bluetooth 2013-01-10
 2013-01-10  7:34 UTC 

[PATCH] Bluetooth device 04ca:3008 should use ath3k
 2013-01-10  7:20 UTC  (7+ messages)

[PATCH v1] Bluetooth: Fix authentication if acl data comes before remote feature evt
 2013-01-10  7:08 UTC  (2+ messages)

sd8688 firmware location
 2013-01-10  1:20 UTC  (9+ messages)
` [PATCH] Bluetooth: btmrvl_sdio: look for sd8688 firmware in alternate place
` [PATCH] Move sd8688*.bin images away from libertas tree

[PATCH] Bluetooth: fix the oops due to conn->hcon == NULL in shutdown case
 2013-01-10  0:26 UTC  (5+ messages)

[RFC] Bluetooth: Allow getting SCO options for not connected sockets
 2013-01-09 21:41 UTC  (2+ messages)

[PATCH v2 0/2] Fix stop discovery not handled if discovery state is STARTING
 2013-01-09 21:37 UTC  (5+ messages)
` [PATCH v2 2/2] Bluetooth: Fix stop discovery while in STARTING state

[PATCH v1] Bluetooth: Fix authentication if acl data comes before remote feature evt
 2013-01-09 21:10 UTC  (3+ messages)

[PATCH BlueZ 1/3] unit: Reuse define_test() macro for /TP/SERVER/BRW/* tests
 2013-01-09 20:13 UTC  (8+ messages)
` [PATCH BlueZ 2/3] unit: Rename x_pdu() macro on SDP test program
` [PATCH v2 BlueZ 3/3] unit: Implement tests for sdp_extract_attr()

[PATCH] Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()
 2013-01-09 19:40 UTC  (3+ messages)

usb device removed from sysfs before input children devices
 2013-01-09 19:27 UTC 

[PATCH BlueZ 1/2] unit: Add initial tests for sdp_extract_attr()
 2013-01-09 15:14 UTC  (11+ messages)
` [PATCH BlueZ 2/2] lib: Fix SDP_TEXT_STR16/SDP_URL_STR16 parsing
  ` [PATCH v2 BlueZ] "

[PATCH BlueZ 1/5] health: Fix pointer to local variable out-of-scope
 2013-01-09  9:15 UTC  (6+ messages)
` [PATCH BlueZ 2/5] health: Fix possible use after free
` [PATCH BlueZ 3/5] unit: Replace g_test_fail() with g_assert()
` [PATCH BlueZ 4/5] audio: Remove unused struct audio_adapter
` [PATCH BlueZ 5/5] sdp-xml: Remove newline before EOF

Bluetooth / TTY: [ 1806.484970] INFO: task kworker/0:1:25023 blocked for more than 120 seconds
 2013-01-08 22:00 UTC 

[PATCH BlueZ 1/2] build: Fix --disable-optimization configure option
 2013-01-08 15:46 UTC  (2+ messages)
` [PATCH BlueZ 2/2] attrib: Fix compilation errors when compiled without optimization

usb device removed from sysfs before input children devices
 2013-01-08 14:33 UTC 

[PATCH hidp] Fix Kernel OOPS in hidp_session caused by orphaned sock structures
 2013-01-08 14:21 UTC 

[PATCH v0 0/2] Media API clarifications
 2013-01-08 11:57 UTC  (4+ messages)
` [PATCH v0 1/2] media: Add HFP/HSP gains to transport API
` [PATCH v0 2/2] media: Clarify Acquire/TryAcquire error cases

[PATCH BlueZ 1/5] lib: Add SDP_IS_TEXT_STR() macro for SDP_TEXT_STR* checking
 2013-01-08 10:52 UTC  (8+ messages)
` [PATCH BlueZ 2/5] lib: Trivial whitespace and line wrapping fix
` [PATCH v2 BlueZ 3/5] input: Validate SDP HIDDescriptorList subattributes
` [PATCH BlueZ 4/5] lib: Use SDP_IS_TEXT_STR()/SDP_IS_SEQ() where possible
` [PATCH BlueZ 5/5] health: "

[PATCH BlueZ v1] audio: Replace g_hash_table_contains() with g_hash_table_lookup()
 2013-01-08  6:32 UTC  (2+ messages)

usage of g_test_fail() which is introduced in Glib 2.30
 2013-01-08  3:26 UTC  (2+ messages)

[PATCH 1/2] audio: Replace g_hash_table_contains() with g_hash_table_lookup()
 2013-01-08  3:24 UTC  (8+ messages)
` [PATCH 2/2] shared: Fix build break

New kernel APIs and actually testing them
 2013-01-07 23:35 UTC 

[PATCH 1/2] Bluetooth: Fix to update EIR for uuid16 properly
 2013-01-07 20:49 UTC  (3+ messages)
` [PATCH 2/2] Bluetooth: Fix ACL alive for long in case of non pariable devices

[PATCH 1/2 v1] Bluetooth: Fix to update EIR for uuid16
 2013-01-07 20:47 UTC  (4+ messages)
` [PATCH 2/2] Bluetooth: Update management interface revision

[PATCH 0/9] Battery Profile implementation
 2013-01-07 19:41 UTC  (10+ messages)
` [PATCH 1/9] battery: Add generic device battery documentation
` [PATCH 2/9] battery: Implement Generic device battery
` [PATCH 3/9] battery: Add GATT Battery Client Service skeleton
` [PATCH 4/9] battery: Discover Characteristic Descriptors
` [PATCH 5/9] battery: Get Battery ID
` [PATCH 6/9] battery: Add Battery to device
` [PATCH 7/9] battery: Read Battery level characteristic
` [PATCH 8/9] battery: Add support for notifications
` [PATCH 9/9] battery: Support persistent battery level

Security Block w/ PAN Profile
 2013-01-07 15:16 UTC 

[PATCH] adapter: Fix storage to be used by BlueZ 4 or 5
 2013-01-07 14:20 UTC  (2+ messages)

[PATCH BlueZ 1/4] input: Change extract_hid_record() return type
 2013-01-07 11:59 UTC  (6+ messages)
` [PATCH BlueZ 2/4] input: Move HID device name creation to separate function
` [PATCH BlueZ 3/4] input: Use SDP library functions for reading attributes
` [PATCH BlueZ 4/4] input: Validate SDP HIDDescriptorList subattributes

Question about using bluetooth in Linux
 2013-01-07  7:06 UTC  (2+ messages)

[PATCH BlueZ 1/3] input: Fix buffer overflow when parsing HID SDP record
 2013-01-06 16:18 UTC  (4+ messages)
` [PATCH BlueZ 2/3] input: Refactor req->name composition code
` [PATCH BlueZ 3/3] input: Use defines for SDP attribute names

[PATCH BlueZ] gdbus: Fix memory leak on properties_set()
 2013-01-06 13:09 UTC  (2+ messages)

[PATCH BlueZ] core: Remove leftover from pending_uuids removal
 2013-01-05  8:51 UTC  (2+ messages)

[PATCH BlueZ] unit: Fix compilation issue with ignored return value
 2013-01-04 14:18 UTC  (2+ messages)

[PATCH 1/2] storage: Fix memory leak
 2013-01-04 14:17 UTC  (3+ messages)
` [PATCH 2/2] rfkill: Fix count parameter in read

[REVIEW] adapter: Fix storage to be used by BlueZ 4 or 5
 2013-01-04 13:25 UTC  (2+ messages)

[PATCH BlueZ 1/8 v2] media-api: Add playback control methods to MediaPlayer1
 2013-01-04 12:39 UTC  (8+ messages)
` [PATCH BlueZ 2/8 v2] player: Remove GetTrack and TrackChanged
` [PATCH BlueZ 3/8 v2] player: Add support for button controls
` [PATCH BlueZ 4/8 v2] player: Fix documentation to use TrackNumber in track metadata
` [PATCH BlueZ 5/8 v2] AVRCP: Always create a controller player even for version 1.0
` [PATCH BlueZ 6/8 v2] control: Mark all members of MediaControl1 as deprecated
` [PATCH BlueZ 7/8 v2] player: Remove experimental flag from MediaPlayer1
` [PATCH BlueZ 8/8 v2] player: Add Device property

[PATCH 1/2] Bluetooth: Move hci_outgoing_auth_needed() to hci_conn.c
 2013-01-04  5:57 UTC  (4+ messages)
` [PATCH 2/2] Bluetooth: Fix authentication if acl data comes before remote feature evt

[PATCH BlueZ] gdbus: Don't include just added interfaces in GetManagedObjects
 2013-01-04  5:36 UTC  (2+ messages)

[PATCH BlueZ 1/3] build: Do not use deprecated AM_CONFIG_HEADER
 2013-01-04  5:32 UTC  (6+ messages)
` [PATCH BlueZ 2/3] gdbus: Simplify generated introspection
` [PATCH BlueZ 3/3] gitignore: Ignore file generated by Automake 1.13

[RFC] gdbus: Process changes upon ObjectManager.GetManagedObjects
 2013-01-04  1:50 UTC 

[PATCH 12/25] bluetooth/l2cap: don't use [delayed_]work_pending()
 2013-01-03 22:27 UTC  (2+ messages)

[RFC 0/3] Bluetooth: mgmt API for reading supported codecs
 2013-01-03 22:16 UTC  (4+ messages)
` [RFC 3/3] Bluetooth: Provide mgmt API for reading list of "

[PATCH 2/2] AVCTP: Replace calls to g_queue_free_full function
 2013-01-03 21:00 UTC  (2+ messages)

[PATCH 1/2] core: Replace calls to g_queue_free_full function
 2013-01-03 21:00 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: Add support for Foxconn / Hon Hai [0489:e04e]
 2013-01-03 20:59 UTC  (3+ messages)
` [PATCH 2/2] Bluetooth: Add support for Foxconn / Hon Hai [0489:e056]

[PATCH] attrib-server: Fix invalid device access
 2013-01-03 20:56 UTC  (2+ messages)

[PATCH] Bluetooth: Add support for GC-WB300D PCIe [04ca:3006]
 2013-01-03 20:07 UTC  (3+ messages)
` [PATCH] Bluetooth: Add support for GC-WB300D PCIe [04ca:3006] to ath3k

[PATCH BlueZ 1/8] media-api: Add playback control methods to MediaPlayer1
 2013-01-03 19:46 UTC  (4+ messages)
` [PATCH BlueZ 6/8] control: Mark all members of MediaControl1 as deprecated
` [PATCH BlueZ 7/8] player: Remove experimental flag from MediaPlayer1
` [PATCH BlueZ 8/8] gdbus: Fix introspection data for deprecated properties


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).