messages from 2013-01-07 10:53:31 to 2013-01-11 01:22:01 UTC [more...]
[PATCH BlueZ 1/2] unit: Add {TEXT,URL}_STR{8,16} tests for sdp_extract_attr()
2013-01-11 1:22 UTC
[PATCH BlueZ 1/2] build: Fix --disable-optimization configure option
2013-01-11 0:31 UTC (4+ messages)
` [PATCH BlueZ 2/2] attrib: Fix compilation errors when compiled without optimization
[PATCH neard 1/2] build: Use AM_CPPFLAGS instead of INCLUDES
2013-01-10 23:54 UTC (4+ messages)
` [PATCH neard 2/2] build: Do not use deprecated AM_CONFIG_HEADER
[PATCH BlueZ v2] build: Fix using DBusBasicValue
2013-01-10 23:51 UTC (2+ messages)
[PATCH 0/8] Bluetooth: Various mgmt fixes
2013-01-10 18:31 UTC (26+ 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 01/13 v2] media-api: Add playback control methods to MediaPlayer1
2013-01-10 16:56 UTC (15+ messages)
` [PATCH BlueZ 02/13 v2] player: Remove GetTrack and TrackChanged
` [PATCH BlueZ 03/13 v2] player: Add support for button controls
` [PATCH BlueZ 04/13 v2] player: Fix documentation to use TrackNumber in track metadata
` [PATCH BlueZ 05/13 v2] AVRCP: Always create a controller player even for version 1.0
` [PATCH BlueZ 06/13 v2] player: Add Device property
` [PATCH BlueZ 07/13 v2] media: Adapt RegisterPlayer to changes in MediaPlayer1
` [PATCH BlueZ 08/13 v2] test: Adapt simple-player to the new API of MediaPlayer1
` [PATCH BlueZ 09/13 v2] tools: Adapt mpris-player to "
` [PATCH BlueZ 10/13 v2] media-api: Change RegisterPlayer to use MPRIS spec
` [PATCH BlueZ 11/13 v2] test: Update test-player to register using MPRIS interface
` [PATCH BlueZ 12/13 v2] media: Implement new RegisterPlayer API
` [PATCH BlueZ 13/13 v2] tools: Update mpris-player to register using MPRIS interface
[PATCH BlueZ] build: Fix using DBusBasicValue
2013-01-10 16:55 UTC
[PATCH BlueZ 1/3] build: Do not use deprecated AM_CONFIG_HEADER
2013-01-10 15:10 UTC (6+ messages)
` [PATCH BlueZ 3/3] gitignore: Ignore file generated by Automake 1.13
[PATCH BlueZ 01/13] media-api: Add playback control methods to MediaPlayer1
2013-01-10 13:26 UTC (14+ messages)
` [PATCH BlueZ 02/13] player: Remove GetTrack and TrackChanged
` [PATCH BlueZ 03/13] player: Add support for button controls
` [PATCH BlueZ 04/13] player: Fix documentation to use TrackNumber in track metadata
` [PATCH BlueZ 05/13] 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 06/13] player: Add Device property
` [PATCH BlueZ 07/13] media: Adapt RegisterPlayer to changes in MediaPlayer1
` [PATCH BlueZ 7/8 v2] player: Remove experimental flag from MediaPlayer1
` [PATCH BlueZ 8/8 v2] player: Add Device property
` [PATCH BlueZ 08/13] test: Adapt simple-player to the new API of MediaPlayer1
` [PATCH BlueZ 09/13] tools: Adapt mpris-player to "
` [PATCH BlueZ 10/13] media-api: Change RegisterPlayer to use MPRIS spec
[PATCH BlueZ 01/10] core: Fix remaining references to bluetooth/uuid.h
2013-01-10 13:15 UTC (11+ messages)
` [PATCH BlueZ 02/10] plugins: "
` [PATCH BlueZ 03/10] input: "
` [PATCH BlueZ 04/10] gatt: "
` [PATCH BlueZ 05/10] scanparam: "
` [PATCH BlueZ 06/10] alert: "
` [PATCH BlueZ 07/10] time: "
` [PATCH BlueZ 08/10] proximity: "
` [PATCH BlueZ 09/10] attrib: "
` [PATCH BlueZ 10/10] unit: "
[PATCH -v2] Bluetooth: Fix uuid output in debugfs
2013-01-10 12:55 UTC (2+ messages)
[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 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
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 (4+ messages)
` [PATCH BlueZ 4/4] input: Validate SDP HIDDescriptorList subattributes
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).